Skip to content

Files

Latest commit

98de957 · May 7, 2023

History

History
49 lines (43 loc) · 1.21 KB

README.md

File metadata and controls

49 lines (43 loc) · 1.21 KB

A tool to take screenshots using your Linux terminal



❗️ Install:

git clone https://github.com/z3oxs/ghost.git
cd ghost
make install

 

🚀 Usage:

If you want to use the properly builded script, check releases page

 

Command Description
f Take fullscreen shot (include all monitors)
s Take screenshot from a selected area
g Take screenshot from a selected area freezed and support multiple displays
d Take screenshot from only a display
S Save the output to a image file
F Save to file on default images path
c Copy the output to the clipboard
o Outputs screenshot to stdout encoded as png
u Upload the screenshot to AnonFiles
v Show version

 

Example

Fullscreen and save to a png file inside your working folder

ghost -f -S 'image.png'

Selected area and copy to clipboard

ghost -s -c

Fullscreen and output to stdout

ghost -f -o