tuiscope 0.2.1

Rust TUI fuzzy finder widget inspired by telescope for neovim
Documentation
1
2
3
4
5
6
7
.PHONY: init readme

init:
	cargo install cargo-readme

readme:
	cargo readme > README.md