added logbook script

This commit is contained in:
Stefan Etringer 2025-10-09 09:51:23 +02:00
parent af17018901
commit 3b68cfac93
1 changed files with 8 additions and 0 deletions

8
logbook/.local/bin/lob Executable file
View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
tmux new-session -d "vim $HOME/logbook/$(date +%Y_%B).md"
tmux split-window -h -l 20%
tmux new-window 'system'
tmux split-window -v 'ipython3'
# resize-pane -x 70 -y 50
tmux -2 attach-session -d