diff options
author | Matthew Lemon <y@yulqen.org> | 2024-09-12 09:12:43 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-09-12 09:12:43 +0100 |
commit | 12063a602e3accc733cc3168cf3ee7ffae5dabf5 (patch) | |
tree | b29b012111636fdfdbf4982ff9f87ac0a4f772be | |
parent | bcac87ab9f6bd6f0558784bf080213838953f494 (diff) |
Adds an alias to check status of syncthing
-rw-r--r-- | bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -71,6 +71,7 @@ alias qnarchive='mkdir /tmp/quicknotes && cp ~/code/html/yulqen.org/content/tech alias rem1='ssh joannalemon.com rem -c+a1 -w140 -m' alias rem2='ssh joannalemon.com rem -c+a2 -w140 -m' alias sync-tunnel='ssh -N -L 9090:127.0.0.1:8384 syncthing@syncthing-ct.banded-neon.ts.net' +alias ststatus='curl -X GET -H "X-API-Key:giuDMYqvFhM2G5ziuFFXLEpC5SjdpgzF" http://localhost:8384/rest/db/status?folder=eahtt-9qkuk|jq' alias tcomptoday='task end.after:today-1d completed' alias thisweek='khal list today 5days -d google_timebox' alias thomeprojects='task _unique project|grep "h\."' |