If you are looking for a fun project to get into command-line tools development, I think you'll enjoy this article:
https://rderik.com/blog/building-a-text-based-application-using-swift-and-ncurses/
It uses the C ncurses(3)
library via SwiftCursesTerm
to create a clock modelled as a 7-segment display.
I hope you like it.
Top comments (0)