KO
|
EN
gitlite — search
Search
#python
#java
#python3
#arduino
#golang
#machine-learning
#rust
#html
#flask
#javascript
#seismology
#nodejs
climer
★ 10
Open GitHub ↗
A simple timer in your terminal
Download README (.md)
Explore Similar Repositories
Advent-Of-Coalton-2022
:
No description available.
.github
:
Hosts public GH organization profile
unlock-subscribe
:
Build a simple on-chain subscription model into your app using the Lock contract by Unlock
music-player
:
Desktop Electron app for playing and downloading music.
sway-by-example
:
Examples of Sway programs
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
climer
?
Download (.md)
# climer `climer` is a simple timer that runs from the command line.  # Installation See the [release page](https://github.com/faustind/climer/releases) to get the right artifact and put it in your path :) # Usage ``` Usage of climer: climer -d duration The flags are: -d The duration of the timer as a string of unsigned decimal numbers, each with optional fraction and a unit suffix, such as "300ms", "1.5h" or "2h45m". Expected time units are "s", "m", "h". ```