Skip to content

StikyPiston/spyglass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spyglass

Screenshot of spyglass

Ask DeepWiki

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

Installation

with Nix

Simply add the repo to your flake inputs...

inputs = {
  spyglass.url = "github:stikypiston/spyglass";
};

...and pass it into your environment.systemPackages...

environment.systemPackages = [
  inputs.spyglass.packages.${pkgs.stdenv.hostPlatform.system}.spyglass
];

with Go

Simply run the following command:

go install github.com/stikypiston/spyglass@latest

Note

Ensure that ~/go/bin is in your $PATH

Basic Navigation

  • Type to search
  • Use Tab to switch Lenses (tabs)
  • Use Up/Down to select results
  • Use Shift+Tab to open the Context Menu

Documentation

For instructions on how to configure the default Applications lens, how to register new lenses, and how to create your own lens, see the documentation home

About

A fast, extensible TUI search tool

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors