feat: Add --cwd/-C CLI option for setting cwd
This help message needs to be localized. Use the h! macro for that and add the corresponding message in localization/en-US/messages.ftl
Add a way to edit repository topics
One thing I currently wonder is what the most likely workflow would be. So are you most likely to set your topics once and forget and if you add/remove topics, would it be typically only one topic...
Fluffinity
dismissed review from Cyborus for forgejo-contrib/forgejo-cli#535
2026年06月29日 20:42:16 +02:00
Reason:
New commits pushed, approval review dismissed automatically according to repository settings
37666a39a3
fix(auth): handle oauth open error gracefully
fix(auth): handle detached opening error gracefully
Rebased onto current main
49721f3068
fix(auth): handle oauth open error gracefully
7ec8585ab3
Merge pull request 'Lock file maintenance' (#536) from renovate/lock-file-maintenance into main
30bef92b6f
Lock file maintenance
feat(repo): add watch, unwatch and watch-status commands
Rebased onto current main
feat(repo): add watch, unwatch and watch-status commands
I am with Cyborus on this one. "You don't yet watch this repo" sounds weird to me in this context
7ec8585ab3
Merge pull request 'Lock file maintenance' (#536) from renovate/lock-file-maintenance into main
30bef92b6f
Lock file maintenance
3d5660daff
Merge pull request 'chore: fix clippy warnings' (#531) from jpk68/forgejo-cli:fix-clippy into main
298a3eec7e
chore: fix clippy warnings
7e051db8e5
Merge pull request 'chore: optimize cargo release profile' (#520) from jpk68/forgejo-cli:cargo-release into main
a92afb5c9f
feat(repo): added watch, unwatch and watch-status commands
7ec8585ab3
Merge pull request 'Lock file maintenance' (#536) from renovate/lock-file-maintenance into main
30bef92b6f
Lock file maintenance
Tracking remaining
unwrap and expect usage
I consider it a non-goal to clear the project of
.unwraps,.expects, orpanic!s.
f6a9d38ef2
fix(auth): handle oauth open error gracefully
29e1ee3341
fix(auth): handle oauth open error gracefully
fix(auth): handle detached opening error gracefully
1f390bc24c
fix(auth): handle oauth open error gracefully
Tracking remaining
unwrap and expect usage
c5c201ecbd
feat(repo): added watch, unwatch and watch-status commands
3d5660daff
Merge pull request 'chore: fix clippy warnings' (#531) from jpk68/forgejo-cli:fix-clippy into main
298a3eec7e
chore: fix clippy warnings
Starring repositories should be idempotent
Ok, same thing as with the watch status. Not starred = 404, so here the API error must be handled manually, too
223ac97500
feat(repo): added watch, unwatch and watch-status commands