-
-
Save AdrianSchneider/6a0d9bfb45726057263a7db49fa57ff2 to your computer and use it in GitHub Desktop.
A smart keyword / search engine that gives you the "cd" (change directory) behaviour. Ex: CMD+L, then `cd ..` or `cd /`
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:window.location='%s' == '..' ? window.location.href.split('/').slice(0, -1).join('/') : "%s"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment