Skip to content

Instantly share code, notes, and snippets.

@t9md
Last active May 10, 2017 00:02
Show Gist options
  • Save t9md/2da9eeb0807b216b85d0138deeb060cc to your computer and use it in GitHub Desktop.
Save t9md/2da9eeb0807b216b85d0138deeb060cc to your computer and use it in GitHub Desktop.

Setup

cd ~/github
git clone https://github.com/t9md/command-palette
cd command-palette
git co add-max-results-option
apm install
apm link -d .

Evaluate by

  1. Start atom by atom -d or atom-beta -d
  2. Change maxResults options via setting-view
  3. cmd-shift-p to start command-palette.
  4. See console.log to measure time diff.

Cleanup

cd ~/github/command-palette
apm unlink -d .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment