From 480ba07c45f0656f95e16d71e86a583e81e056fe Mon Sep 17 00:00:00 2001 From: Mahesh Asolkar Date: Sun, 4 May 2025 18:49:54 -0700 Subject: [PATCH] Updated README with initial information --- README.md | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 990f290..7db9143 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ -# unibar +# Unibar -A tool that returns variety of components in a string suitable to use in a status bar \ No newline at end of file +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 Name of the weather station [default: khio] + -m, --weather_metric Use Metric units. Imperial units otherwise + -h, --help Print help + -V, --version Print version +```