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

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

ExploreCurated searchesOpen-source alternativesSelf-hosted softwareBlogSitemap
ProjectAboutHow we rankPressMCP server
LegalPrivacyTerms
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
Back to oscardelben/sheet

Open-source alternatives to Sheet

30 open-source projects similar to oscardelben/sheet, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Sheet alternative.

  • astranno/googlrAstranno avatar

    Astranno/googlr

    50View on GitHub↗

    Googlr is a command line tool that lets you search Google from your terminal.

    Swift
    View on GitHub↗50
  • badarsh2/sudocabularybadarsh2 avatar

    badarsh2/Sudocabulary

    162View on GitHub↗

    Vocabulary on your terminal

    Shell
    View on GitHub↗162
  • bbugyi200/funkybbugyi200 avatar

    bbugyi200/funky

    669View on GitHub↗

    Funky takes shell functions to the next level by making them easier to define, more flexible, and more interactive.

    Python
    View on GitHub↗669
  • benlinton/slugifybenlinton avatar

    benlinton/slugify

    315View on GitHub↗

    Bash command that converts filenames and directories to a web friendly format.

    Groff
    View on GitHub↗315
  • browsh-org/browshbrowsh-org avatar

    browsh-org/browsh

    18,884View on GitHub↗

    Browsh is a text-based web browser and headless browser frontend that renders modern websites and web applications within a terminal emulator. It functions as a TTY web browser, allowing users to view and interact with complex web content directly from a command line interface. The project enables web navigation in environments where a graphical user interface is unavailable, such as when accessing a remote server via SSH or operating in low-bandwidth conditions. It translates browser pixels and colors into ANSI escape codes to simulate a graphical interface using text characters. The system

    JavaScriptbandwidth-saverhttp-performancemosh
    View on GitHub↗18,884

AI search

Explore more awesome repositories

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

