-
Notifications
You must be signed in to change notification settings - Fork 73
Alv's plugins for SpaceFM
- Compare by content - Compare files by their content.
- Check sum - Create and verify files check sums and hashes.
- Synchronize directories - Compare and synchronise directories, including "by file content".
- Multi rename - Rename multiply files using simple and complex rules.
This tool intended to be used as a launcher of an external utility for file comparison by content. Diving into directories is not supported at the time. You can include in comparison all selected files from all panels.
Requirements:
- File - shell utility 'file', most likely you already have it "out of the box" in your OS distribution.
- Meld - GUI application Meld, http://meldmerge.org/ (in fact it is not complex to replace it by any other utility). Often it is in official repositories for your system. Installation may be done via your system's package manager. For example do a command:
sudo apt-get install meld
oryum install meld
- BASH - plugin is a shell script, it depends on Bourne again shell syntax.
Download:
- Plugin - https://github.com/alvesev/spacefm-plugins/blob/master/Compare-by-content-2012-05-15.spacefm-plugin.tar.gz Press "View raw" to start download. "View raw" is a Github feature for not a text files.
- File hashes - https://github.com/alvesev/spacefm-plugins/blob/master/checksum.md5
Feedback/suggestions may be sent via e-mail. The address please see the in file README available with plugin, or right click on menu item of installed plugin and choose help.
This is hash creator and checker for files. In fact this is a kind of launcher for external utilities. This one - MD5 calculator. You may duplicate (see SpaceFM manual and it's copy-paste ability for menu items) entries of this plugin menu, replace MD5 utilities with sha256, for example, and you'll get a tool for other hash types. It is in my plans to add more hash types but not now.
Requirements:
- md5deep - utility for calculations of new hashes. 'md5deep' may be not installed.
Installation may be done via your system's package manager. For example do a command:
sudo apt-get install md5deep
oryum install md5deep
- md5sum - utility for checking of already created hashes. Usually it is already on board on your system.
- BASH - plugin is a shell script, it depends on Bourne again shell syntax.
Download:
- Plugin - https://github.com/alvesev/spacefm-plugins/blob/master/Check-sum-2012-05-15.spacefm-plugin.tar.gz Press "View raw" to start download. "View raw" is a Github feature for not a text files.
- File hashes - https://github.com/alvesev/spacefm-plugins/blob/master/checksum.md5
Feedback/suggestions may be sent via e-mail. The address please see the in file README available with plugin, or right click on menu item of installed plugin and choose help.
This tool intended to be used as a launcher of an external utility for comparison of directories by content and with diving into subdirectories. See file README included with plugin in archive, or after installation use plugin help feature of SpaceFM.
Requirements:
- Komparator4 - GUI application for synchronizing between directories. See http://komparator.sourceforge.net/ This utility is from KDE сharger, but it is fast on Atom processor and OpenBox Ubuntu desktop. This utility may be already in repositories of your system. Installation may be done via your system's package manager. For example do a command:
sudo apt-get install komparator4
oryum install komparator4
This installation of Komparator4 may download several libraries and binaries as dependences. - BASH - plugin is a shell script, it depends on Bourne again shell syntax.
Download:
- Plugin - https://github.com/alvesev/spacefm-plugins/blob/d28528584075c1e7a905c3483ff3027cb95645a2/Synchronize-directories-2012-05-16.spacefm-plugin.tar.gz Press "View raw" to start download. "View raw" is a Github feature for not a text files.
- File hashes - https://github.com/alvesev/spacefm-plugins/blob/master/checksum.md5
Feedback/suggestions may be sent via e-mail. The address please see the in file README available with plugin, or right click on menu item of installed plugin and choose help.
This tool intended to be used as a launcher of an external utility for complex renaming of files - search and replace, enumerate...
Requirements:
- Krename - a GUI tool for files multi rename.
- BASH - plugin is a shell script, it depends on Bourne again shell syntax.
Download:
- Plugin - https://github.com/alvesev/spacefm-plugins/blob/322baf00477b8066338b9aecebd965db67e0769c/Multi-rename-2012-05-20.spacefm-plugin.tar.gz Press "View raw" to start download. "View raw" is a Github feature for not a text files.
- File hashes - https://github.com/alvesev/spacefm-plugins/blob/master/checksum.md5
Feedback/suggestions may be sent via e-mail. The address please see the in file README available with plugin, or right click on menu item of installed plugin and choose help.