17 projects tagged "File Management"
digup is a console tool to update md5sum or shasum digest files. It will read existing digest files, check the current directory for new, updated, modified, renamed, or deleted files, and query the user with a summary of changes. After reviewing the updates, they can be written back to the digest file. This makes digup very useful to update and verify incremental archives like chronological data storages, which are commonly stored and backed up on hard disks. Using a full file digest scan, even slowly creeping bad blocks on old hard disks can be detected. By using a crontab entry, this check can be performed unattended and routinely.
Ranger is a file manager with an ncurses interface. It is designed to give you a broader overview of the file system by displaying previews and backviews, dividing the screen into several columns. The keybindings are similar to those of other console programs like vim, mutt, or ncmpcpp, so the usage will be intuitive and efficient.
When moving files between filesystems that have permissions and those that do not, the user home directory is populated with files of all sorts of permissions. UFPM (Uniform File Permission Modifier) has been designed to modify all files and directories to have a uniform permission set based upon their file type.
File upload and validation class is a PHP class that can be used to validate and process uploaded files. It can validate a given uploaded file by checking its MIME type or its original file type, and by checking its file size against a given limit and file type. It currently supports audio, video, PDF, and image file uploads. The class can create a path in the server as well.
gcp (Goffi's CoPier) is a command line file copying tool, loosely inspired by cp, but with high level functionality like a progress indicator, the ability to continue copying multiple files even when there is a problem with one of them, and the use of a journal to track successful copying. File names can be fixed to ensure compatibility with the target filesystem. If you launch a copy operation when another is already running, the files are added to the first queue to avoid hard drive thrashing. You can keep track of files you have copied, and re-copy them later. gcp is approximately option-compatible with cp.
Deduplicator is a simple and efficient data deduplicator that works by hard linking files that have the same content. It is ideal for reducing the size of backups. It can save and restore intermediate results, so you can run it in a few short intervals, and allows you to review changes before they are committed to disk.
iDeviceBrowser is an application that makes it possible for you to view and edit files on your iDevice (which includes the iPhone, iPod Touch, iPad, and Apple TV). In conjunction with "afc2add", which is available via Cydia, it allows access to the full file structure, or else just the /private/var/mobile/Media/" directory.