fuzzit

Crates.iofuzzit
lib.rsfuzzit
version1.0.3
created_at2025-10-05 11:21:21.104345+00
updated_at2025-10-08 23:31:44.707141+00
descriptionFuzzy nested git repo finder with status and diff previews
homepagehttps://github.com/dawitalemu4/fuzzit
repositoryhttps://github.com/dawitalemu4/fuzzit
max_upload_size
id1868924
size77,484
Dawit Alemu (dawitalemu4)

documentation

README

fuzzit

Fuzzy nested git repo finder with status and diff previews

Usage

Rich diff previews and status listed in TUI:

fuzzit

fuzzit


Simple list of one-line status summaries:

fuzzit --status

fuzzit --status


Filter output by specifying starting path:

# Relative paths (ex: FUZZIT_PATH="./folder-with-many-projects" from ~/dev) will work
FUZZIT_PATH="~/dev/folder-with-many-projects" fuzzit

Installation

cargo install fuzzit

or

curl -L https://github.com/dawitalemu4/fuzzit/releases/download/1.0.3/fuzzit_1.0.3_windows_x86_64.zip

Add your dev folder as FUZZIT_BASE_PATH to your environment (ex: export FUZZIT_BASE_PATH="~/dev" in ~/.zshrc)

To avoid false positives on mac, run the following commands:

echo .DS_Store >> ~/.gitignore_global
git config --global core.excludesfile ~/.gitignore_global

License

This project is licensed under the Creative Commons Attribution-NonCommercial 4.0 International Public License - see the LICENSE.txt.

Commit count: 0

cargo fmt