valebes / rsClock

A simple terminal clock written in Rust.
MIT License
98 stars 6 forks source link

Added -o (print once) flag, and fix Cargo.toml categories tag #17

Closed Kyllingene closed 1 year ago

Kyllingene commented 1 year ago

Implements #11, via the flag -o.

Also fixes the category tag in the Cargo.toml by renaming it to categories.

Note: doesn't print a newline afterwards; I figure it's easier to add one in a shell script than to remove it.

Kyllingene commented 1 year ago

Had issues with git (hence many unrelated commits), see #18 instead