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

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
kdabir avatar

kdabir/has

0
View on GitHub↗
812 estrellas·58 forks·Shell·MIT·3 vistas

Has

✅ checks presence of various command line tools and their versions on the path

Features

  • Shell Utilities - Checks for the presence of various commands and their versions on the path.
  • Terminal Productivity - Check for presence and versions of CLI tools.
  • Terminal Utilities - Checks for the presence of command-line tools.
  • Command Line Productivity - Utility to check for the presence and version of tools.

Historial de estrellas

Gráfico del historial de estrellas de kdabir/hasGráfico del historial de estrellas de kdabir/has

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Has

Proyectos open-source similares, clasificados según cuántas características comparten con Has.
  • dvorka/hstrAvatar de dvorka

    dvorka/hstr

    4,438Ver en GitHub↗

    hstr is an interactive terminal user interface for searching, navigating, and managing command history for Bash and Zsh shells. It functions as a shell history manager and a searchable suggest box for retrieving and executing previous shell instructions. The tool provides capabilities for command snippet bookmarking, allowing frequently used commands to be tagged and saved for immediate retrieval. It also enables the management of shell history logs by removing obsolete or sensitive entries. The system includes a fuzzy-match search mechanism and a text-based user interface to filter command

    C
    Ver en GitHub↗4,438
  • clvv/fasdAvatar de clvv

    clvv/fasd

    5,915Ver en GitHub↗

    fasd is a frecency-based path navigator and POSIX shell productivity tool designed to accelerate navigation between files and directories. It functions as a command-line wrapper that resolves shorthand queries into absolute paths by ranking results based on how often and how recently they have been accessed. The utility uses fuzzy string matching and case-insensitive lookups to resolve partial directory and file names. It can also import access history from external backends, such as text editors and desktop environments, to refine the accuracy of its ranking database. The tool provides shel

    Shell
    Ver en GitHub↗5,915
  • ajeetdsouza/zoxideAvatar de ajeetdsouza

    ajeetdsouza/zoxide

    37,467Ver en 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
    Ver en GitHub↗37,467
  • akinomyoga/ble.shAvatar de akinomyoga

    akinomyoga/ble.sh

    4,015Ver en GitHub↗

    ble.sh is a programmable line editor for Bash that provides syntax highlighting, auto-completion, and advanced text editing capabilities. It functions as a Bash syntax highlighter and command completion engine to enhance the standard shell input experience. The project implements a Vim-inspired shell editor, bringing motions, visual modes, and macros to the command line. It further distinguishes itself with a system for text abbreviation expansion and a modal interaction system that toggles between insert and command modes. The editor supports multiline command input and a dynamic suggestion

    Shellauto-completebashbash-configuration
    Ver en GitHub↗4,015
Ver las 30 alternativas a Has→

Preguntas frecuentes

¿Qué hace kdabir/has?

✅ checks presence of various command line tools and their versions on the path

¿Cuáles son las características principales de kdabir/has?

Las características principales de kdabir/has son: Shell Utilities, Terminal Productivity, Terminal Utilities, Command Line Productivity.

¿Qué alternativas de código abierto existen para kdabir/has?

Las alternativas de código abierto para kdabir/has incluyen: dvorka/hstr — hstr is an interactive terminal user interface for searching, navigating, and managing command history for Bash and… jamesob/desk — A lightweight workspace manager for the shell. akinomyoga/ble.sh — ble.sh is a programmable line editor for Bash that provides syntax highlighting, auto-completion, and advanced text… ajeetdsouza/zoxide — Zoxide is a terminal utility designed to accelerate filesystem navigation by learning user habits. It functions as a… clvv/fasd — fasd is a frecency-based path navigator and POSIX shell productivity tool designed to accelerate navigation between… jarun/nnn — This project is a keyboard-driven terminal file manager designed for efficient navigation and manipulation of local…