Giter Site home page Giter Site logo

cutecmd-mac's Introduction

cutecmd-mac

Programmer's command runner in macOS, like Alfred/QuickSilver, but with below different:

  • Script First: first match your Apple Script, then fallback to system app.

  • No Ranking: All command matchs don't use ranking, but fuzzy matched, this means all input have definite output, no trainning, no try.

  • Highly Customized: It's simple and basic, using Swift 3, you can add any function to fit your needs.

  • keyUp Event: using keyUp rather than keydown, you can regret your mind, by delay release your keyboard, to prevent abruptness. That's important when you're using Emacs or Vim like editors.

snapshot

Usage

  1. Download cutecmd.app.zip from Lastest Release, or build from source.

  2. Unzip, copy cutecmd.app into Applications folder.

  3. Run cutecmd.app, Press CTRL+CTRL to activate input window.

  4. Input, then hit SPACE (for input text) or TAB (for list selection) to launch.

Launch Order

  1. Launch same name with AppleScript file (without extension) from User Script Folder, if not found, try next.

  2. Launch command line open [input text], that for Path and URL, if command failed, try next.

  3. Launch command line open -a [input text], that for Application in /Applications folder, end.

How To Hide

  • When input window lost focus

  • When press ESC

  • When press Control-G (same as Emacs' (keyboard-quit))

  • When a command run successfully

Command List

:quit

Quit cutecmd, Command + Q won't quit this app.

:setup

Open user's script folder, and copy/add AppleScript there.

Scripts folder have some pre-defined scripts, just copy them to User Script Folder to try.

:reload

Reload /Applications folder to refresh app list.

any char

Any char to exact match AppleScript first, if no file with input name there, fallback to fuzzy matched application.

Libs Used

Windows Version

cutecmd-win

License

MIT @ James Yang

cutecmd-mac's People

Contributors

mithriljs-cn avatar futurist avatar

Stargazers

Thomas L avatar rusty kay avatar

Watchers

 avatar James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.