murlakatamenka / findex

Highly customizable finder with high performance. Written in Rust and uses GTK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Findex

Highly customizable finder with high performance. Written in Rust and uses GTK

Screenshot

Installation

Automatic

Binary

  • Clone from https://aur.archlinux.org/findex-bin.git

From source

  • Clone from https://aur.archlinux.org/findex-git.git

Now run makepkg -si

Manual

Make a release build using cargo build --release
Copy target/release/findex to /usr/bin/
Copy css/style.css to /opt/findex/

Customization

Customization can be done through the stylesheet located in ~/.config/findex/style.css. You only have to make sure that it's valid for gtk.

About

Highly customizable finder with high performance. Written in Rust and uses GTK

License:GNU General Public License v3.0


Languages

Language:Rust 97.2%Language:CSS 2.8%