Crates.io | yozuk |
lib.rs | yozuk |
version | 0.22.11 |
source | src |
created_at | 2022-03-28 10:59:54.035885 |
updated_at | 2022-08-29 20:47:13.565463 |
description | Chatbot for Programmers |
homepage | https://yozuk.com |
repository | https://github.com/yozuk/yozuk |
max_upload_size | |
id | 557730 |
size | 68,178 |
Yozuk is a bot designed for helping programmers with trivial tasks such as UUID generation, digest calculation and timestamp conversion.
Human-friendly: With a combination of machine-learning and pattern-matching NLP, Yozuk infers the meaning of your requests so you don't have to remember the exact syntax of commands.
Transparent: Fully open-source, no external dependency, no internet access and no tracking. Your data is completely under your control.
Cross-platform: In addition to WebAssembly support (Web browser and WASI), Yozuk runs natively on Windows, macOS, Linux, Android and iOS.
For example...
UUID generation
>>> generate 3 uuids
7a4ef819-c6b1-4e12-a446-d108db66bd9d
b4c3ae2d-601b-416f-bf06-ef4540206d2f
dce35c4e-974f-4bc7-8a5f-7e2f0d0820ba
Calculation
>>> (12345 + 43) * sqrt(5)
27700.41010526739852
Dummy text generation
>>> 25 words lorem ipsum
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis.
Digest calculation
>>> "Sphinx of black quartz, judge my vow!" to sha384
0dd8b5542f71641b2bfe5b55c8f3e1e092777b7f8b6b0eae14089f7af3a67d57093a7c19c21d003c11e8cceae6b9e29e
Base64 decoding
>>> 8J+MuPCfjLzwn42E8J+Mvw==
πΈπΌππΏ
...and so on!
The comprehensive skill list is here.
Yozuk works as a standalone single executable called zuk
.
brew tap yozuk/yozuk
brew install zuk
cargo install zuk
wapm install yozuk/zuk
Yozuk was inspired by the following projects: