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