upleb
blst
glmps
npub
pls
smpl
u
p
l
e
b
.
u
k
Public git repos — served from a NIP-34 GRASP relay at
git.upleb.uk
GRASP
index
:
npub1tkq8unhsd5jqx6ueex5lcpsgknrpquxuk44ftpjlpm3ulaake7xs76txrw/ngit-cli-mirror
main
Personal mirror of DanConwayDev/ngit-cli on git.upleb.uk
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
ngit
/
main.rs
Age
Commit message (
Expand
)
Author
2026-03-05
refactor(subject): standardise on subject over title in CLI and output
DanConwayDev
2026-03-05
feat(subject): add pr/issue set-subject via NIP-32 kind-1985 labels
DanConwayDev
2026-03-05
feat(status): add --reason to all pr and issue status commands
DanConwayDev
2026-03-05
feat(status): add pr draft, issue resolved, and --reason for issue close
DanConwayDev
2026-03-05
feat(label): add `ngit issue label` and `ngit pr label` commands
DanConwayDev
2026-03-05
add `ngit account whoami` command
DanConwayDev
2026-03-04
add `ngit repo --json` for machine-readable repo detection
DanConwayDev
2026-03-04
standardise on --label; add label filter and display to pr list/view
DanConwayDev
2026-03-04
add --comments flag to issue/pr view; show reply threading
DanConwayDev
2026-03-04
fix NIP-22 compliance and add --reply-to flag for issue/PR comments
DanConwayDev
2026-03-04
restructure CLI around ngit pr/issue subcommand groups
DanConwayDev
2026-03-04
feat: add ngit issue list command
DanConwayDev
2026-02-20
improve `ngit repo` output styling
DanConwayDev
2026-02-20
add `ngit repo` subcommand group
DanConwayDev
2026-02-17
fix: show help menu when ngit is run without arguments
DanConwayDev
2026-02-17
feat: add --offline flag to list, checkout, apply commands
DanConwayDev
2026-02-13
feat: add spinner for git fetch in non-verbose mode
DanConwayDev
2026-02-13
feat: add --verbose/-v flag for detailed output
DanConwayDev
2026-02-12
feat: make ngit list non-interactive by default
DanConwayDev
2026-02-12
feat: add ngit apply command for non-interactive patch application
DanConwayDev
2026-02-12
feat: add ngit checkout command for non-interactive proposal checkout
DanConwayDev
2026-02-11
fix: force interactive mode for list command
DanConwayDev
2026-02-10
feat: add global CLI flags for non-interactive mode
DanConwayDev
2025-09-11
fix: ngit binary enforce git server timeout
DanConwayDev
2025-07-25
feat(sync): add cmd to sync git servers
DanConwayDev
2025-05-21
feat: add --customize flag for instructions
DanConwayDev
2024-11-27
feat: remove `pull` `push` and `fetch` ngit cmds
DanConwayDev
2024-11-27
feat(account): move login/out cmds to account
DanConwayDev
2024-11-27
feat(logout): add logout command
DanConwayDev
2024-11-27
feat(export-keys): to use in other clients
DanConwayDev
2024-11-11
Revert "refactor: remove ngit `pull` `push` `fetch`"
DanConwayDev
2024-11-04
refactor: remove ngit `pull` `push` `fetch`
DanConwayDev
2024-09-04
refactor: fix imports, etc based on restructure
DanConwayDev
2024-09-04
refactor: organise into lib and bin structure
DanConwayDev