mosen / mysides

A command line application for managing OS X Finder sidebar favourites
MIT License
226 stars 29 forks source link

Add ability to point at another users file space #7

Closed lazymutt closed 7 years ago

lazymutt commented 7 years ago

I'd really like the ability to direct mysides to modify another users Finder prefs.

jimratliff commented 7 years ago

Couldn't you just use su to execute mysides as if logged in as the other user?

su - other_user_name -c 'mysides add example file:///Users/Shared/example'

or something like that?

lazymutt commented 7 years ago

That's what I ended up doing after some additional thought. Should have closed this isuue.