Skip to content

Latest commit

 

History

History
executable file
·
50 lines (33 loc) · 1.9 KB

README.md

File metadata and controls

executable file
·
50 lines (33 loc) · 1.9 KB

Shell & Nautilus Scripts

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.

Hits

a0d581666d26dd9c66bf8ed395cba948

Getting Started

you can use them directly from the terminal or from the file manager like Nautilus or Nemo

Installing in nautilus file manager

git clone https://github.com/AhmedMohamedAbdelaty/Shell-Nautilus-Scripts ~/.local/share/nautilus/scripts

Installing in nemo file manager

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

Want to contribute? Great

gon-freecss-wondering
  • Fork the repo
  • Create a new branch
  • Commit your changes
  • Push to the branch
  • Create a new Pull Request