Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohamedelashri/nova-external_terminal.novaextension
Open external terminal from Nova's editor command palette
https://github.com/mohamedelashri/nova-external_terminal.novaextension
developer-tools editor-plugin macos nova nova-editor nova-extension
Last synced: about 1 month ago
JSON representation
Open external terminal from Nova's editor command palette
- Host: GitHub
- URL: https://github.com/mohamedelashri/nova-external_terminal.novaextension
- Owner: MohamedElashri
- License: mpl-2.0
- Created: 2023-05-19T06:12:04.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-09T09:21:38.000Z (11 months ago)
- Last Synced: 2024-02-09T10:34:14.920Z (11 months ago)
- Topics: developer-tools, editor-plugin, macos, nova, nova-editor, nova-extension
- Language: JavaScript
- Homepage: https://extensions.panic.com/extensions/melashri.net/melashri.net.Openinexternalterminal/
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
**Open in external terminal**
This extension provides the ability to launch an external terminal from the command palette or using the shortcut `cmd+option+c`. The default terminal is apple terminal, but you can change it in the extension preferences.
The currently supported terminals are:
- Apple Terminal
- iTerm2
- Alacritty
- Hyper
- Wrap
- Tabby
- RioThe extension is also available in the following languages:
- English
- Spanish
- French
- German## Usage
To launch an external terminal:
- Use the shortcut `cmd+option+c`
- Open the command palette and type `New external terminal`### Configuration
To configure the terminal default preferences, open **Extensions → Extension Library...** then select Open in external terminal's **settings** tab.
## Contributing
This extension is open source and contributions are very welcome. Specially if you want to add support for other terminals.
## License
This extension is heavily forked and affected by [External Terminal](https://github.com/belcar-s/nova-external-terminal) extension by which is released under Mozilla Public License Version 2.0. See [LICENSE](./LICENSE) for more information. That's why this extension is also released under Mozilla Public License Version 2.0.