nora

Crates.ionora
lib.rsnora
version0.2.0
sourcesrc
created_at2020-09-07 15:21:04.041643
updated_at2021-10-10 01:39:43.819531
descriptionFreezes the screen for another program
homepage
repositoryhttps://github.com/jokler/nora
max_upload_size
id285782
size56,349
(Jokler)

documentation

README

nora

Freezes the screen then runs a program and unfreezes the screen again. The main goal is to change how screenshot tools behave when the screen updates.

Examples

# Running a simple screenshot tool
nora maim -s image.png

# Running a bash command
nora bash -c 'shotgun -g $(hacksaw)'

Installing

On Arch Linux the AUR package nora can be used. Anywhere else binaries can be found under the releases section or cargo install nora can be used to install nora through cargo.

Commit count: 14

cargo fmt