gh-dash

A beautiful CLI dashboard for GitHub 🚀

MIT License

Stars
7.1K
Committers
22

Bot releases are visible (Hide)

gh-dash - v4.5.4 Latest Release

Published by github-actions[bot] 2 months ago

Changelog

  • a7f720c6a8d7e17eba023694bf6814aab6a4f7cd fix: merge pr (#419)
gh-dash - v4.5.3

Published by github-actions[bot] 2 months ago

Changelog

  • 14dfcd49c906190c1a595bbeae0d12da80d35db5 chore: add Makefile (#414)
  • 3a776ac5717b410f4769e4f26ad19405b7993c7c chore: remove unnecessary if statement (#413)
  • 3c0f3fadf19522e43166e4e0852705f934c68a7c chore: updgrade glamour (#417)
  • c37003b06f6f80f28f4b43781b2f55ee6bac452f dlvhdr/branches-view (#416)
gh-dash - v4.5.2

Published by github-actions[bot] 2 months ago

Changelog

  • c524f60c308dd13ce0c1f9feee5cb6aa79862951 fix: help height (#411)
gh-dash - v4.5.1

Published by github-actions[bot] 3 months ago

Changelog

  • 45d9e61c01c11491116de226001c8e3d410aba76 fix: add author to sparse layout (#409)
gh-dash - v4.5.0

Published by github-actions[bot] 3 months ago

Support for sparse layout

image

This is the new default!

To use the old UI include this in your config:

theme:
  ui:
    table:
      compact: true

Changelog

  • 8c43384fcae0416922e36342a1aacc17220ddf9c Support sparse layout in tables (#408)
  • 867b915816f55ca57798a466e8314d22553ee988 chore: remove unused functions (#407)
gh-dash - v4.4.0

Published by github-actions[bot] 3 months ago

Changelog

  • f06010729932757062dee813d87388d556d5c8d3 feat(approve): Add PR approval cmd (#399)
gh-dash - v4.3.0

Published by github-actions[bot] 4 months ago

Changelog

  • 96cca1a feat: support showing the number of results in tab bar (#401)
gh-dash - v4.2.0

Published by github-actions[bot] 4 months ago

Changelog

  • da1221b support modifying default keybindings prototype (#356)
gh-dash - v4.1.2

Published by github-actions[bot] 5 months ago

Changelog

  • 40df1bd fix: goreleaser duplicate artifacte names due to goarm
gh-dash - v4.0.1

Published by github-actions[bot] 5 months ago

Changelog

  • d964f93 Add labels to PR sidebar.
  • f262762 Refactor label rendering into common function.
  • 56d145e Render labels cleanly across multiple lines.
  • 1b07ffa chore: update go-gh
gh-dash - v4.1.0

Published by github-actions[bot] 5 months ago

Changelog

  • 04a048e add Table#Update
  • 68025d2 add spinner
  • a727687 centerize loading message
  • 3223dd9 feat: showing a loading message
  • 9276e7b fix: adjust ExpandedHelpHeight to prevent screen corruption
  • 9d27687 hide loading message during pagination
  • 2447fff use the colors from the user's theme
gh-dash - v4.0.0

Published by github-actions[bot] 5 months ago

Breaking Changes

https://github.com/dlvhdr/gh-dash/commit/ab52fdf04f6d95ec948f884920ba30bfcfff8629 Remove default_path support in repoPaths configuration

Now that we support the more general :owner/:repo template configuration (https://github.com/dlvhdr/gh-dash/pull/343), the prior default_path functionality (https://github.com/dlvhdr/gh-dash/pull/327) is redundant - e.g. this configuration:

default_path: ~/code/repos

can be achieved equivalently with:

:owner/:repo: ~/code/repos/:repo

Thus, we are deprecating the default_path syntax.

Changelog

  • 8ad08bc Add date format option to defaults
  • 4dc6aae Allow BaseRefName in template
  • 44f2b46 Apply gofmt changes to repopath.go
  • 71df4ec Fix "defult" -> "default" typo in repopath_test.go
  • 300ae6d Fix header visibility and layout adaptation in help view on window resize
  • ab52fdf Remove default_path support in repoPaths configuration
  • 85a75fe Support :owner/:repo template in repoPaths configuration
  • 3e17cea chore: fix typos
  • 5f70d22 doc: update readme
  • 512018d feat: add confirmQuit support in configuration
  • d861c9f feat: show prompt on quit
  • 27e4fa3 feature(custom-commands): streamline running custom commands across different contexts
  • 272dfc1 fix(keybinds): Address premature error re; #353
  • 0a8950e fix(keybinds): replace fatal error with bubbletea error message
  • 81e89e2 fix(keybinds): replace struct with map for template inputs (#353)
  • 9ae0545 fix: duplicate record display on rapid consecutive refreshes
  • e41171f fix: queries exceeding number of allowed nodes
  • 4bcaec0 fix: typo
  • 00553d6 include project name in release assets
  • 4dee5c6 make the help text for switching views vary between panes
  • 6f57521 rename field
  • 73f533e style: capitalisation in comment
  • 94c6603 try and add docs for date format, use lowerwcase relative
  • 3c57b53 ui: better display for username in footer
  • d0aace9 update footer to include username
gh-dash - v3.14.0

Published by github-actions[bot] 8 months ago

Changelog

  • bf3764c feat(prs): show review threads in sidebar
gh-dash - v3.13.1

Published by github-actions[bot] 8 months ago

Changelog

  • 162b6a5 Update README.md
  • 391234f Update README.md
  • b5d8e2f chore: go mod tidy
  • 259133c chore: upgrade all modules
  • 974e5ee fix typo
  • c351548 fix: copy to clipboard notification
  • 1b6ddd5 handle error on copy to clipboard
  • 1c3c0a7 lint fixes
  • 702b0a6 remove unused vars and change to Sequence
gh-dash - v3.13.0

Published by github-actions[bot] 8 months ago

Changelog

  • 466c7cd chore: add testify module and update deps
  • 1e060f5 ci: upgrade github actions
  • d9ef14a feat: add support for a default repository path
  • f76c49e refactor: update repopath to use table tests
gh-dash - v3.12.0 - ability to watch PR checks ✅

Published by github-actions[bot] 10 months ago

  • Press w to watch a PR's checks. Once the checks are done running, you'll get a desktop notification with the results.
  • Ready to review has moved to W (capital W)

Changelog

  • f556f8c ci: verbose logging in go releaser
  • f4f5731 feat: show notification on watch finish
  • 045cbf1 fix free bsd build
gh-dash - v3.11.1

Published by github-actions[bot] 10 months ago

Changelog

  • 29e3418 Add Go build step to README
  • 11ba142 chore: upgrade all deps
gh-dash - v3.11.0

Published by github-actions[bot] about 1 year ago

Changelog

  • 555c5d9 chore: update deps
  • 5425172 feat: add a component to format changes summary
  • 6b8dc15 feat: background unchanged + add a small var for that
  • 8929c43 feat: keep same spaces between adds/deletions
  • 97b1ec3 feat: update the PR view diff changes summary
  • c70295f fix: background color of seleted line
gh-dash - v3.10.0

Published by github-actions[bot] about 1 year ago

Changelog

  • bb6e5fc feat(ui): Remove footer left section when prompt confirmation shows
  • 144d589 feat(ui): ability to prompt a confirmation before an action is performed
gh-dash - v3.9.0

Published by github-actions[bot] over 1 year ago

Changelog

  • 21a4668 Fix missing obsolete nerd font glyphs