fix: fixed typo in gh dash
This commit is contained in:
@@ -3320,7 +3320,7 @@ dtools_tui_development_usage() {
|
|||||||
|
|
||||||
printf "%s\n" "$(bold "Commands:")"
|
printf "%s\n" "$(bold "Commands:")"
|
||||||
printf " %s Fast terminal UI for git (gitui)\n" "$(green "git") "
|
printf " %s Fast terminal UI for git (gitui)\n" "$(green "git") "
|
||||||
printf " %s A rich terminal UI for GitHub that doesn't break your flow. (gh-dash)\n" "$(green "github") "
|
printf " %s A rich terminal UI for GitHub that doesn't break your flow. (gh dash)\n" "$(green "github") "
|
||||||
printf " %s Jira terminal UI (jirust)\n" "$(green "jira") "
|
printf " %s Jira terminal UI (jirust)\n" "$(green "jira") "
|
||||||
printf " %s Render markdown on the CLI (glow)\n" "$(green "readme") "
|
printf " %s Render markdown on the CLI (glow)\n" "$(green "readme") "
|
||||||
printf " %s Log file navigator (lnav)\n" "$(green "tail-logs") "
|
printf " %s Log file navigator (lnav)\n" "$(green "tail-logs") "
|
||||||
@@ -3369,7 +3369,7 @@ dtools_tui_development_git_usage() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dtools_tui_development_github_usage() {
|
dtools_tui_development_github_usage() {
|
||||||
printf "dtools tui development github - A rich terminal UI for GitHub that doesn't break your flow. (gh-dash)\n\n"
|
printf "dtools tui development github - A rich terminal UI for GitHub that doesn't break your flow. (gh dash)\n\n"
|
||||||
|
|
||||||
printf "%s\n" "$(bold "Usage:")"
|
printf "%s\n" "$(bold "Usage:")"
|
||||||
printf " dtools tui development github\n"
|
printf " dtools tui development github\n"
|
||||||
@@ -10699,7 +10699,7 @@ dtools_tui_development_git_command() {
|
|||||||
|
|
||||||
dtools_tui_development_github_command() {
|
dtools_tui_development_github_command() {
|
||||||
|
|
||||||
gh-dash
|
gh dash
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -21470,12 +21470,12 @@ dtools_tui_development_github_parse_requirements() {
|
|||||||
|
|
||||||
missing_deps=
|
missing_deps=
|
||||||
|
|
||||||
if ! command -v gh-dash >/dev/null 2>&1; then
|
if ! command -v gh >/dev/null 2>&1; then
|
||||||
printf "missing dependency: gh-dash\n" >&2
|
printf "missing dependency: gh\n" >&2
|
||||||
printf "%s\n\n" "See 'https://github.com/dlvhdr/gh-dash'" >&2
|
printf "%s\n\n" "See 'https://github.com/dlvhdr/gh-dash'" >&2
|
||||||
missing_deps=1
|
missing_deps=1
|
||||||
else
|
else
|
||||||
deps['gh-dash']="$(command -v gh-dash | head -n1)"
|
deps['gh']="$(command -v gh | head -n1)"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ -n $missing_deps ]]; then
|
if [[ -n $missing_deps ]]; then
|
||||||
|
|||||||
@@ -9,9 +9,9 @@ commands:
|
|||||||
gitui: See 'https://github.com/gitui-org/gitui'
|
gitui: See 'https://github.com/gitui-org/gitui'
|
||||||
|
|
||||||
- name: github
|
- name: github
|
||||||
help: A rich terminal UI for GitHub that doesn't break your flow. (gh-dash)
|
help: A rich terminal UI for GitHub that doesn't break your flow. (gh dash)
|
||||||
dependencies:
|
dependencies:
|
||||||
gh-dash: See 'https://github.com/dlvhdr/gh-dash'
|
gh: See 'https://github.com/dlvhdr/gh-dash'
|
||||||
|
|
||||||
- name: jira
|
- name: jira
|
||||||
help: Jira terminal UI (jirust)
|
help: Jira terminal UI (jirust)
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
gh-dash
|
gh dash
|
||||||
|
|||||||
Reference in New Issue
Block a user