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
ergonomica avatar

ergonomica/ergonomica

0
View on GitHub↗
806 stars·21 forks·Python·GPL-2.0·8 viewsergonomica.readthedocs.io↗

Ergonomica

🖥️ a cross-platform modern shell.

Features

  • Shells and Command Line - Cross-platform shell language based on S-expressions.

Star history

Star history chart for ergonomica/ergonomicaStar history chart for ergonomica/ergonomica

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

Frequently asked questions

What does ergonomica/ergonomica do?

🖥️ a cross-platform modern shell.

What are the main features of ergonomica/ergonomica?

The main features of ergonomica/ergonomica are: Shells and Command Line.

Which projects share features with ergonomica/ergonomica?

Projects with overlapping indexed features include: powerline/powerline — Powerline is a statusline and prompt generation framework designed to provide consistent visual information across… audreyr/cookiecutter — Cookiecutter is a cross-platform command-line interface tool for project scaffolding and template generation. It… facebook/pathpicker — PathPicker is a command line file selector and interactive shell file picker that serves as a bridge between terminal… gleitz/howdoi — howdoi is a command-line coding answer engine that retrieves programming solutions and code snippets from the web for… guake/guake — Guake is a drop-down terminal emulator for Linux built on the VTE widget, designed to appear instantly with a single… ipython/ipython — IPython is an interactive computing environment and programmable extension of the Python read-eval-print loop. It…

Projects sharing features with Ergonomica

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

    powerline/powerline

    14,770View on GitHub↗

    Powerline is a statusline and prompt generation framework designed to provide consistent visual information across terminal shells, text editors, and multiplexers. It functions as a configuration-driven customization engine that allows users to define themes, color schemes, and dynamic segment layouts to maintain a cohesive interface across diverse command-line environments. The system utilizes a persistent background daemon to manage state and rendering logic, which offloads processing tasks to minimize resource consumption and ensure high responsiveness across multiple active application in

    Python
    View on GitHub↗14,770
  • 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
  • gleitz/howdoigleitz avatar

    gleitz/howdoi

    10,840View on GitHub↗

    howdoi is a command-line coding answer engine that retrieves programming solutions and code snippets from the web for display directly in the terminal. It functions as a web-based code search tool that uses natural language queries to find technical answers without requiring a web browser. The tool provides a JSON-exportable query system, allowing search results to be output as structured data for integration with other software and text editors. It features terminal-based knowledge retrieval that includes local caching and stashing of answers to reduce network latency and avoid search engine

    Python
    View on GitHub↗10,840
  • audreyr/cookiecutteraudreyr avatar

    audreyr/cookiecutter

    24,951View on GitHub↗

    Cookiecutter is a cross-platform command-line interface tool for project scaffolding and template generation. It functions as a project templating CLI and variable orchestrator that creates standardized software project boilerplates across different operating systems and programming languages. The tool generates project directory structures from predefined templates using variable substitution. It supports the retrieval of template source code from remote Git repositories and utilizes a definition file to prompt users for configuration values to personalize the resulting files and folder stru

    Python
    View on GitHub↗24,951
  • Compare all 12 related projects→