mysides: add page (#11347)

* add mysides

* tiny fixes

* fix minor formatting issues
pull/23/head
grafst 2023-10-31 18:34:19 +01:00 committed by GitHub
parent f994b81ad5
commit cb2bcd5de8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages/osx/mysides.md Normal file
View File

@ -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))`