cli-guidelines VS bubblewrap

Compare cli-guidelines vs bubblewrap and see what are their differences.

cli-guidelines

A guide to help you write better command-line programs, taking traditional UNIX principles and updating them for the modern day. (by cli-guidelines)

bubblewrap

Low-level unprivileged sandboxing tool used by Flatpak and similar projects (by containers)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
cli-guidelines bubblewrap
48 76
2,814 3,708
0.9% 1.8%
5.0 6.3
about 1 month ago about 1 month ago
CSS C
Creative Commons Attribution Share Alike 4.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

cli-guidelines

Posts with mentions or reviews of cli-guidelines. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-06.
  • Ask HN: What are some command line utilites that have great UX?
    1 project | news.ycombinator.com | 10 May 2024
    I can't think of any cli tools with great UX :( usually the important tools have lots of obtuse commands, and the small neat tools only have a couple trivial options.

    But here's some guidelines as you make your own tool: https://clig.dev/

    I always appreciate tools with examples and a good help text. Also the ability to pipe with stdin/stdout if possible.

  • Ask HN: Where to read about terminal UIs?
    1 project | news.ycombinator.com | 18 Feb 2024
  • Ask HN: Do you read Secrets from Environment Variables
    1 project | news.ycombinator.com | 6 Feb 2024
    The Command Line Interface Guidelines [1] says:

    > Do not read secrets from environment variables

    > Secrets should only be accepted via credential files, pipes, `AF_UNIX` sockets, secret management services, or another IPC mechanism

    Which one of these do you use? On github it seems common for projects to use environment variables for secrets.

    [1] https://clig.dev/#environment-variables

  • Command Line Interface Guidelines
    8 projects | news.ycombinator.com | 6 Feb 2024
    Seems they took a small step back from their previous "don't bother with man pages" stance. Now it's "Consider providing man pages."

    I still find it a rather shocking order of priority, honestly.

    https://clig.dev/#documentation

    1 project | /r/programming | 10 Nov 2023
    1 project | news.ycombinator.com | 7 Nov 2023
    1 project | news.ycombinator.com | 28 Oct 2023
    1 project | news.ycombinator.com | 19 Jul 2023
  • Ask HN: Best way to do scoped commands in a CLI app
    1 project | news.ycombinator.com | 25 Jan 2024
    - E. `blah project foo --edit`

    Wondering if there was any guidance on this from the UNIX people. Perhaps scoping should be done using the file system. `cd path/to/project && blah edit`. Like git does with `git --cwd=path/to/project`. Maybe a virtual FS could even be used. Then you wouldn't have to continuously type in the scope with each command. Interesting thinking about how to maintain state in the terminal...thinking about how Python's virtual env bin/activate modifies the shell.

    Found an interesting guide here: https://clig.dev/

  • CLI user experience case study
    12 projects | news.ycombinator.com | 12 Jan 2024
    Capturing these guidelines is one of the primary reasons that https://clig.dev/ exists.

bubblewrap

Posts with mentions or reviews of bubblewrap. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-05-19.

What are some alternatives?

When comparing cli-guidelines and bubblewrap you can also consider the following projects:

redox - Mirror of https://gitlab.redox-os.org/redox-os/redox

firejail - Linux namespaces and seccomp-bpf sandbox

nodejs-cli-apps-best-practices - The largest Node.js CLI Apps best practices list ✨

flatpak - Linux application sandboxing and distribution framework

typer - Typer, build great CLIs. Easy to code. Based on Python type hints.

flathub - Issue tracker and new submissions

argparse-benchmarks-rs - Collected benchmarks for arg parsing crates written in Rust [Moved to: https://github.com/rosetta-rs/argparse-rosetta-rs]

nsjail - A lightweight process isolation tool that utilizes Linux namespaces, cgroups, rlimits and seccomp-bpf syscall filters, leveraging the Kafel BPF language for enhanced security.

picocli - Picocli is a modern framework for building powerful, user-friendly, GraalVM-enabled command line apps with ease. It supports colors, autocompletion, subcommands, and more. In 1 source file so apps can include as source & avoid adding a dependency. Written in Java, usable from Groovy, Kotlin, Scala, etc.

distrobox - Use any linux distribution inside your terminal. Enable both backward and forward compatibility with software and freedom to use whatever distribution you’re more comfortable with. Mirror available at: https://gitlab.com/89luca89/distrobox

cligen - Nim library to infer/generate command-line-interfaces / option / argument parsing; Docs at

multipass - Multipass orchestrates virtual Ubuntu instances

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured