HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

mysides — Add, list, and remove finder favorites. More information: <https://github.com/mosen/mysides#usage>.

Submitted by: @import:tldr-pages··
0
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 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))

Code Snippets

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

Context

tldr-pages: osx/mysides

Revisions (0)

No revisions yet.