spyglass is an extensible TUI search tool written in Rust, inspired by fsel, Raycast and Vicinae
Simply add the repo to your flake inputs...
inputs = {
spyglass = {
url = "github:indium114/spyglass";
inputs.nixpkgs.follows = "nixpkgs";
}
};...and pass it into your environment.systemPackages...
environment.systemPackages = [
inputs.spyglass.packages.${pkgs.stdenv.hostPlatform.system}.spyglass
];Simply run the following command:
cargo install --git https://github.com/indium114/spyglassNote
Ensure that ~/.cargo/bin is in your $PATH
Typeto search- Use
Up/Downto select results - Search a specific lens with
lensname#- e.g.
apps#for apps
- e.g.
For instructions on how to configure the default lenses, see the documentation home
