An open API service indexing awesome lists of open source software.

https://github.com/clayrisser/open-terminal

cross platform open terminal and run command
https://github.com/clayrisser/open-terminal

child-process linux mac osx spawn terminal windows

Last synced: 11 months ago
JSON representation

cross platform open terminal and run command

Awesome Lists containing this project

README

          

# open-terminal

[![GitHub stars](https://img.shields.io/github/stars/clayrisser/open-terminal.svg?style=social&label=Stars)](https://github.com/clayrisser/open-terminal)

> cross platform open terminal and run command

Please ★ this repo if you found it useful ★ ★ ★

## Features

- supports osx
- supports linux

## Installation

```sh
npm install -g open-terminal
```

## Dependencies

- [NodeJS](https://nodejs.org)

## Usage

### from the terminal

```sh
open-terminal "echo 'Hello, world!' && tail -f /dev/null"
```

### from the nodejs api

```js
import openTerminal from 'open-terminal';

openTerminal("echo 'Hello, world!' && tail -f /dev/null");
```

## Support

Submit an [issue](https://github.com/clayrisser/open-terminal/issues/new)

## Screenshots

[Contribute](https://github.com/clayrisser/open-terminal/blob/master/CONTRIBUTING.md) a screenshot

## Contributing

Review the [guidelines for contributing](https://github.com/clayrisser/open-terminal/blob/master/CONTRIBUTING.md)

## License

[MIT License](https://github.com/clayrisser/open-terminal/blob/master/LICENSE)

[Clay Risser](https://clayrisser.com) © 2021

## Changelog

Review the [changelog](https://github.com/clayrisser/open-terminal/blob/master/CHANGELOG.md)

## Credits

- [Clay Risser](https://clayrisser.com) - Author

## Support on Liberapay

A ridiculous amount of coffee ☕ ☕ ☕ was consumed in the process of building this project.

[Add some fuel](https://liberapay.com/clayrisser/donate) if you'd like to keep me going!

[![Liberapay receiving](https://img.shields.io/liberapay/receives/clayrisser.svg?style=flat-square)](https://liberapay.com/clayrisser/donate)
[![Liberapay patrons](https://img.shields.io/liberapay/patrons/clayrisser.svg?style=flat-square)](https://liberapay.com/clayrisser/donate)