feat: Added the gh-dash TUI
This commit is contained in:
@@ -8,6 +8,11 @@ commands:
|
||||
dependencies:
|
||||
gitui: See 'https://github.com/gitui-org/gitui'
|
||||
|
||||
- name: github
|
||||
help: A rich terminal UI for GitHub that doesn't break your flow. (gh-dash)
|
||||
dependencies:
|
||||
gh-dash: See 'https://github.com/dlvhdr/gh-dash'
|
||||
|
||||
- name: jira
|
||||
help: Jira terminal UI (jirust)
|
||||
dependencies:
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
gh-dash
|
||||
@@ -42,6 +42,7 @@ white() { print_in_color "\e[37m" "$*"; }
|
||||
|
||||
bold() { print_in_color "\e[1m" "$*"; }
|
||||
underlined() { print_in_color "\e[4m" "$*"; }
|
||||
bold_underlined() { print_in_color "\e[1;4m" "$*"; }
|
||||
|
||||
red_bold() { print_in_color "\e[1;31m" "$*"; }
|
||||
green_bold() { print_in_color "\e[1;32m" "$*"; }
|
||||
|
||||
+543
-499
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user