clone into Documents/code
This commit is contained in:
parent
4ba58fe17e
commit
274493e61b
1 changed files with 1 additions and 0 deletions
|
|
@ -294,6 +294,7 @@ in {
|
||||||
text = ''
|
text = ''
|
||||||
url=$(wl-paste)
|
url=$(wl-paste)
|
||||||
${my-deps.notify-send} "Cloning $url"
|
${my-deps.notify-send} "Cloning $url"
|
||||||
|
cd ~/Documents/code
|
||||||
${termcmd} -e -- git clone "$url"
|
${termcmd} -e -- git clone "$url"
|
||||||
${my-deps.notify-send} "Finished cloning $url"
|
${my-deps.notify-send} "Finished cloning $url"
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue