Hacker News new | ask | show | jobs
by neuland 1989 days ago
The author mentions Sway and i3 window managers as examples of finished software. I'd be interest if anyone has more examples. What is a piece of software that is feature complete in your opinion?

A couple more examples I can think of:

- jq: https://stedolan.github.io/jq/

- pass: https://www.passwordstore.org/

- tokyo/kyoto cabinet: embedded key value database

- awk: text processing tool / programming language

- (almost per-se) any game that shipped on physical media

1 comments

Reading the AWK Programming Language book, it's amazing how little has changed in decades, I can still run the code snippets in 2021 in the same way I would have in 1991.