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

amjadjibon/memsh

0
View on GitHub↗
8 stars·1 fork·Go·MIT·8 viewsamjadjibon.github.io/memsh↗

Memsh

memsh - virtual in-memory shell

Features

  • Command Line Interfaces - Virtual bash shell with in-memory filesystem.
  • Console Interfaces - Listed in the “Console Interfaces” section of the Awesome Go awesome list.

Star history

Star history chart for amjadjibon/memshStar history chart for amjadjibon/memsh

How this analysis was created: This summary and feature list were written by an AI model that read the project's README and public documentation pages. Each feature links to the documentation it came from; stars, license and language come straight from the GitHub API. The model does not read the source code, and the analysis is refreshed when the project is re-analysed. 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

Open-source alternatives to Memsh

Similar open-source projects, ranked by how many features they share with Memsh.
  • agilira/orpheusagilira avatar

    agilira/orpheus

    32View on GitHub↗

    Orpheus is a high-performance CLI framework designed to be super simple and ~30× faster than popular alternatives with zero external dependencies. Built on FlashFlags, Orpheus provides a simple interface to create modern, fast CLI apps similar to git.

    Goagiliraclicli-app
    View on GitHub↗32
  • akamensky/argparseakamensky avatar

    akamensky/argparse

    640View on GitHub↗

    Argparse for golang. Just because flag sucks

    Goargparseargument-parserawesome-go
    View on GitHub↗640
  • agilira/flash-flagsagilira avatar

    agilira/flash-flags

    11View on GitHub↗

    FlashFlags is an ultra-fast, zero-dependency, lock-free command-line flag parsing library for Go. Originally built for Argus, it provides great performance while maintaining simplicity and ease of use.

    Gocommand-lineconfiguration-filesevironmental-variables
    View on GitHub↗11
  • alecthomas/kingpinalecthomas avatar

    alecthomas/kingpin

    3,564View on GitHub↗

    CONTRIBUTIONS ONLY: A Go (golang) command line and flag parser

    Goclicommand-linego
    View on GitHub↗3,564
See all 30 alternatives to Memsh→

Frequently asked questions

What does amjadjibon/memsh do?

memsh - virtual in-memory shell

What are the main features of amjadjibon/memsh?

The main features of amjadjibon/memsh are: Command Line Interfaces, Console Interfaces.

What are some open-source alternatives to amjadjibon/memsh?

Open-source alternatives to amjadjibon/memsh include: akamensky/argparse — Argparse for golang. Just because `flag` sucks. alexeyco/simpletable — Simple tables in terminal with Go. agilira/flash-flags — FlashFlags is an ultra-fast, zero-dependency, lock-free command-line flag parsing library for Go. Originally built for… agilira/orpheus — Orpheus is a high-performance CLI framework designed to be super simple and ~30× faster than popular alternatives with… alecthomas/kingpin — CONTRIBUTIONS ONLY: A Go (golang) command line and flag parser. alexflint/go-arg.