docs: simple readme

This commit is contained in:
2025-08-16 16:08:46 +02:00
parent 42d6fd55a7
commit 20527c6369
2 changed files with 15 additions and 0 deletions

5
README.md Normal file
View File

@@ -0,0 +1,5 @@
# Developer tools
My personal set of tools to ease and speed up my development experience.
1. `colorizer`: color model converter.

10
colorizer/README.md Normal file
View File

@@ -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 <String>` / `-i <String>` : dont read from clipboard nor input, simply try parsing the input