]> Sergey Matveev's repositories - nnn.git/commitdiff
Drop the .sh subscripts
authorArun Prakash Jana <engineerarun@gmail.com>
Sun, 17 Mar 2019 13:09:21 +0000 (18:39 +0530)
committerArun Prakash Jana <engineerarun@gmail.com>
Sun, 17 Mar 2019 13:10:54 +0000 (18:40 +0530)
user-scripts/README.md
user-scripts/copier [moved from user-scripts/copier.sh with 100% similarity]
user-scripts/edit [moved from user-scripts/edit.sh with 100% similarity]
user-scripts/fzy [moved from user-scripts/fzy.sh with 100% similarity]
user-scripts/imgur [moved from user-scripts/imgur.sh with 100% similarity]
user-scripts/picker [moved from user-scripts/picker.sh with 100% similarity]
user-scripts/sxiv [moved from user-scripts/sxiv.sh with 100% similarity]
user-scripts/upgrade [moved from user-scripts/upgrade.sh with 100% similarity]

index 2c1b985f8e6ba5650dc5a69af5e815cafcb9eb31..49c482b2c4098ed641961fb8fd6c4a65595e574c 100644 (file)
@@ -1,12 +1,12 @@
-#### List of scripts
+#### Alphabetical list of scripts
 
 | Script | Description |
 | --- | --- |
-| copier.sh | Copy selection to clipboard |
-| edit.sh | Fuzzy find a file in directory subtree with fzy and edit in vim |
-| fzy.sh | Fuzzy find a file in directory subtree with fzy and open using xdg-open |
-| imgur.sh | Upload an image file to imgur |
+| copier | Copy selection to clipboard |
+| edit | Fuzzy find a file in directory subtree with fzy and edit in vim |
+| fzy | Fuzzy find a file in directory subtree with fzy and open using xdg-open |
+| imgur | Upload an image file to imgur |
 | nlaunch | drop-down app launcher (needs fzy), drop in `$PATH`; fallback regular prompt |
-| picker.sh | Pick files and pipe the newline-separated list to another utility |
-| sxiv.sh | Open images in current directory in sxiv |
-| upgrade.sh | Check and update to latest version of nnn manually on Debian 9 Stretch |
+| picker | Pick files and pipe the newline-separated list to another utility |
+| sxiv | Open images in current directory in sxiv |
+| upgrade | Check and update to latest version of nnn manually on Debian 9 Stretch |
similarity index 100%
rename from user-scripts/copier.sh
rename to user-scripts/copier
similarity index 100%
rename from user-scripts/edit.sh
rename to user-scripts/edit
similarity index 100%
rename from user-scripts/fzy.sh
rename to user-scripts/fzy
similarity index 100%
rename from user-scripts/imgur.sh
rename to user-scripts/imgur
similarity index 100%
rename from user-scripts/picker.sh
rename to user-scripts/picker
similarity index 100%
rename from user-scripts/sxiv.sh
rename to user-scripts/sxiv
similarity index 100%
rename from user-scripts/upgrade.sh
rename to user-scripts/upgrade