Skip to main content

All Questions

Tagged with
0 votes
1 answer
62 views

Cant run Terminal from Finder with shortcut if 'Show items as' is on 'columns'

I usually use 'show as columns' when working on my macbook. Today I assigned a shortcut to open terminal window from Finder in sys -> Keyboard -> Shortcuts -> Services, but it seems to work ...
vladli's user avatar
  • 101
3 votes
1 answer
2k views

Add a custom terminal command to context menu in mac

Is there a way to add a custom command when I right click a folder in mac? I have a global NPM module which I run like this from the terminal: ~ make-assets The behaviour I want to achieve is that ...
Guy's user avatar
  • 163
4 votes
4 answers
2k views

Assigning keyboard shortcut to OSX's "New Terminal at Folder" service does not work

I often use right click > Services > New Terminal at Folder to do terminal commands at particular place so now I wanted to assign a keyboard shortcut to it. However, no matter what shortcut I ...
5argon's user avatar
  • 159
51 votes
8 answers
159k views

how to kill process in Mac OS X and not have it restart on its own

When I run sudo kill -9 [PID] with the proper process ID, the process stops but then is restarted and has a new PID. I'm trying to kill the mysqld process. How can I mimic the Activity Monitor in ...
Hristo's user avatar
  • 1,269