xurls added
This commit is contained in:
parent
8733324963
commit
ced60ba260
2 changed files with 2 additions and 1 deletions
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"
|
[ ! -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
|
||||||
|
|
|
@ -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."
|
||||||
|
|
|
Loading…
Reference in a new issue