https://github.com/chassing/when-cli
when-cli is a timezone conversion tool
https://github.com/chassing/when-cli
cli python rich rich-click timezones
Last synced: 6 months ago
JSON representation
when-cli is a timezone conversion tool
- Host: GitHub
- URL: https://github.com/chassing/when-cli
- Owner: chassing
- Created: 2022-01-20T11:42:41.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-08-10T09:05:51.000Z (about 3 years ago)
- Last Synced: 2024-04-29T20:22:10.048Z (over 1 year ago)
- Topics: cli, python, rich, rich-click, timezones
- Language: Python
- Homepage:
- Size: 865 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
![]()
[![PyPI version][pypi-version]][pypi-link]
[![PyPI platforms][pypi-platforms]][pypi-link]
[![Black][black-badge]][black-link]


# When CLI
**when-cli** is a timezone conversion tool. It takes as input a natural time string, can also be a time range, and converts it into different timezone(s) at specific location(s).
- **Local:** Everything runs on your local machine, no internet connection needed
- **Fast:** it's fast! 🚀
- **Easy:** quick to install – start using it in minutes.
- **Customizable:** configure every aspect to your needs.
- **Colorful:** beautiful colors and Emoji 😎 support.## Installation
You can install **when-cli** from [PyPI](https://pypi.org/project/when-cli/) with `pipx`):
```bash
$ pipx install when-cli
```or install it with `pip`:
```bash
$ python3 -m pip install when-cli
```You can also download and use the pre-build binary from the latest [Release](https://github.com/chassing/when-cli/releases).
## Usage
```bash
$ when-cli "7. May 06:00 to May 7th 12:00 in PMI" -l America/Los_Angeles -l klu -l PMI
```See [Usage](https://github.com/chassing/when-cli/blob/master/USAGE.md) for more details.
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)## Logo
[vecteezy.com](https://www.vecteezy.com/vector-art/633173-clock-icon-symbol-sign)
[black-badge]: https://img.shields.io/badge/code%20style-black-000000.svg
[black-link]: https://github.com/psf/black
[github-discussions-badge]: https://img.shields.io/static/v1?label=Discussions&message=Ask&color=blue&logo=github
[github-discussions-link]: https://github.com/chassing/when-cli/discussions
[pypi-link]: https://pypi.org/project/when-cli/
[pypi-platforms]: https://img.shields.io/pypi/pyversions/when-cli
[pypi-version]: https://badge.fury.io/py/when-cli.svg