1.0.0 • Published 2 years ago

cleen v1.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

Cleen

A simple CLI tool to generate awesome screenshots from the terminal

npm.io

Usage

Simply pipe any command that outputs information to cleen:

$ some-bash-command | npx cleen [--command "some-bash-command"] [--display] image.png

Here's how the README image is generated:

$ npx colortest | npx cleen --command "npx colortest | npx cleen example.png" example.png

You have to give cleen the path of the target picture (Though be careful, as it will overwrite any existing file).

Options

--command <any string of text>

This will add the specified string at the top of the screenshot as if it was the command that was ran.

--display

This will display the output of the command being piped to cleen in the terminal.

1.0.0

2 years ago

0.6.0

2 years ago

0.5.2

2 years ago

0.5.1

2 years ago

0.5.0

2 years ago

0.4.1

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago