hofmod-cli VS termp

Compare hofmod-cli vs termp and see what are their differences.

termp

Trivial utility: are we in a terminal window or in a dumb one? (like Emacs' Slime) (by vindarel)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
hofmod-cli termp
2 1
25 5
- -
5.5 3.0
8 months ago 4 months ago
Go Common Lisp
BSD 3-clause "New" or "Revised" License -
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.

hofmod-cli

Posts with mentions or reviews of hofmod-cli. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-08-25.
  • Bashly – Create beautiful bash scripts from simple YAML configuration
    11 projects | news.ycombinator.com | 25 Aug 2021
    Shameless plug, I wrote https://github.com/hofstadter-io/hof as a generalized tool for what this does, i.e. generate boilerplate from a DSL.

    https://github.com/hofstadter-io/hofmod-cli is the same idea for generating Go CLI boilerplate.

    hof uses CUE instead of Yaml, can output to any and multiple languages, and uses diff3 so you can work in both the output and the design at the same time.

  • Writing Small CLI Programs in Common Lisp
    6 projects | news.ycombinator.com | 17 Mar 2021
    I try to avoid pip and dependencies for these python scripts. This goal has it's limits.

    Click is nice if you want a command with multiple sub commands. I use Go + Cobra at that point via https://github.com/hofstadter-io/hofmod-cli

termp

Posts with mentions or reviews of termp. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-03-17.
  • Writing Small CLI Programs in Common Lisp
    6 projects | news.ycombinator.com | 17 Mar 2021
    About uiop:quit, that sometimes are in the middle of a script: lately I have wrapped it around a check of the nature of the terminal: if the terminal is dumb ($TERM), we are very likely inside Emacs/Slime, so we don't quit. https://github.com/vindarel/termp

What are some alternatives?

When comparing hofmod-cli and termp you can also consider the following projects:

bashly - Bash command line framework and CLI generator

janet-sh - Shorthand shell like functions for janet.

rich - Rich is a Python library for rich text and beautiful formatting in the terminal.

harmony - Easily test downstream projects before releasing new code

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

roswell - intended to be a launcher for a major lisp environment that just works.

alf - Bash Alias Generator and Manager

ngs - Next Generation Shell (NGS)

sub - a delicious way to organize programs