Sort scripts
This commit is contained in:
parent
3e6258eb42
commit
d9bee9b609
2 changed files with 5 additions and 4 deletions
|
@ -4,8 +4,11 @@ alias emacs="emacs27"
|
||||||
# Writing tracking
|
# Writing tracking
|
||||||
alias words="cd ~/Documents/drive/org && python3 writing-tracker.py && cd -"
|
alias words="cd ~/Documents/drive/org && python3 writing-tracker.py && cd -"
|
||||||
|
|
||||||
# Prompt scraping
|
# Scripts in my utils folder and elsewhere
|
||||||
alias prompts="cd ~/.linux/scripts/utils && python3 promptscrape.py && cd -"
|
alias prompts="cd ~/.linux/scripts/utils && python3 promptscrape.py && cd -"
|
||||||
|
alias cello="python3 ~/.linux/scripts/utils/cellopractice.py"
|
||||||
|
alias rcmus="~/.linux/scripts/cmus-refresh.sh"
|
||||||
|
alias consumption="python3 ~/.linux/scripts/utils/year-summary.py"
|
||||||
|
|
||||||
# Music
|
# Music
|
||||||
pl(){pgrep -x cmus >/dev/null && cmus-remote -u || echo "cmus is not running"}
|
pl(){pgrep -x cmus >/dev/null && cmus-remote -u || echo "cmus is not running"}
|
||||||
|
@ -27,8 +30,6 @@ pywal(){
|
||||||
obtgen
|
obtgen
|
||||||
~/.linux/scripts/bordergen.sh
|
~/.linux/scripts/bordergen.sh
|
||||||
}
|
}
|
||||||
alias cello="python3 ~/.linux/scripts/utils/cellopractice.py"
|
|
||||||
alias rcmus="~/.linux/scripts/cmus-refresh.sh"
|
|
||||||
|
|
||||||
# Brevity
|
# Brevity
|
||||||
alias giveme="find ~/Documents/drive | egrep -i"
|
alias giveme="find ~/Documents/drive | egrep -i"
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit b220032d6bd6ce0c8f48c2829c37f844c610e98b
|
Subproject commit f14776b5763d3ed877190c4dbff48cc867fe8592
|
Loading…
Add table
Add a link
Reference in a new issue