
MLRS -- Mac Like Rapid Screenshots
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
Designed to replicate a mac's ability to use command+shift+3 to take a screenshot and put it on the desktop.
You have to set your own hotkey for now
Depends on having SCROT
Will instal SCROT on ubuntu and opensuse. Should also work on Fedora, but has not been tested. Others may work, but SCROT has to be installed manually.
See more of the readme.
ftp://alpha1beta.com/MLRS/README
For now, licensed under the MPL. Might become GPL in the future.
For now, all problems, bugs, comments or anything else can go on here. I'll eventually set up something better and bug tracking.
11 years ago
See more on the readme.
0.0.1.8 should have fedora support now.
11 years ago
See more on the readme.
0.0.1.8 should have fedora support now.
Fairy
10 years ago
I found a program to take screenshots on Mac! It is called Screenshots Remote.
http://itunes.apple.com/us/app/screenshots-remote/id366470372?mt=8
There is also a tutorial about this program on youtube.
http://www.youtube.com/watch?v=YNfK5Bb2YFc
What do you think about this program?
It can take screenshots itself or even remotely.
What is your opinion?
Report
alpha1beta
10 years ago
To take a screenshot on the desktop on a mac, COMMAND SHIFT 3.
On linux, install this program set your own hotkey, and use that.
Report
pejakm
11 years ago
Quote:xwd -display :0 -root | xwdtopnm | pnmtopng > $HOME/Desktop/screenshot_`date +%Y%m%d_%H%M%S`.png
(On most Linux systems all prerequisites are already installed.)
Report
alpha1beta
11 years ago
Report