tzbuddy-0.1.2 is not a library.
Visit the last successful build:
tzbuddy-0.5.4
Overview
tzbuddy is a simple cli to visualize times in different timezones. It displays the current hour as well past and future values.
) | |
) | |
) | |
) | |
) | |
Install
Use cargo for now. Binary distribution will come later. Also, this create require nightly builds as of 27/10/2020
cargo install tzbuddy
Usage
See tzbuddy --help for all available options. There is no configuration, so
you probably want to create an alias in your shell.
Development
there are git hooks one can use to automatically run checks before commit
ln -s $(pwd)/hooks/pre-commit.sh .git/hooks/pre-commit
ln -s $(pwd)/hooks/pre-push.sh .git/hooks/pre-push
to release:
- bump the versio in Cargo.toml
- run
cargo release --dry-run -vv - run
cargo release