A collection of shell and Nautilus scripts to enhance productivity on Linux. Includes utilities for manipulating PDFs and images, file management automation, and more. Integrates with Nautilus and Nemo file managers for easy access to scripts. Useful for streamlining workflows and adding functionality without installing new software. Beginner-friendly Bash scripts that work across common Linux distros like Ubuntu, Fedora, etc. Open source and customizable.
git clone https://github.com/AhmedMohamedAbdelaty/Shell-Nautilus-Scripts ~/.local/share/nautilus/scripts
git clone https://github.com/AhmedMohamedAbdelaty/Shell-Nautilus-Scripts ~/.local/share/nemo/scripts
Note
Some scripts are not mine.
Note: if some PDF scripts not working, it might be because ImageMagick security policy 'PDF' blocking conversion from PDF to images, to fix it, run this command:
sudo sed -i '/disable ghostscript format types/,+6d' /etc/ImageMagick-6/policy.xml
- Fork the repo
- Create a new branch
- Commit your changes
- Push to the branch
- Create a new Pull Request