denisidoro/navi

An interactive cheatsheet tool for the command-line

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 27 minutes ago
Added to GitGenius on September 3rd, 2026
Created on September 20th, 2019
Open Issues & Pull Requests: 112 (+0)
GitHub issues: Enabled
Number of forks: 562
Total Stargazers: 17,522 (+0)
Total Subscribers: 115 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 6.4 days
Mean response time: 126.3 days
90th percentile: 511.1 days
Tracked items: 86

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 85% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 5% of issues opened in the past year have been closed. Three people close 75% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 55
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 673 days
Stale 30+ days: 53
Stale 90+ days: 47

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • new feature (41)
  • bug (33)
  • windows (9)
  • help wanted (4)
  • dependencies (2)
  • question (2)
  • code quality (1)
  • easy (1)

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

navi is an interactive cheatsheet tool for the command-line that lets you browse and execute commands with dynamically suggested argument values.

The tool solves the problem of remembering complex command-line syntax and flags by providing an interactive interface to searchable cheatsheets. It uses fzf or skim under the hood to filter and display relevant commands. You can write your own cheatsheets in a simple syntax, download them from community repositories, or import cheatsheets from existing tools like tldr and cheat.sh. The tool can be invoked as a direct command, integrated as a shell widget similar to Ctrl-R, used within Tmux, or called from shell scripts.

navi suits developers and system administrators who work frequently with command-line tools and want to reduce time spent looking up syntax. It works well for teams that want to share institutional knowledge through shared cheatsheet repositories. The tool is particularly valuable if you prefer an interactive, searchable interface over static documentation or if you want to avoid repeatedly copy-pasting command output.

The project has a substantial base of adopters who report issues from real-world use rather than the core team driving the issue tracker. Responses to issues and pull requests typically arrive within one to two weeks. Development activity centers on new features, bug fixes, and Windows compatibility work.