IamJony / Simple-Screenshot-Script

A bash script to capture different types of screenshots including region, delay 5 seconds and windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Screenshot Script

A bash script to capture different types of screenshots including region, delay 5 seconds and windows

GitHub Logo

Dependency:

  • maim
  • sxiv
  • xdotool
Debian

sudo apt install maim

sudo apt install sxiv

sudo apt install xdotool

Arch

sudo pacman -S maim

sudo pacman -S sxiv

sudo pacman -S xdotool

Install script:

cd /tmp

git clone https://github.com/IamJony/screenshot-script.git

cd screenshot-script// && chmod +x install

./install

About

A bash script to capture different types of screenshots including region, delay 5 seconds and windows

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%