awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
rupa avatar

rupa/z

0
View on GitHub↗
17,016 स्टार्स·1,177 फोर्क्स·Shell·WTFPL·12 व्यूज़

Z

z is a shell navigation utility and directory history tracker designed to reduce the amount of typing required to move through deep directory structures. It functions as a command line tool for jumping to frequently and recently visited directories using a ranking algorithm.

The tool utilizes a frecency-based path jump system that weights the number of visits against the time elapsed since the last access to determine priority. It identifies candidate navigation targets by applying regular expression patterns against a database of visited paths.

The utility integrates with the shell completion system to suggest matching paths and provides capabilities to list matching directories ordered by frequency and recency. It tracks directory usage through a background system that logs access timestamps and counts to a flat file.

Features

  • Directory Jumpers - Provides rapid navigation to directories using partial names and historical frecency patterns.
  • Directory Navigators - Acts as a command line directory navigator that allows users to jump to folders using frecency weights.
  • Frequent Element Extraction - Enables jumping to frequently and recently visited directories using regex-based pattern matching.
  • Command Line Navigation Tools - Facilitates rapid directory switching and filesystem traversal within the terminal via path jumping.
  • Directory Access Tracking - Records a history of visited folders to automatically rank and suggest the most relevant destinations.
  • Directory History Tracking - Records folder access patterns to suggest destinations based on frequency and recency.
  • Frecency-Based Ranking - Implements a frecency-based ranking algorithm to prioritize the most relevant directories for jumping.
  • Shell Event Tracking - Intercepts directory change events to automatically maintain the visit frequency and recency database.
  • Path History Trackers - Includes a background system that logs directory access timestamps and counts to track path history.
  • Path Ranking Algorithms - Uses a frecency-based heuristic to prioritize file system paths based on usage frequency and recency.
  • Shell Integration Hooks - Hooks into the shell to automatically intercept directory changes and update access history.
  • Shell Navigation Utilities - Serves as a shell navigation utility that streamlines movement through the filesystem using path matching.
  • Shell Workflow Optimizers - Provides shell workflow optimization by reducing the keystrokes needed to navigate deep directory structures.
  • Result Ordering and Limiting - Sorts retrieved directory matches by ranking score to ensure the most relevant target is selected.
  • Regex Path Matchers - Uses regular expression pattern matching to identify target directories from the visited paths database.
  • Regular Expressions - Filters the directory database using regex to find candidates matching the user's input sequence.
  • Search Ranking Algorithms - Orders candidate directories by their calculated score to present the most likely destination first.
  • Shell Completion - Interfaces with the terminal completion system to suggest matching paths based on ranking logic.
  • CLI यूटिलिटीज़ - Directory jumper based on history matching.
  • Command Line Tools - Listed in the “Command Line Tools” section of the The Book Of Secret Knowledge awesome list.
  • Command Line Utilities - Tool for rapid directory navigation.
  • Directory Navigation - Directory navigation based on frequency.
  • File Management - z is the new j, yo.
  • Terminal Utilities - Tracks frequently used folders for rapid directory jumping.

स्टार हिस्ट्री

rupa/z के लिए स्टार हिस्ट्री चार्टrupa/z के लिए स्टार हिस्ट्री चार्ट

AI सर्च

और अधिक बेहतरीन रिपॉजिटरी खोजें

अपनी ज़रूरत को सरल भाषा में बताएं — AI हजारों क्यूरेटेड ओपन-सोर्स प्रोजेक्ट्स को प्रासंगिकता के आधार पर रैंक करता है।

Start searching with AI

अक्सर पूछे जाने वाले प्रश्न

rupa/z क्या करता है?

z is a shell navigation utility and directory history tracker designed to reduce the amount of typing required to move through deep directory structures. It functions as a command line tool for jumping to frequently and recently visited directories using a ranking algorithm.

rupa/z की मुख्य विशेषताएं क्या हैं?

rupa/z की मुख्य विशेषताएं हैं: Directory Jumpers, Directory Navigators, Frequent Element Extraction, Command Line Navigation Tools, Directory Access Tracking, Directory History Tracking, Frecency-Based Ranking, Shell Event Tracking।

rupa/z के कुछ ओपन-सोर्स विकल्प क्या हैं?

rupa/z के ओपन-सोर्स विकल्पों में शामिल हैं: wting/autojump — Autojump is a shell directory navigation tool and weighted directory search utility. It functions as a path shortcut… joelthelion/autojump — Autojump is a command line productivity tool and shell extension that automates directory navigation. It functions as… ajeetdsouza/zoxide — Zoxide is a terminal utility designed to accelerate filesystem navigation by learning user habits. It functions as a… nvim-mini/mini.nvim — mini.nvim is a comprehensive library of independent modules designed to extend Neovim with a wide array of navigation,… clvv/fasd — fasd is a frecency-based path navigator and POSIX shell productivity tool designed to accelerate navigation between… zsh-users/zsh-autosuggestions — This project is a shell plugin that provides real-time command suggestions to accelerate terminal input. By hooking…

Z के ओपन-सोर्स विकल्प

समान ओपन-सोर्स प्रोजेक्ट्स, जो Z के साथ साझा की गई सुविधाओं के आधार पर रैंक किए गए हैं।
  • wting/autojumpwting का अवतार

    wting/autojump

    16,928GitHub पर देखें↗

    Autojump is a shell directory navigation tool and weighted directory search utility. It functions as a path shortcut manager that allows users to jump to frequently visited directories using partial name matching. The tool optimizes shell workflows by learning navigation patterns and maintaining a weighted database of visited paths. It ranks folders based on access frequency and recency to resolve ambiguous queries and minimize the keystrokes required to reach deeply nested directories. Beyond shell navigation, the utility provides integration with native system file explorers to launch mana

    Pythonautojumpcommand-line-toolfilesystem
    GitHub पर देखें↗16,928
  • joelthelion/autojumpjoelthelion का अवतार

    joelthelion/autojump

    16,928GitHub पर देखें↗

    Autojump is a command line productivity tool and shell extension that automates directory navigation. It functions as a shell navigation wrapper that tracks folder access patterns to allow jumping to directories using partial names. The tool utilizes a directory history database and a fuzzy path resolver to match incomplete directory strings to full paths. It weights and ranks these paths based on recency and frequency of use to predict the most likely destination. Beyond shell navigation, the utility includes a terminal file explorer launcher capable of opening the native operating system f

    Python
    GitHub पर देखें↗16,928
  • ajeetdsouza/zoxideajeetdsouza का अवतार

    ajeetdsouza/zoxide

    37,467GitHub पर देखें↗

    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

    Rustautojumpbashcli
    GitHub पर देखें↗37,467
  • nvim-mini/mini.nvimnvim-mini का अवतार

    nvim-mini/mini.nvim

    9,325GitHub पर देखें↗

    mini.nvim is a comprehensive library of independent modules designed to extend Neovim with a wide array of navigation, user interface, and text manipulation tools. It serves as a modular plugin collection, a UI toolkit for creating custom statuslines and notifications, and a package manager for installing and pinning external plugins from Git. The project provides a specialized fuzzy picker framework for filtering files and symbols, an LSP completion engine with interactive snippet expansion, and a dedicated plugin test framework that uses headless editor instances and remote procedure calls

    Lualuamini-nvimneovim
    GitHub पर देखें↗9,325
  • Z के सभी 30 विकल्प देखें→