PabloSzx / open-terminal

cross platform open terminal and run command

Home Page:https://codejam.ninja

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

open-terminal

GitHub stars

cross platform open terminal and run command

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

Features

  • supports osx
  • supports linux

Installation

npm install -g open-terminal

Dependencies

Usage

from the terminal

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

from the nodejs api

import openTerminal from 'open-terminal';

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

Support

Submit an issue

Screenshots

Contribute a screenshot

Contributing

Review the guidelines for contributing

License

MIT License

Clay Risser © 2021

Changelog

Review the changelog

Credits

Support on Liberapay

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

Add some fuel if you'd like to keep me going!

Liberapay receiving Liberapay patrons

About

cross platform open terminal and run command

https://codejam.ninja

License:MIT License


Languages

Language:Makefile 48.2%Language:TypeScript 46.8%Language:JavaScript 5.1%