Skip to content

Commit

Permalink
Merge pull request #34 from gitkraken/update_readme
Browse files Browse the repository at this point in the history
Update README.md with Focus View
  • Loading branch information
sergiolms authored Jan 9, 2024
2 parents 8a8e4a4 + 10eeaec commit 3c9e9e5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,19 @@ unalias gk
```

## Examples
### 🎯 Focus View
```
gk focus
```
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.

<img width="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">

#### Pin items to keep them at the top of your list
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.
#### Snooze items to save them for later
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.

### 🤝 Create Workspaces to group repos
```
gk ws create
Expand Down

0 comments on commit 3c9e9e5

Please sign in to comment.