rofi-faye

Crates.iorofi-faye
lib.rsrofi-faye
version0.1.0
sourcesrc
created_at2024-08-01 10:16:57.587498
updated_at2024-08-01 10:16:57.587498
descriptioneager evaluation for faye in rofi
homepage
repositoryhttps://codeberg.org/faye/rofi
max_upload_size
id1321885
size173,776
fawn (fawni)

documentation

README

rofi-faye

eager evaluation for faye in rofi.

scrot

Video showcase

showcase.webm

Requirements

  • (Optional) xclip for X11, wl-copy for wayland. Required to copy results to clipboard.

Installation

Clone the repo and change directroy into it.

just install

or

cargo build --release
sudo cp -u ./target/release/librofi_faye.so /lib/rofi/faye.so

Usage

rofi -modi faye -show faye

Acknowledgements

  • rofi-calc - this project is HEAVILY inspired by and modeled after rofi-calc.

License

Apache-2.0

Commit count: 0

cargo fmt