terminal: Create module to consolidate term utils
Terminal application, a variety of shell configurations, terminal file and session management all consolidated in one place.
This commit is contained in:
parent
2e0c992a54
commit
9781b26b22
31 changed files with 0 additions and 0 deletions
15
terminal/.config/tmux/sessions/todo.session
Normal file
15
terminal/.config/tmux/sessions/todo.session
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
rename-window focus
|
||||
send-keys tasksh C-m "+TODAY" C-m
|
||||
new-window -n dash
|
||||
send-keys "cd ${XDG_DATA_HOME:-~/.local/share}/task/; fd . | entr -c task next" C-m
|
||||
split-window -h -l 71
|
||||
send-keys "cd ${XDG_DATA_HOME:-~/.local/share}/task/; fd . | entr -c task summary" C-m
|
||||
split-window -v "cd ${XDG_DATA_HOME:-~/.local/share}/task/; fd . | entr -c task status:pending or +ACTIVE burndown"
|
||||
select-pane -t 1
|
||||
split-window -v -l 5
|
||||
send-keys "t" Space
|
||||
new-window -n journal
|
||||
send-keys "calcurse" C-m
|
||||
split-window -h -l 35% "ls ~/documents/records/jrnl.md | entr -c jrnl -5"
|
||||
split-window -v -l 10%
|
||||
select-window -t 2
|
||||
Loading…
Add table
Add a link
Reference in a new issue