lakano / nautilus-scripts

A set of scripts for extending the functionality of the GNOME Files (Nautilus), Caja and Nemo file managers.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nautilus scripts

This is a collection of scripts designed to enhance the functionality of file managers such as GNOME Files, Caja, and Nemo.

screenshot

While there are numerous scripts available for GNOME Files on the web, many of them suffer from issues like 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.
  • Easy adaptation: Scripts are easily copied and adapted for other purposes.
  • Direct usage: Enables direct usage without requiring input parameters.
  • Status notifications: Notifies users of dependency errors and MIME types.
  • Non-destructive output: Never overwrites the input file; the output is distinct from the input.
  • Log file: Produces an Errors.log file when a task ends with an error.
  • Dependency management: Prompts users to install any missing dependencies.
  • Compatibility with any file manager: Works with any file manager, without relying on $NAUTILUS_SCRIPT_SELECTED_FILE_PATHS or Nemo equivalents.
  • Keyboard shortcuts: Provides keyboard shortcuts for direct access to the scripts (refer to the scripts-accels file).
  • Bash implementation: All scripts are implemented in Bash.
  • Shell script validation: All shell scripts have been checked using shellcheck.

Installing

To install in GNOME Files (Nautilus), Caja or Nemo, just run the following command in the terminal:

bash install.sh

Known issues

  • Doesn't support filenames with '%';
  • Doesn't support very long list of input files (Argument list too long).

Contributing

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.

About

A set of scripts for extending the functionality of the GNOME Files (Nautilus), Caja and Nemo file managers.


Languages

Language:Shell 100.0%