0.0.5 • Published 8 years ago

screenshot-linux v0.0.5

Weekly downloads
1
License
ISC
Repository
-
Last release
8 years ago

Linux-Screenshot

This is a simple linux screenshot-tool for linux based systems using scrot and xclip.

Require

scrot
//For taking the pixel mapping from X window
xclip
//Clipboard manager for X server

Usage

npm install -g screenshot-linux

From command line:

screenshot-linux
//This will save the screenshot as <dirname>/<current_time>-full-screenshot.png

Options

screenshot-linux -n/--name <name>
//This will save the screenshot as <dirname>/<name>.png

screenshot-linux -t/--type <type>

//type = full/crop for fullscreen/selected

screenshot-linux -m/--mode <mode>

//mode = autosave/clipboard/both for saving on disk/clipboard/both
0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago