Commit graph

38 commits

Author SHA1 Message Date
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
d1485cf745 cleaned up subcommand match statement 2023-04-20 15:31:22 -04:00
07bd6af1a9 various changes 2023-04-14 16:38:34 -04:00
97fdb206c9 initial commit 2023-04-06 13:34:32 -04:00