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

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

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

skywind3000/z.lua

0
View on GitHub↗
3,134 स्टार्स·145 फोर्क्स·Lua·MIT·11 व्यूज़

Z.lua

:zap: A new cd command that helps you navigate faster by learning your habits.

Features

  • CLI यूटिलिटीज़ - Fast directory navigation based on usage habits.
  • Directory Navigation - Fast directory navigation based on habits.
  • File Management - cd command that learns your habits.

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

skywind3000/z.lua के लिए स्टार हिस्ट्री चार्टskywind3000/z.lua के लिए स्टार हिस्ट्री चार्ट

AI सर्च

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

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

Start searching with AI

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

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

    rupa/z

    17,016GitHub पर देखें↗

    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 completi

    Shell
    GitHub पर देखें↗17,016
  • 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
  • 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
  • gokcehan/lfgokcehan का अवतार

    gokcehan/lf

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

    lf is a terminal-based file manager and TUI file explorer that provides keyboard-driven navigation for browsing and organizing files and directories. It operates as a shell-integrated tool that synchronizes the current working directory with the calling shell and supports vi-style keybindings for filesystem operations. The project distinguishes itself through its ability to render images directly in the terminal via the SIXEL graphics protocol and its shell-driven execution model, which allows users to extend functionality using external shell scripts and commands. It also implements a server

    Gofile-managerterminal
    GitHub पर देखें↗9,340
Z.lua के सभी 30 विकल्प देखें→

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

skywind3000/z.lua क्या करता है?

:zap: A new cd command that helps you navigate faster by learning your habits.

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

skywind3000/z.lua की मुख्य विशेषताएं हैं: CLI यूटिलिटीज़, Directory Navigation, File Management।

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

skywind3000/z.lua के ओपन-सोर्स विकल्पों में शामिल हैं: wting/autojump — Autojump is a shell directory navigation tool and weighted directory search utility. It functions as a path shortcut… rupa/z — z is a shell navigation utility and directory history tracker designed to reduce the amount of typing required to move… ajeetdsouza/zoxide — Zoxide is a terminal utility designed to accelerate filesystem navigation by learning user habits. It functions as a… jarun/nnn — This project is a keyboard-driven terminal file manager designed for efficient navigation and manipulation of local… iridakos/goto — Alias and navigate to directories with tab completion in Linux. dduan/tre — Tree command, improved.