adhocify
- Ebuilds: 2, Testing: 1.3 Description:
adhocify uses inotify to watch for file system events.
Once an event occurs it can execute a script.
The path of the file and the event will be passed to that script.
Homepage:https://github.com/quitesimpleorg/adhocify License: ISC
duf
- Ebuilds: 2, Testing: 0.9.1 Description:
This package provides a simple disk usage and free utility featuring:
user-friendly, colorful output, aAdjusts to terminal width,
sort the results according to needs, groups and filters devices.
Homepage:https://github.com/muesli/duf License: MIT
xfs_undelete
- Ebuilds: 2, Testing: 14.0 Description:
It tries to recover all inodes on an XFS filesystem marked as deleted.
It's rather dumb, it just looks for the magic string IN\0\0\3\2\0\0 and
considers those as deleted inodes. Then, it tries to make sense of
the extents stored in the inode (which XFS does not delete) and collect
the data blocks of the file. That file is then stored on another
filesystem in a subdirectory, by default xfs_undeleted relative to
the current directory.
Homepage:https://github.com/ianka/xfs_undelete License: GPL-3