Daniel T
Daniel T
> 1. Does --xattr now include --hash-unmatched? Optionally. So: * `rmlint --xattr` will write checksums for twins only * `rmlint --xattr --hash-unmatched` will write [full file] checksums for size twins...
> While I'm editing the man page... Hey thanks so much for that, I really appreciate it. >...are there any other changes I should put in? Probably. From a quick...
There have been some significant developments for package builders / maintainers in the develop branch but I fell behind in getting the next release out.
Duplicate directories are probably faster to delete than individual files, you can try `rmlint -T dd,df` and then running the script. Or you can just let it run overnight... Not...
Re 20.04, should be there according to https://packages.ubuntu.com/focal/rmlint Re 16.04, that's pretty much [EOL](https://ubuntu.com/about/release-cycle) so sorry I don't have much appetite to try to find a glib-2.0 workaround.
Hey thanks @CouldBeThis and @flokli We dropped the `rmlint` ball a bit last year and @sahib asked me to take over maintenance at the start of this year. I'm working...
This issue is now partially resolved; there is no longer a python bootstrap in /tmp, and there's a [slightly-hacky workaround](https://github.com/sahib/rmlint/blob/1a142fc0c4fd5239b99cb541863970f0c6f6bfee/gui/bin/shredder#L7-L12) in /bin/shredder to reverse-engineer `PYTHONPATH`. I'm not planning anything further...
> any tested alpine setup? ...have just set up a VM now. I had to add to your list: ``` build-base \ librsvg \ gtksourceview \ py3-cairo ```
You can do this now via: ``` $ rmlint -o sh -c sh:cmd='echo "symlinking to original $2" && rm -rf "$1" && ln -s -r "$2" "$1"' ``` Or we...
hmmm, gio should be part of glib. Does `brew install json-glib` work?