Skip to content

Instantly share code, notes, and snippets.

@usagimaru
Last active June 29, 2023 05:05
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save usagimaru/72e1704f53e13284e42d919dc1deed7a to your computer and use it in GitHub Desktop.
Save usagimaru/72e1704f53e13284e42d919dc1deed7a to your computer and use it in GitHub Desktop.
Show service menu items in the primary context menu of Finder.
defaults write -g NSServicesMinimumItemCountForContextSubmenu -int 20;
killall Finder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment