/such

CLI that understands generic names

Primary LanguageJavaScript

such

npm install -g such

such edit

$ such edit [args]

passes args to vim

such status, such commit, such add, such clone, such remote, such mv, such rm, such log, such loge, etc...

$ such <git-command> [args]

passes git-command and args to git

such install, such publish, such link

$ such <npm-command> [args]

passes npm-command and args to npm

such run, such repl

runs node. run takes args, repl doesn't.

such console, such generate, such rails

runs the rails commands

todo

  • check if current directory is a rails or node project. needed for test.
  • check for git or svn (yes I have projects that use it)

license

very MIT. wow.