Examples (5)
List sidebar favorites
mysides listAdd a new item to the end of the sidebar favorites
mysides add example file:///Users/Shared/exampleRemove an item by name
mysides remove exampleAdd the current directory to the sidebar
mysides add $(basename $(pwd)) file:///$(pwd)Remove the current directory from the sidebar
mysides remove $(basename $(pwd))made by @shridhargupta | data from tldr-pages