cli-guidelines VS linux

Compare cli-guidelines vs linux 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)

linux

Linux kernel source tree (by torvalds)
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 linux
48 987
2,814 172,917
0.9% -
5.0 10.0
about 1 month ago 4 days 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.

linux

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

What are some alternatives?

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

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

zen-kernel - Zen Patched Kernel Sources

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

DS4Windows - Like those other ds4tools, but sexier

bubblewrap - Low-level unprivileged sandboxing tool used by Flatpak and similar projects

winapps - Run Windows apps such as Microsoft Office/Adobe in Linux (Ubuntu/Fedora) and GNOME/KDE as if they were a part of the native OS, including Nautilus integration.

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

Open and cheap DIY IP-KVM based on Raspberry Pi - Open and inexpensive DIY IP-KVM based on Raspberry Pi

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

serenity - The Serenity Operating System 🐞

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.

DsHidMini - Virtual HID Mini-user-mode-driver for Sony DualShock 3 Controllers

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