Created
September 27, 2023 08:44
-
-
Save patsancu/12961dac585bc03ad62156cba2f2389f to your computer and use it in GitHub Desktop.
#shell #command #tmux #dev
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function do-reports() { | |
| tmux new-window "vim TODO_$(date +%Y%m%d).md"; tmux split-window -d "vim DOING_$(date +%Y%m%d).md" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment