fslint icon indicating copy to clipboard operation
fslint copied to clipboard

Linux file system lint checker/cleaner

Results 87 fslint issues
Sort by recently updated
recently updated
newest added

After building fslint for Ubuntu using the method described in the site I cannot install the package any more since it requires packages named `python-gtk2` & `python-glade2` that are no...

Due unavability of FSlint in Ubuntu 20.04 repositories, some of you may think about alternatives I wrote small feature comparison of tools which can replace FSlint. | | FSlint |...

fslint is built using python2 and gtk2 (and some additional dependent libraries), these dependency are not satisfied in some of the latest Linux distributions, (especially Debian & Ubuntu based distro)....

I see fslint is under GPL-2.0-or-later. Adding a LICENSE or COPYING file to the root directory would make this very obvious for people new to the project and show up...

I selected the folder `/mnt/Int_Butter/Backups` and ran dangling symlink checker. It found a bunch, including some in a folder called `2010-07-01 Manual Ubuntu Backup`, however, the GUI shows only `Manual...

fslint has been removed from Debian testing because it uses 7 years old unmaintained pygtk libraries. pygtk is unmaintained upstream. It has not had a release since GNOME 3 was...

Enable to add multiple folders to search and to exclude - Edited `fslint-gui.on_addOkDir_clicked()` - Edited `fslint-gui.on_addBadDir_clicked()` - Edited `fslint.grade`line 3922: set `select_multiple` to `true` - Extracted a constant for *bad...

When deleting duplicates and unticking "ask me this in the future" while answering "no" to delete all in group, then it works as expected on the first delete. However, if...

Test case: ``` # create a test case TEMPDIR=$(mktemp -d) echo "${TEMPDIR}" cd ${TEMPDIR} mkdir "a b" "c d" echo test > "an example.txt" cp "an example.txt" "a b" cp...