{"id":13440391,"url":"https://github.com/denisidoro/navi","last_synced_at":"2025-05-12T16:32:44.567Z","repository":{"id":37335339,"uuid":"209799228","full_name":"denisidoro/navi","owner":"denisidoro","description":"An interactive cheatsheet tool for the command-line","archived":false,"fork":false,"pushed_at":"2025-05-04T10:37:37.000Z","size":1407,"stargazers_count":15719,"open_issues_count":92,"forks_count":525,"subscribers_count":108,"default_branch":"master","last_synced_at":"2025-05-05T14:48:49.295Z","etag":null,"topics":["bash","cheatsheets","cli","command-line","rust","shell","snippet","snippets","terminal"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/denisidoro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"denisidoro"}},"created_at":"2019-09-20T13:38:20.000Z","updated_at":"2025-05-05T02:38:19.000Z","dependencies_parsed_at":"2022-07-10T15:48:03.439Z","dependency_job_id":"26ce5aac-4a75-4f72-ad70-f535e7e0197b","html_url":"https://github.com/denisidoro/navi","commit_stats":{"total_commits":738,"total_committers":88,"mean_commits":8.386363636363637,"dds":"0.49593495934959353","last_synced_commit":"52e90ad8f993c9db458915b681a3ddf165b8002b"},"previous_names":[],"tags_count":81,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denisidoro%2Fnavi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denisidoro%2Fnavi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denisidoro%2Fnavi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/denisidoro%2Fnavi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/denisidoro","download_url":"https://codeload.github.com/denisidoro/navi/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253776832,"owners_count":21962567,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bash","cheatsheets","cli","command-line","rust","shell","snippet","snippets","terminal"],"created_at":"2024-07-31T03:01:22.359Z","updated_at":"2025-05-12T16:32:44.561Z","avatar_url":"https://github.com/denisidoro.png","language":"Rust","funding_links":["https://github.com/sponsors/denisidoro"],"categories":["Misc","Rust","HarmonyOS","Command Line Learning","Command-Line Productivity","Command Line Utilities","Command Line","Developer Tools","其他","DevShit","Tools","Tools and Plugins","cli","Uncategorized","Shell","\u003ca name=\"cheatsheet\"\u003e\u003c/a\u003eCommands cheatsheet and snippets","Documentation","\u003ca id=\"1d9dec1320a5d774dc8e0e7604edfcd3\"\u003e\u003c/a\u003e工具-新添加的","bash","Applications","Other","🛠️ Developer Tools","Shell/Terminal"],"sub_categories":["Windows Manager","Internet Speedtest","Tools","Dependency Management","网络服务_其他","Rust","Windows","Uncategorized","Shell Utils","\u003ca id=\"8f1b9c5c2737493524809684b934d49a\"\u003e\u003c/a\u003e文章\u0026\u0026视频","System tools"],"readme":"# navi \u003cimg src=\"https://raw.githubusercontent.com/denisidoro/navi/master/assets/icon.png\" alt=\"icon\" height=\"28px\"/\u003e [![Actions Status](https://github.com/denisidoro/navi/workflows/CI/badge.svg)](https://github.com/denisidoro/navi/actions) ![GitHub release](https://img.shields.io/github/v/release/denisidoro/navi?include_prereleases)\n\nAn interactive cheatsheet tool for the command-line.\n\n[![Demo](https://asciinema.org/a/406461.svg)](https://asciinema.org/a/406461)\n\n**navi** allows you to browse through cheatsheets (that you may write yourself or download from maintainers) and execute commands. Suggested values for arguments are dynamically displayed in a list.\n\n## Pros\n\n- it will spare you from knowing CLIs by heart\n- it will spare you from copy-pasting output from intermediate commands\n- it will make you type less\n- it will teach you new one-liners\n\nIt uses [fzf](https://github.com/junegunn/fzf) or [skim](https://github.com/lotabout/skim) under the hood and it can be either used as a command or as a shell widget (_à la_ Ctrl-R).\n\n## Table of contents\n\n- [Installation](#installation)\n- [Usage](#usage)\n- [Cheatsheet repositories](#cheatsheet-repositories)\n- [Cheatsheet syntax](#cheatsheet-syntax)\n- [Customization](#customization)\n- [More info](#more-info)\n- [Trying out online](#trying-out-online)\n- [Similar tools](#similar-tools)\n- [Etymology](#etymology)\n\n## Installation\n\nThe recommended way to install **navi** is by running:\n\n```sh\nbrew install navi\n```\n\n\u003e [!NOTE]\n\u003e For more details on how to install Navi, see [docs/installation](docs/installation/README.md)\n\n**navi** can be installed with the following package managers:\n\n[![Packaging status](https://repology.org/badge/vertical-allrepos/navi.svg)](https://repology.org/project/navi/versions)\n\n## Usage\n\nThere are multiple ways to use **navi**:\n\n- by typing `navi` in the terminal\n  - pros: you have access to all possible subcommands and flags\n- as a [shell widget](docs/installation/README.md#installing-the-shell-widget) for the terminal\n  - pros: the shell history is correctly populated (i.e. with the actual command you ran instead of `navi`) and you can edit the command as you wish before executing it\n- as a [Tmux widget](docs/widgets/howto/TMUX.md)\n  - pros: you can use your cheatsheets in any command-line app even in SSH sessions\n- as [aliases](docs/cheatsheet/syntax/README.md#aliases)\n- as a [shell scripting tool](docs/usage/shell-scripting/README.md)\n\nIn particular, check [these instructions](https://github.com/denisidoro/navi/issues/491) if you want to replicate what's shown in the demo above.\n\n## Cheatsheet repositories\n\nRunning **navi** for the first time will help you download and manage cheatsheets. By default, they are stored at `~/.local/share/navi/cheats/`.\n\nYou can also:\n\n- [browse through featured cheatsheets](docs/usage/commands/repo/README.md#browsing-through-cheatsheet-repositorieea)\n- [import cheatsheets from git repositories](docs/cheatsheet/repositories/README.md#importing-cheatsheet-repositories)\n- [write your own cheatsheets](#cheatsheet-syntax) (and [share them](docs/cheatsheet/repositories/README.md#submitting-cheatsheets), if you want)\n- [use cheatsheets from other tools](docs/cheatsheet/README.md#using-cheatsheets-from-other-tools), such as [tldr](https://github.com/tldr-pages/tldr) and [cheat.sh](https://github.com/chubin/cheat.sh)\n- [auto-update repositories](docs/cheatsheet/repositories/README.md#auto-updating-repositories)\n- auto-export cheatsheets from your [TiddlyWiki](https://tiddlywiki.com/) notes using a [TiddlyWiki plugin](https://bimlas.github.io/tw5-navi-cheatsheet/)\n\n## Cheatsheet syntax\n\nCheatsheets are described in `.cheat` files that look like this:\n\n```sh\n% git, code\n\n# Change branch\ngit checkout \u003cbranch\u003e\n\n$ branch: git branch | awk '{print $NF}'\n```\n\nThe full syntax and examples can be found [here](docs/cheatsheet/syntax/README.md).\n\n## Customization\n\nYou can:\n\n- [setup your own config file](docs/configuration/README.md)\n- [set custom paths for your config file and cheat sheets](docs/configuration/README.md#paths-and-environment-variables)\n- [change colors](docs/configuration/README.md#changing-colors)\n- [resize columns](docs/configuration/README.md#resizing-columns)\n- [change how search is performed](docs/configuration/README.md#overriding-fzf-options)\n\n## More info\n\nPlease run the following command to read more about all possible options:\n\n```sh\nnavi --help\n```\n\nIn addition, please check the [/docs](docs) folder or the website.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenisidoro%2Fnavi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdenisidoro%2Fnavi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdenisidoro%2Fnavi/lists"}