A minimal CLI journal with typing effect
Project description
cliary
A minimal command-line journal for writing, reading, and searching notes.
Notes are automatically grouped by day — each day gets its own file.
Installation
uv tool install cliary
Quick Example
$ cliary write
>> today I learned about pathlib
>> built my first CLI tool
>> exit
Saved. Exiting...
$ cliary read
today I learned about pathlib
built my first CLI tool
$ cliary search good
2026-04-23.txt: weather is good today
Usage
Write notes:
cliary write
Read today’s notes:
cliary read
Search notes:
cliary search <keyword>
Storage
Notes are stored in a logs/ directory in the current working folder.
Example:
project/
├── logs/
│ ├── 2026-04-23.txt
Each day creates a new file.
Requirements
- Python 3.8+
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cliary-0.1.3.tar.gz.
File metadata
- Download URL: cliary-0.1.3.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.12 {"installer":{"name":"uv","version":"0.9.12"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Linux Mint","version":"22.2","id":"zara","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4ebdbcf13b0945b864a61ac0067e5c9319d16c4472bdcd0d8b0fe5f8accc7219
|
|
| MD5 |
dc3f0340f1ca3babc010ad347863ffef
|
|
| BLAKE2b-256 |
b9ca37c5b11b970cb29359ebf625c880e1c2850d45537ac1acffe960c3303343
|
File details
Details for the file cliary-0.1.3-py3-none-any.whl.
File metadata
- Download URL: cliary-0.1.3-py3-none-any.whl
- Upload date:
- Size: 4.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.9.12 {"installer":{"name":"uv","version":"0.9.12"},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Linux Mint","version":"22.2","id":"zara","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":null}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d68eb0a51ae57c69a27fb5fa3c6568b64e44a8746f20f03cb735aa0a5f562aa7
|
|
| MD5 |
2d872123ee26cdac296efdf6b6c1b986
|
|
| BLAKE2b-256 |
10768a27d3eceadd3ee307b430c5069bd8262f517b11acb26610a65b53a38670
|