From e1bd7c68524e8fac8279863d8b5f3b249f22942d Mon Sep 17 00:00:00 2001
From: Arun Prakash Jana <engineerarun@gmail.com>
Date: Sun, 17 Mar 2019 18:39:21 +0530
Subject: [PATCH] Drop the .sh subscripts

---
 user-scripts/README.md               | 16 ++++++++--------
 user-scripts/{copier.sh => copier}   |  0
 user-scripts/{edit.sh => edit}       |  0
 user-scripts/{fzy.sh => fzy}         |  0
 user-scripts/{imgur.sh => imgur}     |  0
 user-scripts/{picker.sh => picker}   |  0
 user-scripts/{sxiv.sh => sxiv}       |  0
 user-scripts/{upgrade.sh => upgrade} |  0
 8 files changed, 8 insertions(+), 8 deletions(-)
 rename user-scripts/{copier.sh => copier} (100%)
 rename user-scripts/{edit.sh => edit} (100%)
 rename user-scripts/{fzy.sh => fzy} (100%)
 rename user-scripts/{imgur.sh => imgur} (100%)
 rename user-scripts/{picker.sh => picker} (100%)
 rename user-scripts/{sxiv.sh => sxiv} (100%)
 rename user-scripts/{upgrade.sh => upgrade} (100%)

diff --git a/user-scripts/README.md b/user-scripts/README.md
index 2c1b985f..49c482b2 100644
--- a/user-scripts/README.md
+++ b/user-scripts/README.md
@@ -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 |
diff --git a/user-scripts/copier.sh b/user-scripts/copier
similarity index 100%
rename from user-scripts/copier.sh
rename to user-scripts/copier
diff --git a/user-scripts/edit.sh b/user-scripts/edit
similarity index 100%
rename from user-scripts/edit.sh
rename to user-scripts/edit
diff --git a/user-scripts/fzy.sh b/user-scripts/fzy
similarity index 100%
rename from user-scripts/fzy.sh
rename to user-scripts/fzy
diff --git a/user-scripts/imgur.sh b/user-scripts/imgur
similarity index 100%
rename from user-scripts/imgur.sh
rename to user-scripts/imgur
diff --git a/user-scripts/picker.sh b/user-scripts/picker
similarity index 100%
rename from user-scripts/picker.sh
rename to user-scripts/picker
diff --git a/user-scripts/sxiv.sh b/user-scripts/sxiv
similarity index 100%
rename from user-scripts/sxiv.sh
rename to user-scripts/sxiv
diff --git a/user-scripts/upgrade.sh b/user-scripts/upgrade
similarity index 100%
rename from user-scripts/upgrade.sh
rename to user-scripts/upgrade
-- 
2.51.0