A terminal screen-capture program written in rust, powered by ffmpeg.
Probably doesn't support wayland at all.
- Clone the repository
- Run
cargo build --release
- Copy ./target/release/sgrab to a convenient place
- Add said place to path.
- Open SGrab by typing
sgrab
into your terminal, and select "Generate Config". - Vim into the configs at
~/.config/sgrab/config
, and make your desired changes. - Type
sgrab -n
to start recording your screen.
NOTE: SGrab assumes that you have ffmpeg installed If you get any errors, please check if you have ffmpeg installed and added to path.
- Add more configuration support
- Make it so that the configuration can be modified within the app
- Add more audio devices, so you can record desktop audio and your mic at the same time
- Add cross-platform support