How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
:rocket: A next-generation cd command with your interactive filter
Jump helps you navigate faster by learning your habits. ✌️
Zoxide is a terminal utility designed to accelerate filesystem navigation by learning user habits. It functions as a command-line navigation tool that allows users to jump to frequently accessed directories using partial names rather than typing out full file paths. The tool maintains a persistent, atomic file-based database that records navigation history, enabling rapid lookups and safe updates across multiple shell sessions. The project distinguishes itself through a frecency-based ranking algorithm, which calculates directory relevance by combining access frequency with temporal decay. Th
Path bookmarking for bash. I use this extensively throughout my day.
The main features of pedramamini/lazy-cd are: Directory Navigation.
Projects with overlapping indexed features include: b4b4r07/enhancd — :rocket: A next-generation cd command with your interactive filter. gsamokovarov/jump — Jump helps you navigate faster by learning your habits. ✌️. huyng/bashmarks — Directory bookmarks for the shell. iridakos/goto — Alias and navigate to directories with tab completion in Linux. jintin/aliasme — A shell script to memorize your command in command line. ajeetdsouza/zoxide — Zoxide is a terminal utility designed to accelerate filesystem navigation by learning user habits. It functions as a…