Live data from Hacker News

Ask HN: Which CLI tools do you use daily?

news.ycombinator.com

1–10 of 12 posts

Ask HN: Which CLI tools do you use daily?

#1
Hello, as a CLI lover and Software Engineer, I really love CLIs. I spent most of my day using the terminal, mainly because I use NeoVIM as my "IDE" (I know it is not an IDE). So basically I want you to tell me which CLI tools you on a daily basis.

My own answer: zsh with oh-my-zsh neovim gemini serverless framework aws-doctor kiro-cli fastfetch

As you can see most of these are related to work, software engineering, the cloud and AI Assistants

You can tell me about these, but I am looking for general purpose CLIs, something like a music player or something like this. Thanks a lot!!!!

Re: Ask HN: Which CLI tools do you use daily?

#2
The Dagger TUI is pretty sweet. They have an awesome renderer for OTEL spans (how they emit and view the steps). Built on the Charm suite, it is a better way (imo) to define, build, and run containers and containerized workflows (not at scale).

I back my agents and sessions with it for superpowers beyond sandboxing.

My personal CLI/TUI is https://github.com/hofstadter-io/hof and starts from a CUE centric developer experience. The above is also a part of it

Re: Ask HN: Which CLI tools do you use daily?

#6
post #2

The Dagger TUI is pretty sweet. They have an awesome renderer for OTEL spans (how they emit and view the steps). Built on the Charm suite, it is a better way (imo) to define, build, and run containers and containerized workflows (not at scale). I back my agents and sessions with it for superpowers beyond sandboxing. My personal CLI/TUI is https://github.com/hofstadter-io/hof and starts from a CUE centric developer ex…

hof looks pretty nice, definitely deserves a star, will also take a look at The Dagger. Thanks

Re: Ask HN: Which CLI tools do you use daily?

#9
post #6
post #2

The Dagger TUI is pretty sweet. They have an awesome renderer for OTEL spans (how they emit and view the steps). Built on the Charm suite, it is a better way (imo) to define, build, and run containers and containerized workflows (not at scale). I back my agents and sessions with it for superpowers beyond sandboxing. My personal CLI/TUI is https://github.com/hofstadter-io/hof and starts from a CUE centric developer ex…

hof looks pretty nice, definitely deserves a star, will also take a look at The Dagger. Thanks

Thanks, hof has 3-6 cli/tui depending on how you count. A subset of Dagger and CUE cli commands are embedded for convenience. There is an old tcell TUI inspired by the bloomberg terminal and the start of a new Charm based TUI in the agentic area. There may still be a repl in there, not sure if it's wired up currently.

Re: Ask HN: Which CLI tools do you use daily?

#10
post #9
post #6

Earlier quoted context omitted.

hof looks pretty nice, definitely deserves a star, will also take a look at The Dagger. Thanks

Thanks, hof has 3-6 cli/tui depending on how you count. A subset of Dagger and CUE cli commands are embedded for convenience. There is an old tcell TUI inspired by the bloomberg terminal and the start of a new Charm based TUI in the agentic area. There may still be a repl in there, not sure if it's wired up currently.

Don't know if you have any experience with golang or aws, but maybe it worth taking a look at aws-doctor (https://github.com/elC0mpa/aws-doctor). This is a CLI tool I built myself, in the future want to make it more interactive and I am looking for some CLI apps to take ideas from there
Post reply on HN