diff --git a/README.md b/README.md new file mode 100644 index 0000000..b4daf78 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Developer tools + +My personal set of tools to ease and speed up my development experience. + +1. `colorizer`: color model converter. diff --git a/colorizer/README.md b/colorizer/README.md new file mode 100644 index 0000000..6033ad2 --- /dev/null +++ b/colorizer/README.md @@ -0,0 +1,10 @@ +# Colorizer + +Simple CLI color parser. Reads the color to be parsed either from the clipboard, from and input argument or directly from the user keyboard manual input. + +## Arguments + +The program allows one of these 2 arguments: + +- `--clipboard` / `-c` : read from clipboard first +- `--input ` / `-i ` : dont read from clipboard nor input, simply try parsing the input