Updated README with initial information

This commit is contained in:
Mahesh Asolkar 2025-05-04 18:49:54 -07:00
parent f744922be1
commit 480ba07c45
Signed by: asolkar
GPG Key ID: 371CA8164433BDCC

View File

@ -1,3 +1,22 @@
# unibar
# Unibar
A tool that returns variety of components in a string suitable to use in a status bar
Simple bar written in Rust
# Description
* A tool that returns variety of components in a string suitable to use in a
status bar
# Usage
* Use the `--help` option for usage information:
```sh
Usage: unibar [OPTIONS]
Options:
-s, --weather_station <STATION> Name of the weather station [default: khio]
-m, --weather_metric Use Metric units. Imperial units otherwise
-h, --help Print help
-V, --version Print version
```