Skip to content

Commit

Permalink
📚 Update the commands in the command table
Browse files Browse the repository at this point in the history
  • Loading branch information
davep committed Jun 7, 2019
1 parent 80264d2 commit 9f3ed21
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,24 @@ machine api.pinboard.in password foo:8ar8a5w188l3
Once done, you can <kbd>M-x</kbd> <kbd>pinboard</kbd> <kbd>RET</kbd> and
browse your pins. Current commands available include:

| Command | Key | Description |
|------------------------|----------------|---------------------------------------------|
| `pinboard-add` | <kbd>n</kbd> | Add a new pin |
| `pinboard-delete` | <kbd>d</kbd> | Delete the current pin |
| `pinboard-edit` | <kbd>e</kbd> | Edit the current pin |
| `pinboard-kill-url` | <kbd>k</kbd> | Add pin's URL to the `kill-ring`. |
| `pinboard-open` | <kbd>RET</kbd> | Open the pin's URL in a web browser |
| `pinboard-private` | <kbd>P</kbd> | Show only private pins in the list |
| `pinboard-public` | <kbd>p</kbd> | Show only public pins in the list |
| `pinboard-read` | <kbd>r</kbd> | Show only read pins in the list |
| `pinboard-refresh` | <kbd>g</kbd> | Refresh the list, showing all pins |
| `pinboard-search` | <kbd>/</kbd> | Show only pins that contain the search text |
| `pinboard-tagged` | <kbd>t</kbd> | Show only pins that have a given tag |
| `pinboard-toggle-read` | <kbd>R</kbd> | Toggle the read/unread status of the pin |
| `pinboard-unread` | <kbd>u</kbd> | Show only unread pins in the list |
| `pinboard-untagged` | <kbd>T</kbd> | Show only pins that have no tag |
| `pinboard-view` | <kbd>SPC</kbd> | View the data for a pin in a window |
| Command | Key | Description |
|--------------------------|----------------|---------------------------------------------|
| `pinboard-add` | <kbd>n</kbd> | Add a new pin |
| `pinboard-delete` | <kbd>d</kbd> | Delete the current pin |
| `pinboard-edit` | <kbd>e</kbd> | Edit the current pin |
| `pinboard-kill-url` | <kbd>k</kbd> | Add pin's URL to the `kill-ring`. |
| `pinboard-open` | <kbd>RET</kbd> | Open the pin's URL in a web browser |
| `pinboard-private` | <kbd>P</kbd> | Show only private pins in the list |
| `pinboard-public` | <kbd>p</kbd> | Show only public pins in the list |
| `pinboard-read` | <kbd>r</kbd> | Show only read pins in the list |
| `pinboard-refresh` | <kbd>g</kbd> | Refresh the list, showing all pins |
| `pinboard-search` | <kbd>/</kbd> | Show only pins that contain the search text |
| `pinboard-extend-tagged` | <kbd>t</kbd> | Add a tag to the current tag filter |
| `pinboard-tagged` | <kbd>T</kbd> | Show only pins with a given tag |
| `pinboard-toggle-read` | <kbd>R</kbd> | Toggle the read/unread status of the pin |
| `pinboard-unread` | <kbd>u</kbd> | Show only unread pins in the list |
| `pinboard-untagged` | <kbd>T</kbd> | Show only pins that have no tag |
| `pinboard-view` | <kbd>SPC</kbd> | View the data for a pin in a window |

## TODO

Expand Down

0 comments on commit 9f3ed21

Please sign in to comment.