Skip to content

Commit

Permalink
add pin/unpin/togglepin documents
Browse files Browse the repository at this point in the history
  • Loading branch information
ueokande committed Jul 24, 2024
1 parent 204b51a commit f55c425
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/console_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,3 +98,30 @@ the current page.
The `:set` command can be used to temporarily override properties in the
console. See the [properties](./properties) section for more details on
the available properties.

## `:pin`

The `:pin` command pins the current tab or specific tab by URL or title keywords.

```
:pin " pin the current tab
:pin foobar " pin the tab with "foobar" in the title or URL
```

## `:unpin`

The `:unpin` command unpins the current tab or specific tab by URL or title keywords.

```
:unpin " unpin the current tab
:unpin foobar " unpin the tab with "foobar" in the title or URL
```

## `:togglepin`

The `:togglepin` command toggles pinning of the current tab or specific tab by URL or title keywords.

```
:togglepin " toggle pinning of the current tab
:togglepin foobar " toggle pinning of the tab with "foobar" in the title or URL
```

0 comments on commit f55c425

Please # to comment.