tmux: Add simple workout tracking session

Hard-codes paths to open, used for quick opening of training tracking.
To be run with `tm sport.session`
This commit is contained in:
Marty Oehme 2020-07-23 12:28:43 +02:00
parent d3fbe7f4d6
commit 0487042d7e
No known key found for this signature in database
GPG key ID: 0CCB0526EFB9611A

View file

@ -0,0 +1,4 @@
new-window -n routine
send-keys "cd ~/documents/records; v workout.md" C-m I
rename-window stats
send-keys "cd ~/documents/records; sc-im workout.csv" C-m