dlvhdr / gh-dash

A beautiful CLI dashboard for GitHub 🚀
https://dlvhdr.github.io/gh-dash
MIT License
6.77k stars 191 forks source link

Use "Switch to issues" and "Switch to PRs" for better observability #366

Closed znd4 closed 1 month ago

znd4 commented 1 month ago

Summary

It was hard for me to find the capability to view issues -- I saw it mentioned in the README, but I couldn't find it in the ? menu. This PR proposes varying the help text for the "switch view" action so that the words "issues" or "PRs" are present where applicable.

E.g.:

...
s Switch to issues

or

s Switch to PRs

Alternatively, we could use the simpler

s View issues

but that would lose the nice acronym. Also, "switch" feels like a relevant hint that this will fully replace the current view.

How did you test this change?

go run .

Images/Videos

dlvhdr commented 1 month ago

Thank you @znd4!