forked from michael/leanshot
36 lines
477 B
Markdown
36 lines
477 B
Markdown
screenshot
|
|
==========
|
|
|
|
Screenshot-capturing utility.
|
|
|
|
Installation
|
|
------------
|
|
|
|
Check out the releases page.
|
|
|
|
Example Integration
|
|
-------------------
|
|
|
|
```bash
|
|
#!/bin/bash
|
|
SCREENSHOT=$HOME/.cargo/bin/screenshot
|
|
$SCREENSHOT $1 --clipboard --output "$HOME/Screenshots/Screenshot_%Y%m%d-%H:%M:%S.png"
|
|
```
|
|
|
|
Building from Source
|
|
--------------------
|
|
|
|
First, clone this repository. Then, run
|
|
|
|
```
|
|
cargo build
|
|
```
|
|
|
|
Happy hacking!
|
|
|
|
Contact
|
|
-------
|
|
|
|
Author: Michael Zhang
|
|
|
|
License: MIT
|