
yeKcim's scripts
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
There is a lot of nautilus scripts pack all over the web. But a lot of these scripts are not working very well:
* no dependency error notification
* Some of them only works in nautilus, some others only in nemo
* Some of them only works with files that not contained spaces
* etc
So I decided to write my own scripts, with functions, with my own rules,…
⇒ work well in prompt as in files managers (no use of $NAUTILUS_SCRIPT_SELECTED_FILE_PATHS or NEMO equivalent)
⇒ notifications (dependency errors or mime-type not supported)
⇒ mime-type check with file --mime-type -b "$input" and not 3 last letters!
⇒ all texts in english (translations are difficult to maintain)
⇒ output ≠ input, never erase input!
⇒ utf-8 symbols in script names to be easiest to identify (←↑→↓⇐⇑⇒⇓↕↔↻↶↷…)
⇒ Direct use: No input box to ask how many, which orientation,…
5 years ago
This is the first time I pack my scripts.
5 years ago
This is the first time I pack my scripts.
sadi
5 years ago
Report
yek
5 years ago
Report
sadi
5 years ago
Report
yek
5 years ago
→ https://github.com/yeKcim/my_nautilus_scripts/commit/1d1a968d2b46971b5cc22283aea4c2bef271a683
Thank you
Report