Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/npezza93/archipelago-atom
Archipelago terminal packaged for Atom
https://github.com/npezza93/archipelago-atom
atom coffeescript css html javascript react terminal terminal-emulators xterm
Last synced: 16 days ago
JSON representation
Archipelago terminal packaged for Atom
- Host: GitHub
- URL: https://github.com/npezza93/archipelago-atom
- Owner: npezza93
- License: mit
- Created: 2017-12-22T20:27:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-01-05T17:44:12.000Z (about 6 years ago)
- Last Synced: 2024-12-26T00:41:43.098Z (about 1 month ago)
- Topics: atom, coffeescript, css, html, javascript, react, terminal, terminal-emulators, xterm
- Language: CoffeeScript
- Homepage: https://atom.io/packages/archipelago
- Size: 8.85 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Archipelago for Atom
Archipelago for Atom is an extension of the Archipelago desktop app for Atom.
Get Archipelago for the desktop here
## Usage
Navigate to the packages menu -> Archipelago -> Toggle Terminal or the corresponding
keybinding (alt-space). Once a terminal has been opened you can split the focused terminal in half, vertically or horizontally. To split on macOS you can press cmd-s(horizontally) or cmd-shift-s(vertically) or ctrl-s(horizontally) or ctrl-shift-s(vertically) on Windows and Linux.On Linux, you will need to have g++ or a C++ compiler installed.
#### Keybindings
There are a couple default keybindings declared for the terminal that correspond to unicode escape sequences like jump to the beginning or end of line.
These can be found inside Atom's config where you can modify or remove any keybindings.![Demo](https://raw.githubusercontent.com/npezza93/archipelago-atom/master/.github/demo.gif)
## Contributing
Bug reports and pull requests are welcome on [GitHub](https://github.com/npezza93/archipelago-atom).## Development
`apm develop archipelago`This will clone the archipelago package into $HOME/github/archipelago. Open this directory in Atom's dev mode and hack away.
## License
Archipelago for Atom is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).