summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix: always use `Forgejo::with_user_agent`Cyborus2024-12-184-17/+29
|
* Merge pull request 'add `version --verbose`' (#149) from verbose-version ↵Cyborus2024-12-121-1/+13
|\ | | | | | | | | | | into main Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/149
| * feat: add --verbose flag to version commandCyborus2024-12-101-1/+13
| |
* | chore: update `forgejo-api` to 0.5.0Cyborus2024-12-121-2/+4
|/
* Merge pull request 'use `Repository::discover` instead of `open`' (#144) ↵Cyborus2024-12-092-7/+7
|\ | | | | | | | | | | from git-in-subdir into main Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/144
| * feat: use `Repository::discover` to open local repoCyborus2024-12-092-7/+7
| | | | | | | | this way, the repo is still found even in subdirectories
* | fix: detaching when using `browse`dataCobra2024-11-066-13/+13
| |
* | Merge pull request 'add creating prs with agit' (#138) from ↵Cyborus2024-11-052-101/+256
|\ \ | |/ |/| | | | | | | cyborus/agit-main into main Reviewed-on: https://codeberg.org/Cyborus/forgejo-cli/pulls/138
| * chore: formatCyborus2024-11-041-9/+24
| |
| * feat: don't show empty base branch nameCyborus2024-11-041-1/+5
| | | | | | | | i.e. agit prs don't have a base branch, so the title is empty. looks better to not display that
| * feat: support agit prs in pr detectionCyborus2024-11-041-55/+67
| |
| * feat: creating a pr with agitCyborus2024-11-042-44/+168
| |
* | fix: incorrect string slicing in ssh url parsingCyborus2024-11-051-1/+1
|/
* move `version` into a moduledataCobra2024-10-262-56/+65
|
* move `whoami` into a moduledataCobra2024-10-262-20/+33
|
* feat: add `--web` flag to `issue create`Cyborus2024-10-251-35/+61
|
* feat: add user agentCyborus2024-10-251-3/+12
|
* feat: `repo readme`Cyborus2024-10-252-2/+55
|
* feat: `repo migrate`Cyborus2024-10-251-0/+265
|
* feat: `pr status --wait`Cyborus2024-10-031-77/+155
|
* feat: `--web` flag on `pr create`Cyborus2024-09-271-36/+56
|
* feat: allow accessing public info without logging inCyborus2024-09-232-13/+14
|
* fix: make sure urls are http(s) and remove usernameCyborus2024-09-051-1/+9
|
* feat: automatically add ssh url as alias if it is differentCyborus2024-09-051-8/+43
|
* feat: add aliases to keys fileCyborus2024-09-059-20/+49
|
* fix: consistency among host namesCyborus2024-09-054-22/+19
|
* fix: don't accept cannot-be-a-base urls in parsingCyborus2024-09-011-5/+5
|
* fix: correctly parse ssh urls from git remotesCyborus2024-08-302-3/+15
|
* Clippy FixesPi-Cla2024-08-118-85/+80
| | | | There are still some clippy warnings left, but this covers most of them
* fix: application settings page url should only be `https`Cyborus2024-08-101-6/+3
|
* fix: suggest correct add-key subcommand when no easy login availabletranzystorekk2024-08-091-1/+1
|
* refactor: move repo commands into individual functionsCyborus2024-08-091-230/+268
|
* refactor: remove `WikiCommand::no_repo_error`Cyborus2024-08-081-10/+3
|
* feat: `wiki clone`Cyborus2024-08-082-61/+109
|
* feat: `wiki browse`Cyborus2024-08-081-2/+22
|
* feat: `wiki view`Cyborus2024-08-081-4/+38
|
* feat: `wiki contents`Cyborus2024-08-081-5/+36
|
* chore: wiki fileCyborus2024-08-082-0/+44
|
* docs: document `--remote`Cyborus2024-08-044-1/+5
|
* docs: document commandsCyborus2024-08-045-16/+76
|
* docs: better clap idsCyborus2024-08-034-4/+24
|
* chore(dep): update `forgejo-api` to v0.4.0Cyborus2024-08-034-48/+60
|
* feat: `repo delete`Cyborus2024-07-251-0/+21
|
* fix: `repo create` should not take `RepoArg` for name argumentCyborus2024-07-251-2/+2
|
* feat!: add branch guessing on pr creationCyborus2024-07-201-25/+109
|
* fix: print message before reading in `readline`Cyborus2024-07-141-1/+2
|
* fix: prioritize remote tracking branch in repo detectionCyborus2024-07-141-25/+28
|
* fix: read detected pr from correct repoCyborus2024-07-102-37/+55
|
* fix: pr detection from branchCyborus2024-07-101-16/+157
|
* feat(pr): status commandCyborus2024-07-091-0/+123
|