Commit graph

53 commits

Author SHA1 Message Date
e7ead09ad9 fixed 'list' command showing group titles instead of session titles 2024-03-14 17:03:33 -04:00
b81737c182 fixed 'new' command setting group name instead of session name 2024-03-14 16:40:50 -04:00
21bd6d9d17 updated termion 2024-03-14 16:20:38 -04:00
802daeba37 removed incompatible disable_echo from session exist check 2024-03-08 22:54:47 -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
41a64f039f revised incorrect help text for 'new' and 'attach' commands 2024-03-07 16:54:16 -05:00
be593c82e7 list attach symbol is now configurable 2024-03-06 16:12:54 -05:00
9c814c43f4 updated README 2024-03-06 16:05:53 -05:00
63335916d9 updated README 2024-03-06 15:59:40 -05:00
aba802e77d upgraded tmux_interface to 0.3.2 and restructured command module 2024-03-06 15:54:41 -05:00
be5bace0ac updated README 2024-03-04 13:16:00 -05:00
444964d4ef text section optimization 2024-03-03 22:48:20 -05:00
4fbb2b07c9 updated README 2024-03-03 22:28:32 -05:00
407d77812a version bump 2024-02-28 17:55:43 -05:00
e0ea051bf4 moved repo fallback into a helper function 2024-02-28 17:55:33 -05:00
2ede502884 added repo fallback to all relevant commands 2024-02-28 17:49:08 -05:00
90f3b9a999 'new' now attempts to fall back to repository root name 2024-02-28 14:42:24 -05:00
3dc0e82ad6 added helper function for finding repository root 2024-02-28 14:26:25 -05:00
7aa6b225de moved session exist check to a helper function 2024-02-28 09:35:30 -05:00
5abe1c827c updated README 2024-02-25 20:54:03 -05:00
1fbfad9364 updated README 2024-02-22 14:20:13 -05:00
5754c22e1a added binary information in preparation for crates.io publish 2024-02-19 21:17:48 -05:00
12d4b66fa3 updated README 2024-02-19 19:39:35 -05:00
0d7a411749 updated README 2024-02-13 19:36:38 -05:00
4b1ea9332f added nest flag to help text and README 2024-02-13 17:16:22 -05:00
29a51da6bb version bump for clarity 2024-02-12 15:22:53 -05:00
db33677596 added missing package info 2024-02-12 15:02:13 -05:00
fab7dec810 removed dead code and updated package information 2024-02-12 14:06:54 -05:00
a81226c79c merged in nesting flag 2024-02-04 16:14:34 -05:00
99531e785b added version flag 2024-02-04 16:11:32 -05:00
796d8744c5 added nesting flag 2024-02-04 16:07:24 -05:00
2dd4e35600 moved help into its own module 2024-01-23 16:45:58 -05:00
f77f768416 added terminal check 2023-08-15 21:30:10 -04:00
808591fb9b made README libraries section clearer 2023-06-20 12:33:38 -04:00
044736b535 help text is now used when the '-h' or '--help' flags are detected 2023-06-19 12:55:45 -04:00
309f4326aa release profile strips debug info, removed currently unused dependency 2023-06-19 10:45:54 -04:00
40cacce0be version bump & created release profile 2023-06-19 10:43:38 -04:00
b257e11b02 more robust source documentation, and targeted commands now gracefully fail without a target 2023-06-19 10:42:52 -04:00
a15bee37c6 added warning for nested sessions if "TMUX" variable is set 2023-06-15 11:33:08 -04:00
40836412bc added pronunciation to README 2023-06-15 00:21:23 -04:00
556e79e84f updated README to add attributions 2023-06-13 10:29:28 -04:00
ff6e428967 updated README 2023-06-12 19:24:57 -04:00
e4a348e401 list: fixed link character 2023-06-10 16:16:28 -04:00
e49b46591c cleaned up 2023-05-01 14:25:53 -04:00
e645252012 added detach to help text 2023-05-01 10:52:52 -04:00
4eab373a42 fixed a typo in detach code and added it to subcommand match 2023-05-01 10:50:47 -04:00
fea93cb263 version bump 2023-05-01 10:49:20 -04:00
113a5452c1 added read-only and detach-other flags to attach, created detach command 2023-05-01 10:48:52 -04:00
a2a36ff929 cleaned up help match statement and covered empty session list in list command 2023-04-20 20:41:28 -04:00