From 5bcddfbad94aa89c5ea661de50ffea62c78bd6b5 Mon Sep 17 00:00:00 2001 From: candifloss Date: Thu, 26 Sep 2024 16:27:48 +0530 Subject: [PATCH] edit README --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 6b3f397..4f4cf6f 100644 --- a/README.md +++ b/README.md @@ -8,17 +8,6 @@ Inspired by [`tiramisu`](https://github.com/Sweets/tiramisu) - Do one thing and do it well([DOTADIW](https://en.wikipedia.org/w/index.php?title=Unix_philosophy&useskin=vector#Do_One_Thing_and_Do_It_Well)) & [KISS](https://en.wikipedia.org/wiki/KISS_Principle) principle: no extra complicated features - (Not really a feature) Written in [`rust`](https://www.rust-lang.org/) using the [`zbus`](https://docs.rs/zbus/latest/zbus/) crate -## Supported formats - -- Plain text - Print the output text. (✓ Just print it) -- [`json`](https://json.org) - This output can be parsed by other programs -- [`rson`](https://github.com/rson-rs/rson) - A more sensible alternative to json - -## Upcoming feature - -- Better handling of `json` and `rson` data -- Better ways to work with other programs - ## Usage ```bash @@ -33,6 +22,17 @@ Options: --help display usage information ``` +## Supported formats + +- Plain text - Print the output text. (✓ Just print it) +- [`json`](https://json.org) - This output can be parsed by other programs +- [`rson`](https://github.com/rson-rs/rson) - A more sensible alternative to json + +## Upcoming feature + +- Better handling of `json` and `rson` data +- Better ways to work with other programs + ## Why this project? - Something simple to work with [`EWW`](https://github.com/elkowar/eww) widgets