xurls added

This commit is contained in:
Luke Smith 2019-02-02 07:01:13 -05:00
parent 8733324963
commit ced60ba260
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252
2 changed files with 2 additions and 1 deletions

View File

@ -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" [ ! -d "$2" ] && mkdir "$2" && chown -R "$name:wheel" "$2"
chown -R "$name:wheel" "$dir" chown -R "$name:wheel" "$dir"
sudo -u "$name" git clone --depth 1 "$1" "$dir/gitrepo" >/dev/null 2>&1 && 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 serviceinit() { for service in "$@"; do

View File

@ -46,6 +46,7 @@ A,unclutter-xfixes-git,"hides an inactive mouse."
,unrar,"extracts rar's." ,unrar,"extracts rar's."
,unzip,"unzips zips." ,unzip,"unzips zips."
A,urlscan,"parses URLs in the terminal allowing keyboard-based selection." 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." ,w3m,"is a terminal browser which can also view images."
,xcape,"gives the special escape/super mappings of LARBS." ,xcape,"gives the special escape/super mappings of LARBS."
,xclip,"allows for copying and pasting from the command line." ,xclip,"allows for copying and pasting from the command line."

1 #TAG NAME IN REPO (or git url) PURPOSE (should be a verb phrase to sound right while installing)
46 unrar extracts rar's.
47 unzip unzips zips.
48 A urlscan parses URLs in the terminal allowing keyboard-based selection.
49 A xurls allows a user to select urls in the terminal via the keyboard.
50 w3m is a terminal browser which can also view images.
51 xcape gives the special escape/super mappings of LARBS.
52 xclip allows for copying and pasting from the command line.