1.1.1 • Published 5 years ago

osx-shortcut v1.1.1

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

osx-shortcut `bin/sh`

Add autocorrect text shortcuts, as in, when I type $a, its expanded to $b.

Tested on OS X 10.10 (Yosemite), might work earlier.

Uses undocumented features, meaning that this might break on new releases of OS X (but your shortcuts will not).

Install

npm

npm install osx-shortcut --global

Usage

Usage: shortcut [options] <replace> <with>

Options:

  -h, --help     output usage information
  -v, --version  output version

You can also pass CSV on stdin(4).

Examples:

  $ shortcut "omw" "on my way"
  $ shortcut <<< "omw,on my way"

See also: man 1 shortcut

Go to System Preferences > Keyboard > Text to see your shortcuts.

License

MIT © Titus Wormer