1

I want to add cut command to right click menu in finder. Do not want to use xtrafinder at this time...catalina (sip)

  • defaults write com.apple.finder AllowCutForItems 1 =did not work
  • Would there exist an option of adding this specific functionality without disabling SIP. Solution exists, which means this is possible, but so far, these solutions require SIP disabled.
bmike
  • 235,889
paulj
  • 239

2 Answers2

1

You don’t need to cut on macOS since copy works as cut when you change how you paste.

  • command + c to copy
  • command + option + v to paste with an instantaneous cut
bmike
  • 235,889
  • Great, now have it so I can right click and not hit several different key commands. If I wanted key commands, I would be using Ubuntu, not OSX. – paulj Jan 02 '22 at 13:11
  • 1
    I haven’t been successful using Automator for that bit it might work for you desires. - https://apple.stackexchange.com/questions/146776/automator-action-service-on-right-click-on-an-url – bmike Jan 02 '22 at 15:58
0

I checked out PathFinder, it does not override native Finder file handling. Only app appears to be XtraFinder(and others) but with SIP disabled unfortunately.

paulj
  • 239