Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 449 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 449 Bytes

rustcap

X11 screenshot tool written in Rust because shutter doesn't have a package for my version of Debian.

So far very barebones, takes a capture of the whole screen and saves it to $HOME/Pictures/Rustcap/{timestamp}.png

Try it with cargo run

See options with ```cargo run -- --help``

TODO

  • Find a default directory
  • Add user interface
  • Preview before saving
  • Config file
  • Gui
  • Clipping support