snippetbashTip
mysides — Add, list, and remove finder favorites. More information: <https://github.com/mosen/mysides#usage>.
Viewed 0 times
commandfinderremoveandclimysidesaddlist
macos
Problem
How to use the
mysides command: Add, list, and remove finder favorites. More information: <https://github.com/mosen/mysides#usage>.Solution
mysides — Add, list, and remove finder favorites. More information: <https://github.com/mosen/mysides#usage>.List sidebar favorites:
mysides listAdd 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))Code Snippets
List sidebar favorites
mysides listAdd 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))Context
tldr-pages: osx/mysides
Revisions (0)
No revisions yet.