Skip to content

Commit

Permalink
mysides: add page (tldr-pages#11347)
Browse files Browse the repository at this point in the history
* add mysides

* tiny fixes

* fix minor formatting issues
  • Loading branch information
grafst authored Oct 31, 2023
1 parent f994b81 commit cb2bcd5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions pages/osx/mysides.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# mysides

> Add, list and remove finder favorites.
> More information: <https://github.com/mosen/mysides>.
- List sidebar favorites:

`mysides list`

- Add a new item to the end of the sidebar favorites:

`mysides add {{example}} {{file:///Users/Shared/example}}`

- Remove an item by name:

`mysides remove {{example}}`

- Add the current directory to the sidebar:

`mysides add $(basename $(pwd)) file:///$(pwd)`

- Remove the current directory from the sidebar:

`mysides remove $(basename $(pwd))`

0 comments on commit cb2bcd5

Please sign in to comment.