File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,8 @@ changelog:
4141 - " ^ci:"
4242
4343brews :
44- - repository :
44+ - name : gx-git
45+ repository :
4546 owner : mubbie
4647 name : homebrew-tap
4748 token : " {{ .Env.HOMEBREW_TAP_TOKEN }}"
Original file line number Diff line number Diff line change @@ -789,10 +789,15 @@ git rebase $(gx parent) # manual rebase
789789
790790## Tech Stack
791791
792- - [ Go ] ( https://go.dev/ )
792+ ** Go (Homebrew / binary): **
793793- [ Cobra] ( https://github.com/spf13/cobra ) : CLI framework
794794- [ Lip Gloss] ( https://github.com/charmbracelet/lipgloss ) : Terminal styling
795795
796+ ** Python (pip / pipx):**
797+ - [ Typer] ( https://typer.tiangolo.com/ ) : CLI framework
798+ - [ Rich] ( https://rich.readthedocs.io/ ) : Terminal formatting
799+ - [ Textual] ( https://textual.textualize.io/ ) : TUI for interactive stash browser
800+
796801## License
797802
798803[ MIT] ( LICENSE )
Original file line number Diff line number Diff line change 1- 2.0.0
1+ 2.0.1
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " gx-git"
7- version = " 2.0.0 "
7+ version = " 2.0.1 "
88description = " Git Productivity Toolkit"
99readme = " README.md"
1010license = {text = " MIT" }
You can’t perform that action at this time.
0 commit comments