71
Are there any examples of 'perfect' software?
(sh.itjust.works)
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
Follow the wormhole through a path of communities !webdev@programming.dev
Many might disagree, but imo vim is the perfect text editor for a command line interface. It's just so simpel and does exactly what I need it to do without doing anything unnecessary
Nit: vim is a visual editor. It has a text interface, but it's not a command line interface.
An example of a command line text editor would be sed.
I know it isn't a cli but a text editor that you can use in a terminal, if there's any other difference i got wrong feel free to correct me