Enhanced File Manager Actions for Linux

August 31, 2026 ยท View on GitHub

A set of file manager actions that enhance your workflow. Useful right-click options to simplify common tasks across GNOME, KDE, Xfce, and more.

Release License Supported

Screenshot

Installation

You can use either curl or wget. Choose one of the following commands and run it in your terminal:

๐Ÿš€ Using curl

bash -c "$(curl -fsSL https://cfgnunes.github.io/nautilus-scripts/install.sh)"

๐Ÿš€ Using wget

bash -c "$(wget -qO- https://cfgnunes.github.io/nautilus-scripts/install.sh)"

Option 2: Local installation

After cloning this repository, run the following command:

bash install.sh

Advantages

While numerous Nautilus 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 special characters 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. Very fast!
  • Multi-language support: Automatically detects the system language and displays messages in the appropriate language.
  • Progress dialog: Displays a progress dialog and allows interruption of tasks at any time.
  • Dependency management: Prompts users to install any missing dependencies.
  • Status notifications: Notifies users of dependency errors and types.
  • Keyboard accelerators: Provides keyboard shortcuts for some scripts.
  • Easy access to recent scripts: Includes a menu, Accessed recently, to quickly access recently used scripts.
  • Category-based installation: The installer allows you to choose which script categories you want to install, so there's no need to install everything.
  • Log file: Produces an Errors.log file when a task finishes with an error.
  • File manager compatibility: Designed for major file managers like GNOME Files (Nautilus), Nemo, Caja, Dolphin, and Thunar.
  • Distro compatibility: Works on major GNU/Linux distributions, such as Debian, Ubuntu, Fedora, and Arch Linux.
  • 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.

Design philosophy: Fewer clicks, dependencies, and verbose notifications, with a simple and intuitive directory structure.

Keyboard accelerators

KeyAction
F4Terminal
F7Code editor
F12Disk usage analyzer
<Control>EExtract here
<Control><Alt>GCompress to 'tar.gz'
<Control><Alt>SCompress to 'tar.zst'
<Control><Alt>XCompress to 'tar.xz'
<Control><Alt>ZCompress to 'zip'
<Control><Alt>IShow file information
<Control><Alt>MShow file MIME type
<Control><Alt>0Find empty files
<Control><Alt>JFind junk files
<Control><Alt>UFind duplicate files
<Control><Alt>HList hidden files
<Control><Alt>PList permissions and owners
<Control><Alt>BList largest files
<Control><Alt>RList recent files
<Control><Alt>WText: List issues
<Control><Alt>CCopy file names
<Control><Alt>VPaste clipboard contents
<Control><Shift>VPaste as symbolic link
<Control><Shift>BCreate backup (via Rsync)
<Control><Shift>CCompare items
<Control><Shift>OOpen item location
<Control><Shift>HCompute all checksums
<Control><Shift>EFind empty directories
<Control><Shift>PRename: Remove suffixes
<Control><Shift>GGit: Clone URLs
<Control><Shift>RGit: Reset and pull
<Control><Shift>XURL: Download file
<Shift><Alt>VCreate hard link here

Compatibility

File managerEnvironmentMenu integrationApplication shortcutsKeyboard acceleratorsMenu "Accessed recently"
GNOME Files (Nautilus)GNOME๐ŸŸข๐ŸŸข๐ŸŸข๐ŸŸข
NemoCinnamon๐ŸŸข๐ŸŸข๐ŸŸข๐ŸŸข
CajaMATE๐ŸŸข๐ŸŸข๐ŸŸข๐ŸŸข
ThunarXfce๐ŸŸข๐ŸŸข๐ŸŸข๐Ÿ”ด
DolphinKDE Plasma๐ŸŸข๐ŸŸข๐Ÿ”ด๐Ÿ”ด
PCManFM-QtLXQt๐ŸŸข๐ŸŸข๐Ÿ”ด๐Ÿ”ด
PCManFMLXDE๐ŸŸข๐ŸŸข๐Ÿ”ด๐Ÿ”ด

Batch mode for large file selections

For very large selections (e.g., 10,000 input files), use batch mode: place everything inside a folder named batch and run the action on that folder. The scripts will process the files individually and avoid the "argument list too long" error.

Acknowledgments

Translation

Special thanks to everyone who contributed to the translation of this project:

  • ๐Ÿ‡ง๐Ÿ‡ท Nathรกlia Medeiros - Brazilian Portuguese.
  • ๐Ÿ‡จ๐Ÿ‡ณ Jove Yu (@JoveYu) - Chinese.
  • ๐Ÿ‡ช๐Ÿ‡ธ Maravento (@maravento) - Spanish.
  • ๐Ÿ‡ฉ๐Ÿ‡ช Stephan Mikwauschk (@Pappmann) and La-vaos (@la-vaos) - German.
  • ๐Ÿ‡ป๐Ÿ‡ณ Loc Huynh (@hthienloc) - Vietnamese.
  • ๐Ÿ‡ซ๐Ÿ‡ท Germain Rรฉmi (@remigermain) - French.
  • ๐Ÿ‡ท๐Ÿ‡บ Vladimir Kosolapov (@vmkspv) - Russian.
  • ๐Ÿ‡ฎ๐Ÿ‡ฑ Omer I.S. (@omeritzics) - Hebrew.
  • ๐Ÿ‡ณ๐Ÿ‡ฑ Heimen Stoffels (@Vistaus) - Dutch.
  • ๐Ÿ‡ฐ๐Ÿ‡ท Yun Juhwan (@g-yunjh) - Korean.
  • ๐Ÿ‡ฏ๐Ÿ‡ต Camegone (@camegone) - Japanese.
  • ๐Ÿ‡น๐Ÿ‡ท YaลŸar ร‡iv (@yasarciv) - Turkish.

Contributors

Thank you for contributing to this project:

contributors

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.

If you'd like to translate this project into your native language, feel free to send me the translated file: en_template.pot