aboutsummaryrefslogtreecommitdiff
path: root/bin/tmux-session.sh
AgeCommit message (Collapse)Author
2025-04-09bin/tmux-session.sh: check for comment and empty lineShulhan
If the line in .tmux.session file is empty or start with "#", skip it. Also, split the line into array and read only the first column for name and second column for directory, which allow the rest of line as comment.
2022-09-17bin.sh: a collection of shell scriptsShulhan
In this first commit we have tmux-session.sh, a script to open tmux session based on name and configuration in ~/.tmux.session.