-
Notifications
You must be signed in to change notification settings - Fork 0
[structure] added lib, implemented separation between cmd and cli
#132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
5fb4670
[lint] implement FromStr trait
timonburkard 441d597
[lib] refactoring `new`: separated logic from cli
timonburkard 1e74ecc
[lib] refactoring: git_commit should not contain print
timonburkard 27052d1
[lib] refactoring `set`: separated logic from cli
timonburkard c8699dd
[lib] refactoring: `set` should not contain print
timonburkard 76f24f5
[lib] refactoring `link`: separated logic from cli
timonburkard 7a5b118
[lib] refactoring `list`: separated logic from cli
timonburkard a41148e
[lib] updated
timonburkard 53dd7e0
[lib] refactoring `init`: separated logic from cli
timonburkard c1c3fe5
[lib] refactoring `show`: separated logic from cli
timonburkard 213629d
[lib] refactoring `edit`: separated logic from cli
timonburkard 6577d2b
[lib] refactoring: load_settings() should not contain print
timonburkard a02773f
[structure] created hierarchic structure under `src/`
timonburkard 0ea2403
[doc] updated README
timonburkard 0c3542a
[doc] updated CHANGELOG
timonburkard c2f441f
[lib] reexport pub API for easier/direct usage of the cmd functions
timonburkard 8b3d131
[lib] use result structs
timonburkard 8f6adc2
[issue] set state,assignee #58 -- [config] `export_csv_separator` sho…
timonburkard dd2d53d
[config] moved `export_csv_separator` to settings
timonburkard b23143f
[issue] set state #58 -- [config] `export_csv_separator` should be mo…
timonburkard b70699f
[issue] updated config acc. to YAML schema v2
timonburkard 0082cf0
[model] move cli-specific helpers to `cli/util.rs`
timonburkard b7cb6ec
[model] move cmd-specific helpers to `cmd/util.rs`
timonburkard e078fe1
[model] move one directory up
timonburkard dae4311
[cmd] move types into crate
timonburkard e257fe0
[doc] updated README
timonburkard d19e2db
[minor] comments
timonburkard File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,13 @@ | ||
| _version: 1 | ||
| id: 58 | ||
| title: '[config] `export_csv_separator` should be moved to local user settings' | ||
| state: new | ||
| state: resolved | ||
| type: '' | ||
| labels: [] | ||
| reporter: t.burkard | ||
| assignee: '' | ||
| assignee: t.burkard | ||
| priority: '' | ||
| due_date: '' | ||
| relationships: {} | ||
| created: 2026-01-27T20:34:16Z | ||
| updated: 2026-01-27T20:34:16Z | ||
| updated: 2026-01-27T20:41:31Z |
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.