[structure] added lib, implemented separation between cmd and cli#132
Merged
timonburkard merged 27 commits intomainfrom Jan 27, 2026
Merged
[structure] added lib, implemented separation between cmd and cli#132timonburkard merged 27 commits intomainfrom
lib, implemented separation between cmd and cli#132timonburkard merged 27 commits intomainfrom
Conversation
63e15a6 to
3caf8ae
Compare
|
Possible additional tools (maybe others) for github actions
|
maebli
approved these changes
Jan 26, 2026
There was a problem hiding this comment.
Looks nice! 👍 For the web view maybe its worth looking at serverless solution also? I would maybe consider egui (https://www.egui.rs/#demo) running in wasm. I recently saw a cool demo of this.
Signed-off-by: Timon Burkard <burkard.timon@gmail.com>
Signed-off-by: Timon Burkard <burkard.timon@gmail.com>
We want to separate the logic from the cli. Therefore, `git_commit()` resp. `run_git()` should not contain print statements but instead return an optional info string. Signed-off-by: Timon Burkard <burkard.timon@gmail.com>
Signed-off-by: Timon Burkard <burkard.timon@gmail.com>
We want to separate the logic from the cli. Therefore, the wildcard handling, which contains user confirmation, has been moved to `cli`. Signed-off-by: Timon Burkard <burkard.timon@gmail.com>
Signed-off-by: Timon Burkard <burkard.timon@gmail.com>
Signed-off-by: Timon Burkard <burkard.timon@gmail.com>
Signed-off-by: Timon Burkard <burkard.timon@gmail.com>
Signed-off-by: Timon Burkard <burkard.timon@gmail.com>
Signed-off-by: Timon Burkard <burkard.timon@gmail.com>
Signed-off-by: Timon Burkard <burkard.timon@gmail.com>
We want to separate the logic from the cli. Therefore, `load_settings()` resp. `create_settings_if_missing()` should not contain print statements but instead return an optional info string. Signed-off-by: Timon Burkard <burkard.timon@gmail.com>
Signed-off-by: Timon Burkard <burkard.timon@gmail.com>
Signed-off-by: Timon Burkard <burkard.timon@gmail.com>
Signed-off-by: Timon Burkard <burkard.timon@gmail.com>
Signed-off-by: Timon Burkard <burkard.timon@gmail.com>
This is better for readability compared to tuples. Also, it is more future prove, as new fields can be added easily. Signed-off-by: Timon Burkard <burkard.timon@gmail.com>
3caf8ae to
1f51b30
Compare
…uld be moved to local user settings
This is a local user-specific setting. Should not be part of the version-controlled project configuration. Signed-off-by: Timon Burkard <burkard.timon@gmail.com>
1f51b30 to
2828123
Compare
…ved to local user settings
Signed-off-by: Timon Burkard <burkard.timon@gmail.com>
Signed-off-by: Timon Burkard <burkard.timon@gmail.com>
Signed-off-by: Timon Burkard <burkard.timon@gmail.com>
`model` now only contains shared things from cmd and cli. Thus, it should not be nested under cmd/ Signed-off-by: Timon Burkard <burkard.timon@gmail.com>
Signed-off-by: Timon Burkard <burkard.timon@gmail.com>
Signed-off-by: Timon Burkard <burkard.timon@gmail.com>
Signed-off-by: Timon Burkard <burkard.timon@gmail.com>
2828123 to
d19e2db
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.