ratatui / awesome-ratatui

A curated list of TUI apps and libraries built with Ratatui
https://ratatui.rs
MIT License
614 stars 63 forks source link

Add isw #89

Closed thom-cameron closed 2 months ago

thom-cameron commented 2 months ago

Added the terminal stopwatch application I recently created, isw.

See the GitLab repository here: https://gitlab.com/thom-cameron/isw

thom-cameron commented 2 months ago

The linter doesn't seem to like the double period at "etc.." but I think it's correct as it is. The first mark shows that the word is abbreviated, while the second ends the sentence. Open to changing it if someone else feels differently though.

orhun commented 2 months ago

Let's go with a single dot if it is not a big deal :)

joshka commented 2 months ago

The linter doesn't seem to like the double period at "etc.." but I think it's correct as it is. The first mark shows that the word is abbreviated, while the second ends the sentence. Open to changing it if someone else feels differently though.

I was curious about the double period because I have often not known the rule for how to handle them. The Chicago Manual of style FAQs suggest a single period is right to use unless it's in parenthesis. https://www.chicagomanualofstyle.org/qanda/data/faq/topics/Punctuation/faq0116.html

I'm sure there's probably other style guides that could differ in their advice for this, but CMOS seems to be one of the more influential guides to adhere to, so definitely this falls in the good enough bucket.

thom-cameron commented 2 months ago

Interesting, I didn't know there was a specific rule for that, thanks. English never ceases to amaze with the number it has.