• Joined on 2026年05月02日
Fluffinity commented on pull request forgejo-contrib/forgejo-cli#547 2026年07月03日 15:03:35 +02:00
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

Fluffinity commented on issue forgejo-contrib/forgejo-cli#545 2026年07月03日 12:31:32 +02:00
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
Fluffinity pushed to fix-oauth-crash at Fluffinity/forgejo-cli 2026年06月29日 20:42:14 +02:00
37666a39a3 fix(auth): handle oauth open error gracefully
Fluffinity commented on pull request forgejo-contrib/forgejo-cli#535 2026年06月29日 13:55:06 +02:00
fix(auth): handle detached opening error gracefully

Rebased onto current main

Fluffinity pushed to fix-oauth-crash at Fluffinity/forgejo-cli 2026年06月29日 13:55:00 +02:00
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
Compare 3 commits »
Fluffinity commented on pull request forgejo-contrib/forgejo-cli#533 2026年06月29日 13:48:18 +02:00
feat(repo): add watch, unwatch and watch-status commands

Rebased onto current main

Fluffinity commented on pull request forgejo-contrib/forgejo-cli#533 2026年06月29日 13:48:03 +02:00
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

Fluffinity pushed to main at Fluffinity/forgejo-cli 2026年06月29日 13:46:24 +02:00
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
Compare 6 commits »
Fluffinity pushed to feat-repo-watch at Fluffinity/forgejo-cli 2026年06月29日 13:46:05 +02:00
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
Compare 3 commits »
Fluffinity commented on issue forgejo-contrib/forgejo-cli#534 2026年06月28日 16:47:15 +02:00
Tracking remaining unwrap and expect usage

I consider it a non-goal to clear the project of .unwraps, .expects, or panic!s.

Fluffinity pushed to fix-oauth-crash at Fluffinity/forgejo-cli 2026年06月28日 14:03:55 +02:00
f6a9d38ef2 fix(auth): handle oauth open error gracefully
Fluffinity pushed to fix-oauth-crash at Fluffinity/forgejo-cli 2026年06月28日 11:32:23 +02:00
29e1ee3341 fix(auth): handle oauth open error gracefully
Fluffinity created pull request forgejo-contrib/forgejo-cli#535 2026年06月28日 10:43:32 +02:00
fix(auth): handle detached opening error gracefully
Fluffinity pushed to fix-oauth-crash at Fluffinity/forgejo-cli 2026年06月28日 10:39:48 +02:00
1f390bc24c fix(auth): handle oauth open error gracefully
Fluffinity created branch fix-oauth-crash in Fluffinity/forgejo-cli 2026年06月28日 10:39:48 +02:00
Fluffinity opened issue forgejo-contrib/forgejo-cli#534 2026年06月28日 10:18:04 +02:00
Tracking remaining unwrap and expect usage
Fluffinity pushed to feat-repo-watch at Fluffinity/forgejo-cli 2026年06月27日 20:07:53 +02:00
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
Compare 3 commits »
Fluffinity commented on issue forgejo-contrib/forgejo-cli#530 2026年06月27日 14:20:00 +02:00
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

Fluffinity pushed to feat-repo-watch at Fluffinity/forgejo-cli 2026年06月27日 14:13:16 +02:00
223ac97500 feat(repo): added watch, unwatch and watch-status commands