This project is a collection of scripts designed to enhance the functionality of file managers such as GNOME Files, Caja, Nemo, and Thunar.
While numerous scripts are available for file managers on the web, many suffer from poor functionality, lack of error checking, and dependency management. Some scripts only work with files that don't have spaces in their names, among other limitations. To address these shortcomings, I have developed my own set of scripts, which offer the following advantages:
- Parallel task execution: Processes multiple files simultaneously.
- Progress dialog: Displays a progress dialog and allows interruption of tasks at any time.
- Status notifications: Notifies users of dependency errors and MIME types.
- Dependency management: Prompts users to install any missing dependencies.
- Non-destructive output: Never overwrites the input file; the output is distinct.
- Log file: Produces an
Errors.log
file when a task ends with an error. - Direct usage: Direct usage without requiring input parameters.
- Keyboard shortcuts: Provides keyboard shortcuts for the scripts.
- File manager compatibility: Designed for major file managers like Nautilus, Caja, Nemo and Thunar.
- Distro compatibility: Designed to work on major GNU/Linux distributions, such as Ubuntu, Mint, Debian, Fedora, and Manjaro.
- Easy adaptation: Scripts can be easily copied and adapted for other purposes.
- Bash implementation: All scripts are implemented in Bash. So, the scripts work well in the shell (without a graphical interface) and file managers.
- Shell script validation: All scripts have been checked using ShellCheck.
To install in GNOME Files (Nautilus), Caja, Nemo, or Thunar, just run the following command in the terminal:
bash install.sh
Key | Action |
---|---|
F3 |
Code Editor |
F4 |
Terminal |
F7 |
Disk Usage Analyzer |
<Control>E |
Extract Here |
<Control><Alt>C |
Compress... |
<Control><Alt>G |
Compress to 'tar.gz' (each) |
<Control><Alt>V |
Paste as hard link |
<Control><Alt>X |
Compress to 'tar.xz' (each) |
<Control><Alt>Z |
Compress to 'zip' (each) |
<Control><Shift>C |
Compare items |
<Control><Shift>E |
List empty directories |
<Control><Shift>G |
Git clone (URLs in clipboard) |
<Control><Shift>H |
List hidden items |
<Control><Shift>O |
Open item location |
<Control><Shift>P |
List permissions and owners |
<Control><Shift>U |
List duplicate files |
<Control><Shift>V |
Paste as symbolic link |
<Control><Shift>Y |
List file information |
Most scripts have been tested on the following GNU/Linux distributions:
- Ubuntu 18.04, 20.04, 22.04, 24.04
- Debian 12
- Fedora Workstation 39
- Manjaro 23 (Gnome)
- Mint 21 (Cinnamon and Mate)
- Xubuntu 23.10, 24.04
- Zorin OS Core 17.1
- It doesn't support a long list of input files (Argument list too long).
If you spot a bug or want to improve the code or even improve the content, you can do the following:
- Open an issue describing the bug or feature idea;
- Fork the project, make changes, and submit a pull request.