Skip to content

Repository files navigation

spyglass

Screenshot of spyglass

Ask DeepWiki

spyglass is an extensible TUI search tool written in Rust, inspired by fsel, Raycast and Vicinae

Installation

with Nix

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
];

with Cargo

Simply run the following command:

cargo install --git https://github.com/indium114/spyglass

Note

Ensure that ~/.cargo/bin is in your $PATH

Basic Navigation

  • Type to search
  • Use Up/Down to select results
  • Search a specific lens with lensname#
    • e.g. apps# for apps

Documentation

For instructions on how to configure the default lenses, see the documentation home

About

A fast, extensible TUI search tool

Topics

Resources

Stars

9 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages