You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+19-1Lines changed: 19 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ mv ~/Downloads/gk "$HOME/cli"
47
47
export PATH="$HOME/gk:$PATH"
48
48
```
49
49
50
-
You can also [download][releases page] your corresponding package (`.dev`, `.rpm`) and install it with:
50
+
You can also [download][releases page] your corresponding package (`.deb`, `.rpm`) and install it with:
51
51
52
52
```bash
53
53
sudo apt install ./gk.deb
@@ -80,6 +80,11 @@ Then edit your environment variables to add it to your PATH.
80
80
- If it doesn't exist, create a variable with the name **PATH**.
81
81
5. Add the path to the `gk` binary at the end.
82
82
83
+
84
+
## ⚙️ Configuration
85
+
### Nerd Fonts
86
+
The GitKraken CLI supports Nerd Fonts to display icons for some commands. To ensure correct icon rendering, please obtain and install a Nerd Font available at https://www.nerdfonts.com/. After installation, set the selected Nerd Font as the default font for your terminal.
87
+
83
88
## Troubleshooting
84
89
85
90
### ```gk login``` freezes after authenticating in browser
@@ -93,6 +98,19 @@ unalias gk
93
98
```
94
99
95
100
## Examples
101
+
### 🎯 Focus View
102
+
```
103
+
gk focus
104
+
```
105
+
GitKraken Focus View is a unified dashboard that consolidates PRs, Issues, and WIPs across all of the repositories in a [Cloud Workspace](#-create-workspaces-to-group-repos). You can view the details of any item and take action on your most important tasks.
106
+
107
+
<imgwidth="900"alt="Screenshot 2024-01-02 at 10 09 03 AM"src="https://github.com/gitkraken/gk-cli/assets/115040794/42f686de-cd8c-49a5-b0cf-43062c6b4509">
108
+
109
+
#### Pin items to keep them at the top of your list
110
+
Use the shortcut <kbd>p</kbd> to pin any PR or Issue to the top of the list. You can unpin an item by using the same shortcut on any pinned item.
111
+
#### Snooze items to save them for later
112
+
Use the shortcut <kbd>s</kbd> to snooze any PR or Issue, removing them from the list of items. You can view snoozed items by navigating to the `Snoozed` tab in the Focus View. You can unsnooze items and bring them back into your Focus View lists by using the same shortcut on any snoozed item.
0 commit comments