/plugin-atom

Atom text editor plugin for Fish shell

Primary LanguageShellMIT LicenseMIT


atom

Creates atom command line shortcut to launch Atom Text editor for Oh My Fish.

Install

Note: You need to have Atom installed.

$ omf install https://github.com/behoof4mind/plugin-atom

If your Atom Text app is in a non-standard location, you can add specify the path to atom in your config.fish:

set -g ATOM_PATH "/Applications/behoof4mind/Atom.app/Contents/SharedSupport/bin/atom"

Usage

$ atom [file ...]        edit the given files
$ atom [directory ...]   open the given directories

License

MIT © beehoof4mind