leanshot/README.md

37 lines
477 B
Markdown
Raw Normal View History

2018-05-13 21:42:19 +00:00
screenshot
==========
2018-05-14 23:55:28 +00:00
Screenshot-capturing utility.
2018-05-13 21:42:19 +00:00
2018-05-13 22:36:49 +00:00
Installation
------------
2018-09-10 08:44:10 +00:00
Check out the releases page.
2018-05-13 22:36:49 +00:00
2018-05-14 23:55:28 +00:00
Example Integration
-------------------
```bash
#!/bin/bash
SCREENSHOT=$HOME/.cargo/bin/screenshot
2018-09-10 08:44:10 +00:00
$SCREENSHOT $1 --clipboard --output "$HOME/Screenshots/Screenshot_%Y%m%d-%H:%M:%S.png"
2018-05-14 23:55:28 +00:00
```
2018-05-13 22:36:49 +00:00
Building from Source
--------------------
First, clone this repository. Then, run
```
cargo build
```
Happy hacking!
2018-05-13 21:42:19 +00:00
Contact
-------
Author: Michael Zhang
2018-09-10 08:44:10 +00:00
License: MIT