2025-03-14 21:59:59 -06:00
|
|
|
# mysides
|
|
|
|
|
|
|
|
|
|
> Add, list and remove finder favorites.
|
2025-12-16 10:20:31 -07:00
|
|
|
> More information: <https://github.com/mosen/mysides#usage>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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))`
|