awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
skywind3000 avatar

skywind3000/z.lua

0
View on GitHub↗

Z.lua

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

Features

  • أدوات سطر الأوامر (CLI Utilities) - Fast directory navigation based on usage habits.

بحث بالذكاء الاصطناعي

استكشف المزيد من المستودعات الرائعة

صف ما تحتاجه بلغة بسيطة — وسيقوم الذكاء الاصطناعي بترتيب آلاف المشاريع مفتوحة المصدر المنسقة حسب الصلة.

Start searching with AI
  • Directory Navigation - Fast directory navigation based on habits.
  • File Management - cd command that learns your habits.
  • 3,134 نجوم·145 تفرعات·Lua·MIT·9 مشاهدات

    سجل النجوم

    مخطط تاريخ النجوم لـ skywind3000/z.luaمخطط تاريخ النجوم لـ skywind3000/z.lua

    بدائل مفتوحة المصدر لـ Z.lua

    مشاريع مفتوحة المصدر مشابهة، مرتبة حسب عدد الميزات المشتركة مع Z.lua.
    • rupa/zالصورة الرمزية لـ rupa

      rupa/z

      17,016عرض على GitHub↗

      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/autojumpالصورة الرمزية لـ wting

      wting/autojump

      16,928عرض على GitHub↗

      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/zoxideالصورة الرمزية لـ ajeetdsouza

      ajeetdsouza/zoxide

      37,467عرض على GitHub↗

      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/lfالصورة الرمزية لـ gokcehan

      gokcehan/lf

      9,340عرض على GitHub↗

      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
    عرض جميع البدائل الـ 30 لـ Z.lua→

    الأسئلة الشائعة

    ما هي وظيفة skywind3000/z.lua؟

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

    ما هي الميزات الرئيسية لـ skywind3000/z.lua؟

    الميزات الرئيسية لـ skywind3000/z.lua هي: أدوات سطر الأوامر (CLI Utilities), 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.