valebes / rsClock

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

Added -o (print once) flag, fix Cargo.toml categories flag #18

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.

valebes commented 1 year ago

@Kyllingene For me is ok, as always thank you for your contribution! One last thing, please add the new option in the README.MD as well. After this I'll merge the PR.

Kyllingene commented 1 year ago

Ah, sorry, forgot about that one.

valebes commented 1 year ago

@Kyllingene No problem! Thank for your contribution, now I'll merge the PR. I'll publish a new release of RsClock in the next days.