Skip to content

groves/hyperer

Repository files navigation

hyperer adds terminal hyperlinks to the output of other commands. For example, hyperer-rg runs ripgrep and links to the files it finds.

Installation

Install Python 3.9 or later and run pip install hyperer to install the hyperer commands into your system Python. Alternatively, if you're using the Nix package manager, depend on the flake.nix in this repo.

Commands

  • hyperer-cargo - wraps cargo and links to compilation failures, test failures, and backtraces
  • hyperer-rg - wraps ripgrep and links to files it finds
  • hyperer-ruff - wraps ruff and links to failed checks

Credit

The basic idea and hyperer-rg comes from kitty. hyperlinked_grep is kitty's version of hyperer-rg. If you only want ripgrep links and you already have kitty installed, you can run kitty +kitten hyperlinked_grep and you don't need to install hyperer. I created this project to have a home for hyperer-cargo and to be able to hyperlink ripgrep without installing all of kitty.

Many thanks to the kitty project! Consider sponsoring its creator to help move the terminal forward.

About

More hyper(links)!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published