xurls added
This commit is contained in:
parent
8733324963
commit
ced60ba260
2
larbs.sh
2
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
|
||||
|
@ -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."
|
||||
|
|
Loading…
Reference in New Issue
Block a user