Releases: tkw1536/ggman
Releases · tkw1536/ggman
v1.22.0
v1.21.0
- add
ggman find-file
command - Various internal performance tweaks
- make spellchecker happy
- Update to
go 1.22
- Update to goprogram
0.5.0
- Update dependencies
v1.20.1
- fix
ggman relocate
behavior on Windows
v1.20.0
- add
ggman show
alias to show the head commit of a repository - add
ggshow
utility - rework some of the shell aliases
Makefile
: Make sure to always build with cgo disabled- rework filter scoring to take position of match into account
- improve
ggman relocate
error handling in some edge cases - fix a lot of typos
- update to
goprogram
0.4.0 - update various other dependencies
v1.19.0
- update to go 1.20
ggman exec
display output in parallel when running in parallel- rename
--local
flag to--here
inggman clone
- improve
ggman relocate
behaviour with symlinks - update to
goprogram
0.3.5 - minor bugfixes and CI updates
- update copyright year
v1.18.2
- fix another
ggclone
alias issue
v1.18.1
- fix
ggclone
alias
v1.18.0
- move aliases to new
ggman shellrc
command
- add newggclone
alias - build universal mac executables
v1.17.0
- update to new
goprogram
- format messages accordingly
- remove
BeforeRegister
method from commands - remove unneeded pointer receivers
- add new
--scores
flag toggman ls
- dependency updates
v1.16.0
- update to new
goprogram
version (refactors positional argument parsing) - add
--list-bases
flag toggman web
andggman url
- don't try to open invalid URLs in
ggman web
andggman url
- add
ggman require
alias - make documentation strings more consistent