trogon VS cli-guidelines

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

trogon

Easily turn your Click CLI into a powerful terminal application (by Textualize)

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)
Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
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
trogon cli-guidelines
10 48
2,378 2,814
1.4% 0.9%
4.5 5.0
6 days ago about 1 month ago
Python CSS
MIT License Creative Commons Attribution Share Alike 4.0
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.

trogon

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

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.

What are some alternatives?

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

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

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

scikit-llm - Seamlessly integrate LLMs into scikit-learn.

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

DB-GPT - AI Native Data App Development framework with AWEL(Agentic Workflow Expression Language) and Agents

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

fastgron - High-performance JSON to GRON (greppable, flattened JSON) converter

jikkou - The Open source Resource as Code framework for Apache Kafka

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

hsh - better shell

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.

Scout Monitoring - Free Django app performance insights with Scout Monitoring
Get Scout setup in minutes, and let us sweat the small stuff. A couple lines in settings.py is all you need to start monitoring your apps. Sign up for our free tier today.
www.scoutapm.com
featured
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