Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/roccomuso/seashells
Seashells node.js CLI tool.
https://github.com/roccomuso/seashells
client javascript module node nodejs output pipe seashells
Last synced: 14 days ago
JSON representation
Seashells node.js CLI tool.
- Host: GitHub
- URL: https://github.com/roccomuso/seashells
- Owner: roccomuso
- Created: 2017-07-11T22:10:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-04T16:37:18.000Z (over 6 years ago)
- Last Synced: 2025-01-04T17:46:18.268Z (18 days ago)
- Topics: client, javascript, module, node, nodejs, output, pipe, seashells
- Language: JavaScript
- Size: 2.93 KB
- Stars: 23
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# seashells
[![NPM Version](https://img.shields.io/npm/v/seashells.svg)](https://www.npmjs.com/package/seashells)
![node](https://img.shields.io/node/v/seashells.svg)
[![Dependency Status](https://david-dm.org/roccomuso/seashells.png)](https://david-dm.org/roccomuso/seashells)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)> Seashells lets you pipe output from command-line programs to the web in real-time
Unofficial Node.js client for [Seashells.io](https://seashells.io).
## Install
$ npm install -g seashells
## Usage
Show output on both stdout and Seashells:
$ echo "ciao" | seashells
Have time to see URL before full-screen command:
$ htop | seashells --delay 5
## Author
Rocco Musolino ([@roccomuso](https://twitter.com/roccomuso))