awesome-repositories.com
Blog
MCP
awesome-repositories.com

Discover the best open-source repositories with AI-powered search.

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectMCP serverAboutHow we rankPress
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
iridakos avatar

iridakos/goto

0
View on GitHub↗
904 stars·65 forks·Shell·MIT·7 viewsiridakos.com/programming/2019/04/10/shell-navigation-with-autocomplete↗

Goto

Alias and navigate to directories with tab completion in Linux

Features

  • Directory Navigation - Aliased directory navigation with auto-completion.
  • File Management - Directory aliases for the shell with autocomplete.

Star history

Star history chart for iridakos/gotoStar history chart for iridakos/goto

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.

AI search

Explore more awesome repositories

Describe what you need in plain English — the AI ranks thousands of curated open-source projects by relevance.

Start searching with AI

Projects sharing features with Goto

These projects share indexed features with Goto. Shared tags can include platform or build tooling; verify the primary use case before treating a result as a replacement.
  • skywind3000/z.luaskywind3000 avatar

    skywind3000/z.lua

    3,134View on GitHub↗

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

    Luaautojumpbashcd
    View on GitHub↗3,134
  • ajeetdsouza/zoxideajeetdsouza avatar

    ajeetdsouza/zoxide

    37,467View on 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
    View on GitHub↗37,467
  • rupa/zrupa avatar

    rupa/z

    17,016View on 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
    View on GitHub↗17,016
  • wting/autojumpwting avatar

    wting/autojump

    16,928View on 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
    View on GitHub↗16,928
Compare all 30 related projects→

Frequently asked questions

What does iridakos/goto do?

Alias and navigate to directories with tab completion in Linux

What are the main features of iridakos/goto?

The main features of iridakos/goto are: Directory Navigation, File Management.

Which projects share features with iridakos/goto?

Projects with overlapping indexed features include: wting/autojump — Autojump is a shell directory navigation tool and weighted directory search utility. It functions as a path shortcut… ajeetdsouza/zoxide — Zoxide is a terminal utility designed to accelerate filesystem navigation by learning user habits. It functions as a… rupa/z — z is a shell navigation utility and directory history tracker designed to reduce the amount of typing required to move… skywind3000/z.lua — :zap: A new cd command that helps you navigate faster by learning your habits. amosavian/amsmb2 — Swift framework to connect SMB2/3 shares. alifarazz/mpv-zenity-open-files.