Compare commits
3 commits
eabb57cffb
...
c8b77b7379
Author | SHA1 | Date | |
---|---|---|---|
c8b77b7379 | |||
e779be270c | |||
7d881e2e6a |
5 changed files with 15 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -257,3 +257,5 @@ plasmaparc
|
|||
bruno/
|
||||
beekeeper-studio/
|
||||
filezilla/
|
||||
obsidian/
|
||||
sqlitebrowser/
|
||||
|
|
|
@ -132,7 +132,7 @@
|
|||
;;kotlin ; a better, slicker Java(Script)
|
||||
latex ; writing papers in Emacs has never been so fun
|
||||
;;lean ; for folks with too much to prove
|
||||
;;ledger ; be audit you can be
|
||||
ledger ; be audit you can be
|
||||
lua ; one-based indices? one-based indices
|
||||
markdown ; writing docs for people to ignore
|
||||
;;nim ; python + lisp at the speed of c
|
||||
|
|
|
@ -47,7 +47,8 @@ alias \
|
|||
qr-png="qrencode -s 16 -o qr.png" \
|
||||
qr="qrencode -t ansiutf8" \
|
||||
clip="xsel -ib" \
|
||||
em="emacsclient -c -a 'emacs' $@" \
|
||||
wget="wget --hsts-file=$XDG_DATA_HOME/wget/wget-hsts" \
|
||||
ssh="ssh ${SSH_CONFIG}" \
|
||||
scp="scp ${SSH_CONFIG}" \
|
||||
rsync="rsync --rsh \"ssh ${SSH_CONFIG}\"" \
|
||||
lg="lazygit"
|
||||
|
|
3
wrappers/em
Executable file
3
wrappers/em
Executable file
|
@ -0,0 +1,3 @@
|
|||
#!/bin/sh
|
||||
|
||||
emacsclient -c -a 'emacs' $@
|
7
wrappers/whatsapp
Executable file
7
wrappers/whatsapp
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
WA_URL="https://web.whatsapp.com"
|
||||
|
||||
phone_number="$(printf '' | menu "Phone (+506):")"
|
||||
|
||||
firefox-personal "$WA_URL/send/?phone=%%2B506$phone_number&text&type=phone_number&app_absent=0"
|
Loading…
Reference in a new issue