Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 892 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 892 Bytes

The Nautilus Application list Adder!

This simply adds a little context menu entry which allows you to add a binary or script to your applications list!

Pico 8 Example
Example with Pico 8

To install!

run these commands with nautilus closed

git clone https://github.com/coffandro/Nautilus-Application-Adder.git
cd Nautilus-Application-Adder
./install.sh -i
nautilus -q

or as a self cleaning one liner:

git clone https://github.com/coffandro/Nautilus-Application-Adder.git && cd Nautilus-Application-Adder && ./install.sh -i && cd .. && yes "yes" | rm -rI Nautilus-Application-Adder && nautilus -q

To configure!

Simply modify the configuration file at ~/.local/share/nautilus-python/extensions/NautilusAppAdder/config.json

nano ~/.local/share/nautilus-python/extensions/NautilusAppAdder/config.json