add readme
This commit is contained in:
parent
63adf7d53e
commit
eeb38b28da
1 changed files with 17 additions and 0 deletions
17
readme.md
Normal file
17
readme.md
Normal file
|
@ -0,0 +1,17 @@
|
|||
# cli-timer
|
||||
|
||||
A quick and dirty commandline timer that I quickly threw together when I noticed that I didn't already have one. Probably could've been a powershell/bash script but eh I like doing things in rust and it's cross-platform this way.
|
||||
|
||||
## Usage
|
||||
|
||||
```
|
||||
> timer [hours]:[minutes]:[seconds]
|
||||
|
||||
OR
|
||||
|
||||
> timer [minutes]:[seconds]
|
||||
|
||||
OR
|
||||
|
||||
> timer [seconds]
|
||||
```
|
Loading…
Reference in a new issue