this post was submitted on 27 Apr 2026
60 points (96.9% liked)
Programming
26803 readers
269 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Mostly Linux built-in commands like
grep,awk, andcatwhen working with bash scriptsFor more serious projects that rely on a CLI interface, tools that allow for ANSI codes to be used. For example, I use
prompt_toolkit(for actual menus) andframed_text(for ANSI messages and yes, this is something I made) for my Python projects.gitis my main project branch program. It's just too good to pass up.I don't really use CLI/TUI text editors other than quick edits over SSH when I'm not at my PC. For that, I use
neovimwithnvchad, ornano.