diff --git a/larbs.sh b/larbs.sh index 930b59c..fafabcc 100644 --- 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 index 2d28e73..c499272 100644 --- 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."