Skip to content

v0.0.1

Choose a tag to compare

@carhartl carhartl released this 26 Nov 08:01
· 72 commits to main since this release
v0.0.1
afe6be4

Changelog

  • afe6be4 Detect unpushed commits
  • c8449a7 Remove comment block
  • b9aa7ed Implement Git info summary
  • 1141c3f Replace go-git
  • 98d1b57 Implement check for clean repo for git info type
  • 86b28cf Use testify for tests
  • 59a33d6 Add missing tests for git status parsing
  • 917a483 Implement git status parsing
  • 41ae9d6 Add note regarding list item rendering constraint
  • 9c14b64 Move types for better coherence
  • b9c008e Merge pull request #6 from carhartl/dependabot/github_actions/aquasecurity/trivy-action-0.29.0
  • 2d6b762 Bump aquasecurity/trivy-action from 0.28.0 to 0.29.0
  • 9823ace Fix using current dir as default
  • 6970ea7 Add documentation to readme
  • f2e00a4 Merge pull request #5 from carhartl/dependabot/go_modules/github.com/charmbracelet/bubbletea-1.2.2
  • 0e402c6 Bump github.com/charmbracelet/bubbletea from 1.1.1 to 1.2.2
  • e105dea Remove version info from CLI app
  • b270517 Implement simple releasing
  • 5f7eed3 Separate files in main package
  • da5bb0b Merge pull request #2 from carhartl/dependabot/go_modules/github.com/charmbracelet/lipgloss-1.0.0
  • 4ac856d Bump github.com/charmbracelet/lipgloss from 0.13.0 to 1.0.0
  • 6e92238 Simplify Go package organization
  • 38276d0 Output simple git status info as-is
  • f9148d2 Adapt for project renaming
  • 9837db2 Open editor upon repo selection
  • 1e013f4 Remove duplicate and misaligned text from view
  • fc0079d Adapt naming of list items
  • da0abbc Remove impossible todo
  • 16e8808 Bump golang.org/x/net from 0.22.0 to 0.23.0
  • ed2f125 Allow working directory as cli arg
  • f72f9ba Change list title
  • fd8ab30 Tidy up mod file
  • 3274ab8 Filter for dirty repositories
  • 1e000f1 Skip all hidden directories, plus node_modules
  • 0971d57 Detect only directories that are git repos
  • c70bea8 Remove redundant message type handling
  • 87cf33b Implement list UI for showing repos
  • 19c334a Simplify cli help output
  • 0fb32f4 Set up CLI app
  • a2ee983 Implement spinner with Bubble Tea ❤️
  • 83655ba Add CI badge
  • fc87867 Add Dependabot setup
  • 90187f9 Add CI workflow
  • 871a93c Add Lefthook config
  • dbfcb4c Initialize Go module
  • bf6f894 Initial commit