Skip to content

Commit

Permalink
Update collection browser description
Browse files Browse the repository at this point in the history
  • Loading branch information
darrenburns committed Aug 11, 2024
1 parent 40950d7 commit 2e42c93
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/posting/widgets/collection/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,11 @@ class CollectionTree(PostingTree[CollectionNode]):
title="Collection Browser",
description="""\
Shows all `*.posting.yaml` request files resolved from the specified collection directory.
Press `ctrl+n` to create a new request at the current cursor location.
Press `d` to duplicate the request under the cursor.
`j` and `k` can be used to navigate the tree.
`J` and `K` jumps between sub-collections.
- Press `ctrl+n` to create a new request at the current cursor location.
- Press `d` to quickly duplicate the request under the cursor (without showing the request info modal).
- Press `D` (`shift`+`d`) to duplicate the request under the cursor (showing the request info modal so you can edit title/description/directory).
- `j` and `k` can be used to navigate the tree.
- `J` and `K` jumps between sub-collections.
""",
)

Expand Down

0 comments on commit 2e42c93

Please sign in to comment.