mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
bd7aaa54ad
Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
511 B
511 B
mysides
Add, list, and remove finder favorites. More information: https://github.com/mosen/mysides#usage.
- 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))