Take Screenshots Directly From The Terminal In Linux Mint/Ubuntu

Scrot is a command line utility that can directly take screenshots from the Terminal. To install it in Ubuntu/Linux Mint, open Terminal and type the following : sudo apt install scrot Once installed, it is easy to use. To directly take a screenshot of the Terminal : scrot What this will do is save the screenshot with a timestamp in the current directory. To save a screenshot in other location : scrot...