mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-10 04:26:17 +02:00
Added atom plugin for cygwin
This commit is contained in:
parent
9c08641d7c
commit
9e68758f4a
2 changed files with 35 additions and 0 deletions
17
plugins/atom-cygwin/README.md
Normal file
17
plugins/atom-cygwin/README.md
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
## atom-cygwin
|
||||
|
||||
This plugin allows invoking the Atom Editor from Cygwin using the `atom` command.
|
||||
For this purpose, it uses `cygpath` to convert between Unix and Windows paths.
|
||||
|
||||
### Requirements
|
||||
|
||||
* [Atom](https://atom.io/)
|
||||
* [Cygwin](https://www.cygwin.com/)
|
||||
|
||||
### Usage
|
||||
|
||||
Same as the original CLI script (pointed by `${LOCALAPPDATA}/atom/bin/atom`).
|
||||
|
||||
* If `atom` command is called without an argument, launch Atom
|
||||
* If `atom` is passed a directory, open it in Atom
|
||||
* If `atom` is passed a file, open it in Atom
|
||||
Loading…
Add table
Add a link
Reference in a new issue