Giter Club home page Giter Club logo

nautilus-scripts's Introduction

Nautilus Scripts

There is a lot of nautilus scripts all over the web. But a lot of these scripts are not working very well. No check for errors and no check for dependencies. Some of them only work in nautilus, some others only in nemo. Some of them only work with files that not contained spaces, and so on. So I decided to write my own scripts, that has the following advantages:

  • It runs the processes in parallel: processes multiple files at same time;
  • It is easy to copy and adapt the scripts for other purposes;
  • It has status notifications (dependency errors, supported mime-type);
  • It works in any file manager: no use of the variable $NAUTILUS_SCRIPT_SELECTED_FILE_PATHS or NEMO equivalent;
  • It has an direct usage, without an input box to ask parameters;
  • It never overwrites the input file. The output is different of the input;
  • All shell scripts were checked by shellcheck.

Getting Started

Installing in nautilus file manager

git clone https://github.com/cfgnunes/nautilus-scripts.git ~/.local/share/nautilus/scripts

Installing in nemo file manager

git clone https://github.com/cfgnunes/nautilus-scripts.git ~/.gnome2/nemo-scripts/scripts

Installing in caja file manager

git clone https://github.com/cfgnunes/nautilus-scripts.git ~/.config/caja/scripts

Contributing

If you spot a bug, or want to improve the code, or even make the content better, you can do the following:

  • Open an issue describing the bug or feature idea;
  • Fork the project, make changes, and submit a pull request.

nautilus-scripts's People

Contributors

cfgnunes avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.