Thomas Otto

Results 20 issues of Thomas Otto

Use the request_code_write!() macro copied from the nix crate to portably generate the request code. Since the ficlone ioctl takes two file descriptors it can not be created by one...

Changes the relative size of the left/right panels in side-by-side mode. Also allow `--width` to take negative values from the command line.

An argument like --width=123+variable was not possible, the Width::Variable variant always used the full terminal width - which it did not hold and had to be provided.

The output of `--dry-run` for `link` and `dedupe` moves the original files out of the way via `mv` (just like `fclones` itself) but then completely ignores possible failure of the...

enhancement

If files change after an `fclones group` run without updating the timestamps and remain the same size, then the `fclones link` command (and others) can lead to data loss: $...

enhancement

Creating a `sysinfo` instance via `sysinfo::System::new()` and calling `refresh_processes()` on it takes longer when this happens on a spawned thread - it is slower by a factor of 2x to...

linux

Repair --default-language, and highlight using full filename Fixed that the "txt" fallback was used instead of --default-language And when looking for syntax highlighting, keep the filename around as long as...

Prints: **!!** .... **!please report!** which should be eye-catching enough. Lines which would trigger a panic and early exit with the message "String mismatch encountered while superimposing style sections" now...