commit ced60ba2600af34e66a1d83c945b6f1556cbfea2
parent 8733324963ecba4ed9ef18b29ca1096a4fec2c60
Author: Luke Smith <luke@lukesmith.xyz>
Date: Sat, 2 Feb 2019 07:01:13 -0500
xurls added
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/larbs.sh b/larbs.sh
@@ -117,7 +117,7 @@ putgitrepo() { # Downlods a gitrepo $1 and places the files in $2 only overwriti
[ ! -d "$2" ] && mkdir "$2" && chown -R "$name:wheel" "$2"
chown -R "$name:wheel" "$dir"
sudo -u "$name" git clone --depth 1 "$1" "$dir/gitrepo" >/dev/null 2>&1 &&
- sudo -u "$name" cp -rfT "$dir"/gitrepo "$2"
+ sudo -u "$name" cp -rfT "$dir/gitrepo" "$2"
}
serviceinit() { for service in "$@"; do
diff --git a/progs.csv b/progs.csv
@@ -46,6 +46,7 @@ A,unclutter-xfixes-git,"hides an inactive mouse."
,unrar,"extracts rar's."
,unzip,"unzips zips."
A,urlscan,"parses URLs in the terminal allowing keyboard-based selection."
+A,xurls,"allows a user to select urls in the terminal via the keyboard."
,w3m,"is a terminal browser which can also view images."
,xcape,"gives the special escape/super mappings of LARBS."
,xclip,"allows for copying and pasting from the command line."