Commit Graph

91 Commits

Author SHA1 Message Date
Slug-Boi 4a8572efdf chore: defer close 2025-04-02 18:34:43 +02:00
Slug-Boi 39781da299 refactor(json): add ability to delete author using the new json author file 2025-04-02 18:25:14 +02:00
Slug-Boi ec2f361583 feat: allow for json files to be opened instead of the weird self made csv format 2025-03-29 22:12:52 +01:00
Slug-Boi 9c98cd1c59 refactor: call update check on users cmd 2025-01-14 14:40:44 +01:00
Slug-Boi 1ea3d94421 fix: bug with the update tool and paths not being correct. Changed to abs path checks 2025-01-14 14:40:31 +01:00
Slug-Boi 667c25b162 refactor: add update check to cz command 2025-01-14 14:14:24 +01:00
Slug-Boi 106957c290 refactor: Fix terrible code and flag handling in root
WIP this will be passed down to the cz command most likely as well
2025-01-14 13:49:54 +01:00
Slug-Boi 79dc578b56 feat: check for tag version on github to let the user know they should update to the new version 2025-01-13 15:57:59 +01:00
Slug-Boi 2794a9038b fix: rewrite error messages for error in author file to be more descriptive 2025-01-13 15:57:24 +01:00
Slug-Boi 0e47a9336a fix: issue with creating author file from scratch. Fixed file permissions 2025-01-13 15:22:19 +01:00
Slug-Boi 33221e234b feat: add git push flag to commands 2024-12-14 00:09:59 +01:00
Slug-Boi c5ee15dd4b refactor: fix syntax errors 2024-12-01 21:03:28 +01:00
Slug-Boi ccdc550170 refactor: change regex to be actually universal 2024-12-01 20:55:57 +01:00
Theis 22db51ab11 Merge branch 'main' into feat_add_update_command 2024-11-29 23:58:17 +01:00
Slug-Boi 08d1942492 feat: add version variable to cocommit which gets set through build command 2024-11-29 23:53:15 +01:00
Theis 5f7365cc22 Merge pull request #44 from Slug-Boi/feat_add_update_command 2024-11-28 13:49:53 +01:00
Slug-Boi 06c83dce0d fix: zip slip issue 2024-11-28 13:40:18 +01:00
Slug-Boi 3d06dddf22 feat: add update command which looks at os and tries to update
this command will try to download and replace your current binary with
the latest release binary
2024-11-28 13:30:05 +01:00
Slug-Boi c4671efd9c feat: add ability to pass flags to git commit 2024-11-28 10:49:12 +01:00
Slug-Boi 54d038680f fix: weird commit when quitting whilst filtering 2024-11-25 22:31:30 +01:00
Slug-Boi a9850510e3 fix: crash when no groups defined and opening the group panel 2024-11-25 22:17:07 +01:00
Slug-Boi 7b506adb0a refactor: change height boundry 2024-11-25 18:24:11 +01:00
Slug-Boi 2260132ba2 style: change pagination dot to match color of other elements 2024-11-25 18:19:00 +01:00
Slug-Boi abd21e41a5 refactor: add dynamic groups with height and pagination 2024-11-25 16:30:26 +01:00
Slug-Boi f662eb15b3 refactor: add dynamic scaling to group amount 2024-11-24 22:34:54 +01:00
Slug-Boi a3336ed6c0 refactor: remove some of the clear screen commands 2024-11-16 23:20:25 +01:00
Slug-Boi 597d4f5572 refactor: small updates to color and flag checking 2024-11-16 22:58:53 +01:00
Slug-Boi f0547bc0f8 test: remove testing prints 2024-11-16 22:19:03 +01:00
Slug-Boi ea0755af29 fix: issue with group selection selecting users with partial name of group users 2024-11-16 22:17:37 +01:00
Slug-Boi 6e2293beb5 refactor: cleanup code 2024-11-16 22:17:09 +01:00
Slug-Boi ed7cdb0467 fix: fix group overflow in tui 2024-11-15 12:39:12 +01:00
Slug-Boi bbc2e758e5 refactor: unify colors for a tui. May change again not sure 2024-11-12 22:38:20 +01:00
Slug-Boi 49b471e188 docs: update usage messages of all cobra commands 2024-11-12 21:59:10 +01:00
Slug-Boi 8af4f521ef test: add group selection test 2024-11-12 21:50:30 +01:00
Slug-Boi d7f279b0b3 test: fix the tui tests with the new model structure 2024-11-12 21:03:33 +01:00
Slug-Boi c8e5d87e3f refactor: changed all models for the tui to be in a proper tree structure
All tui elemnts should now be children models to a parent model where
applicable. This should eliminate the weird key regristration issues
seen before and now adhere to proper bubbletea standards
2024-11-11 12:57:14 +01:00
Slug-Boi 56cf60e071 feat: add groups and start refactor of tree model for tui elements 2024-11-08 16:19:02 +01:00
Slug-Boi 49692669b8 refactor: change bat check to be on version flag for better cross platform compatability 2024-11-01 09:13:28 +01:00
Slug-Boi 6ef0ad3b5b refactor: fix email formatting of users printout using glamour 2024-11-01 09:13:00 +01:00
Slug-Boi 35c747399e fix: import paths after src folder rename 2024-11-01 08:39:04 +01:00
Slug-Boi 73ee788e8b chore: rename src folder 2024-11-01 08:32:10 +01:00