Compare commits

..

22 commits

Author SHA1 Message Date
2ccf9fa987 renamed 'root' command to 'path' 2024-06-10 09:29:18 -04:00
80a5c0a968 'h' is now shortened version of 'has' instead of help 2024-06-06 15:56:27 -04:00
18dd30f101 made nest prevent message more helpful 2024-06-06 14:04:26 -04:00
4f372ead42 updated README 2024-06-06 10:05:41 -04:00
f16554cd59 switched session enforce to new tmux detection helper 2024-06-06 09:52:25 -04:00
f8c3ac20ac merged in changes from help-topics 2024-06-06 09:49:58 -04:00
5d60b35d07 version bump 2024-06-06 09:42:42 -04:00
b380d1863d initial implementation of root command and made some commands allow being thrown through pipes 2024-06-06 09:41:41 -04:00
b7f5e8d045 Merge branch 'env-vars' into help-topics 2024-03-14 16:54:28 -04:00
58ff8fde2a default window name now sets correctly 2024-03-14 16:51:40 -04:00
087a2fe66e added help text for REMUX_NEW_WINDOW env var 2024-03-14 16:31:06 -04:00
478638d249 Merge branch 'env-vars' into help-topics 2024-03-14 16:26:56 -04:00
50f129c793 added REMUX_WINDOW_NAME var for add command 2024-03-14 16:26:40 -04:00
fd076f7fee updated help text to include topics 2024-03-14 15:00:58 -04:00
fa2fdeb5bb Merge branch 'env-vars' into help-topics 2024-03-14 14:24:38 -04:00
54f3fbb331 corrected name of ATTACH_SYMBOL env var 2024-03-14 14:24:30 -04:00
0a17e66b4b wrote help topic for env vars 2024-03-14 14:24:07 -04:00
f7cbf8dbe5 Merge branch 'env-vars' into help-topics 2024-03-14 14:16:06 -04:00
802daeba37 removed incompatible disable_echo from session exist check 2024-03-08 22:54:47 -05:00
708c2334e2 moved environment variable code to a new module 2024-03-08 21:27:41 -05:00
71b33ca274 created env module 2024-03-08 14:02:23 -05:00
aa4c26ba4c renamed detach flag and added detach support to 'new' 2024-03-08 13:58:48 -05:00

View file

@ -125,7 +125,6 @@ args:
flags:
-r, --read-only Attach the target session as read-only."),
// TOPIC HELP
Some("env" | "vars")