Find more with AI search
  • burntsushi/ripgrepBurntSushi avatar

    BurntSushi/ripgrep

    65,112View on GitHub↗

    ripgrep is a command-line utility designed for searching through large file trees and source code repositories. It functions as a recursive text processor that traverses directories to locate and display matching patterns, serving as a high-performance alternative to traditional search tools. The tool distinguishes itself through a focus on execution speed and intelligent file handling. It utilizes a finite automata-based regular expression engine to ensure linear time complexity and employs hardware-level acceleration for literal byte sequence scanning. By integrating with version control sy

    Rustclicommand-linecommand-line-tool
    View on GitHub↗65,112
  • burntsushi/xsvBurntSushi avatar

    BurntSushi/xsv

    10,750View on GitHub↗

    xsv is a suite of high-performance command-line utilities written in Rust for the analysis, manipulation, and statistical processing of large delimited datasets. It provides a toolkit for processing comma-separated value files through a command line interface. The project provides capabilities for statistical analysis, including the computation of column statistics, value frequencies, and descriptive metrics. It also includes data manipulation utilities for joining, slicing, sampling, and reformatting records. The toolkit covers a broad range of data operations including column selection, da

    Rust
    View on GitHub↗10,750
  • cal2195/qcal2195 avatar

    cal2195/q

    70View on GitHub↗

    q - vim like macro registers for your bash and zsh shell!

    Shell
    View on GitHub↗70
  • canop/brootCanop avatar

    Canop/broot

    12,740View on GitHub↗

    Broot is an interactive terminal file manager designed for navigating, searching, and manipulating complex file system hierarchies. It provides a visual tree-based interface that allows users to explore disk contents, manage file operations, and execute shell commands directly within the command line environment. The tool distinguishes itself through real-time fuzzy searching and recursive tree traversal, which filter directory structures as you type to maintain a clear, relevant view of the file system. It integrates version control status directly into the navigation view, displaying branch

    Rustbalanced-bfs-descentcommand-linecommand-line-tool
    View on GitHub↗12,740
  • cantino/mcflycantino avatar

    cantino/mcfly

    7,606View on GitHub↗

    mcfly is a database-backed system for tracking, filtering, and exporting shell command execution history and metadata. It functions as a shell command history manager and a command-line tool for analyzing command frequency and success rates. The tool utilizes a neural network to find the most relevant past shell commands based on execution context. This search capability ranks historical commands by analyzing patterns and environmental context to surface relevant results. The system includes utilities for managing shell privacy by scrubbing sensitive records from history files and internal d

    Rusthistoryrustsearch
    View on GitHub↗7,606
  • changyuheng/fzchangyuheng avatar

    changyuheng/fz

    572View on GitHub↗

    Cli shell plugin, the missing fuzzy tab completion feature for the z jump around command.

    Shell
    View on GitHub↗572
  • chrisant996/clinkchrisant996 avatar

    chrisant996/clink

    5,320View on GitHub↗

    Clink is a command line enhancer and shell extension for the Windows CMD terminal. It functions as a readline-style input library and completion engine, adding advanced line editing, persistent command history, and command argument prediction to the standard Windows command line environment. The project distinguishes itself through a scriptable architecture that allows for custom completion definitions, Lua keyboard mapping, and dynamic prompt customization. It enables the creation of context-sensitive prompts that can include asynchronous updates, environment-based formatting, and transient

    C++
    View on GitHub↗5,320
  • clvv/fasdclvv avatar

    clvv/fasd

    5,915View on 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
    View on GitHub↗5,915
  • curusarn/reshcurusarn avatar

    curusarn/resh

    1,053View on GitHub↗

    RESH ❯❯ Contextual shell history for zsh and bash

    Go
    View on GitHub↗1,053
  • darrikonn/td-clidarrikonn avatar

    darrikonn/td-cli

    214View on GitHub↗

    A todo command line todo manager ✔️

    Pythontdtd-clitodo
    View on GitHub↗214
  • denisidoro/navidenisidoro avatar

    denisidoro/navi

    17,238View on GitHub↗

    Navi is an interactive command-line cheatsheet tool and shell command manager. It provides a fuzzy command browser that allows users to search and execute stored command-line snippets, reducing the need to memorize complex flags and arguments. The tool distinguishes itself through a system for importing and synchronizing command collections from remote Git repositories and third-party providers. It features interactive variable prompts that allow users to fill placeholders in commands via manual keyboard entry or selectable lists, including support for variable dependency mapping where one se

    Rustbashcheatsheetscli
    View on GitHub↗17,238
  • dim-an/coddim-an avatar

    dim-an/cod

    549View on GitHub↗

    cod is a completion daemon for bash/fish/zsh

    Go
    View on GitHub↗549
  • direnv/direnvdirenv avatar

    direnv/direnv

    15,189View on GitHub↗

    direnv is a shell environment manager and directory-based environment loader that automatically loads and unloads environment variables when switching between directories. It functions as a shell hook automation tool, injecting logic into the shell configuration to trigger environment updates based on the current project context. The project acts as a development environment isolator by localizing shell configurations, which prevents dependency conflicts and removes project-specific exports from global profile files. It includes specialized integration for Nix, allowing the loading of environ

    Go
    View on GitHub↗15,189
  • dnote/dnotednote avatar

    dnote/dnote

    3,041View on GitHub↗

    A simple command line notebook

    Goclicommand-line-tooldeveloper-tools
    View on GitHub↗3,041
  • dvorka/hstrdvorka avatar

    dvorka/hstr

    4,438View on 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
    View on GitHub↗4,438
  • eugeny/tabbyEugeny avatar

    Eugeny/tabby

    72,154View on GitHub↗

    Tabby is a cross-platform terminal emulator and desktop application suite designed for managing command-line workflows and remote infrastructure. It provides a comprehensive environment for terminal session orchestration, allowing users to organize multiple active sessions through split panes and custom layouts. The application functions as a secure remote connection manager, supporting advanced authentication, port forwarding, and persistent network sessions via an asynchronous protocol layer. The project distinguishes itself through a modular plugin architecture that enables users to extend

    TypeScriptserialssh-clienttelnet-client
    View on GitHub↗72,154
  • facebook/pathpickerfacebook avatar

    facebook/PathPicker

    5,224View on GitHub↗

    PathPicker is a command line file selector and interactive shell file picker that serves as a bridge between terminal output and external tools. It converts text output from shell commands into a visual list, allowing users to identify and isolate specific file paths for further action. The utility parses text streams from tools such as git or grep to identify file paths, which users can then filter and select via an interactive interface. These selected paths are injected into configurable command templates or passed as arguments to external processes, such as text editors or custom shell sc

    Python
    View on GitHub↗5,224
  • gokcehan/lfgokcehan avatar

    gokcehan/lf

    9,340View on 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
    View on GitHub↗9,340
  • holman/boomholman avatar

    holman/boom

    1,319View on GitHub↗

    Motherfucking TEXT SNIPPETS! On the COMMAND LINE!

    Ruby
    View on GitHub↗1,319
  • holman/sparkholman avatar

    holman/spark

    6,059View on GitHub↗

    Spark is a suite of command line utilities designed to render numeric data sets as compact visual graphs using Unicode characters. It functions as a terminal data visualizer and charting tool that converts sequences of numbers into visual trend lines within a shell environment. The tool generates sparkline graphs by mapping numeric value ranges to specific Unicode block characters. It utilizes linear value scaling to normalize input numbers to fit within available character heights and processes data sequentially from the standard input stream to produce real-time visual output. These capabi

    Shell
    View on GitHub↗6,059
  • hyperupcall/autoenvhyperupcall avatar

    hyperupcall/autoenv

    6,034View on GitHub↗

    autoenv is a directory-based environment manager and shell workflow automator that automatically loads and unloads environment variables and scripts based on the current working directory. It functions as a hierarchical variable loader, applying configuration settings according to the directory hierarchy to isolate project environments. The utility includes a checksum-based script validator that ensures security by requiring user approval before sourcing detected files. Once a file is authorized, the system remembers the trust setting by verifying file hashes, prompting the user again only if

    Shell
    View on GitHub↗6,034
  • jamesob/deskjamesob avatar

    jamesob/desk

    2,577View on GitHub↗

    A lightweight workspace manager for the shell

    Shellbashdeskshell
    View on GitHub↗2,577
  • jarun/bukujarun avatar

    jarun/buku

    7,145View on GitHub↗

    Buku is a personal bookmark manager that provides a command line interface, a portable bookmark database, and a self-hosted server for organizing web links. It functions as a command line knowledge base for saving, tagging, and searching web resources. The system features a portable, mergeable database that supports AES-256 encryption and is designed for cross-device data synchronization. It includes a RESTful API and a self-hosted web interface, allowing users to manage their collection via a browser or programmatic requests. Capabilities include automatic metadata fetching to populate page

    Pythonbookmarkbookmark-managerbookmarks
    View on GitHub↗7,145
  • jarun/ddgrjarun avatar

    jarun/ddgr

    3,359View on GitHub↗

    :duck: DuckDuckGo from the terminal

    Python
    View on GitHub↗3,359
  • arl/gitmuxarl avatar

    arl/gitmux

    784View on GitHub↗

    :computer: Git in your tmux status bar

    Go
    View on GitHub↗784