Commit graph

23 commits

Author SHA1 Message Date
6ce1f354c4 added env var to disable 'new' command from running rc 2024-07-12 09:19:04 -04:00
bf67610ccb initial rc implementation (for 'new' and 'source' commands) 2024-07-12 09:15:47 -04:00
cdc68986fa inner tmux errors are now hidden 2024-07-06 21:10:39 -04:00
b24778113a 'new' now fails on duplicate names, reduced code reuse 2024-07-01 11:52:33 -04:00
1f143f00ad 'which' command is now 'title' 2024-07-01 09:53:52 -04:00
e930af1027 list command now shows a symbol in front of the current session 2024-07-01 09:12:38 -04:00
97f546a69c fixed 'add' command enforcing nest flag on detached sessions 2024-07-01 08:50:23 -04:00
44bad997cb context action now passes flags 2024-06-25 14:05:28 -04:00
ace9627b79 major refactor; parameters are handled by a state struct 2024-06-24 16:32:41 -04:00
ac97336f13 added contextual action as default command 2024-06-18 11:57:08 -04:00
0fc6cd66c6 renamed 'root' command to 'path' 2024-06-10 12:03:40 -04:00
21eda33624 default window name now sets correctly 2024-06-10 12:02:57 -04:00
62d72735da added REMUX_WINDOW_NAME var for add command 2024-06-10 12:02:57 -04:00
a07ae193b5 moved environment variable code to a new module 2024-06-10 12:02:02 -04:00
92d0010186 renamed detach flag and added detach support to 'new' 2024-06-10 12:01:15 -04:00
e017d57a53 initial implementation of root command and made some commands allow being thrown through pipes 2024-06-10 12:01:15 -04:00
6b7c84b673 merged in changes from dep-upgrade 2024-03-08 13:53:26 -05:00
782fb694d0 removed disable_echo flag from commands that don't support it 2024-03-08 13:50:27 -05:00
882e130121 fixed tmux dispatch echoing command information 2024-03-08 10:26:00 -05:00
b00e15a037 switch command now must run in-session 2024-03-08 10:04:24 -05:00
5c3fb7df3f created switch command 2024-03-07 17:10:45 -05:00
be593c82e7 list attach symbol is now configurable 2024-03-06 16:12:54 -05:00
aba802e77d upgraded tmux_interface to 0.3.2 and restructured command module 2024-03-06 15:54:41 -05:00