Decision tracking CLI with session-based multi-database architecture
Project description
Deciduum CLI
A time-based decision and cognition log that captures decisions and their reasoning — forming a foundation for future thinking and action.
Deciduum (decide + continuum) — the ongoing journey of decisions over time.
Installation
pip install deciduum
Quick Start
# Create a decision
deciduum decisions create "My decision"
# List decisions
deciduum decisions list
# Add reasoning to a decision
deciduum decisions log <decision-id> "My reasoning"
# Create a memo
deciduum memos create "My thought"
# View today's activity
deciduum today
# Create a new session (separate database)
deciduum session create work
Commands
| Command | Description |
|---|---|
deciduum decisions create "text" |
Create a decision |
deciduum decisions list |
List all decisions |
deciduum decisions log <id> "text" |
Add reasoning to a decision |
deciduum memos create "text" |
Create a memo |
deciduum memos list |
List all memos |
deciduum today |
Show today's activity |
deciduum session create <name> |
Create a new session |
deciduum session list |
List all sessions |
Sessions
Sessions allow you to keep separate databases for different contexts:
# Create a new session
deciduum session create work
# Use a specific session
DECIDIUM_SESSION=work deciduum decisions list
License
MIT License - see LICENSE
Project details
Release history Release notifications | RSS feed
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 deciduum-0.1.0.tar.gz.
File metadata
- Download URL: deciduum-0.1.0.tar.gz
- Upload date:
- Size: 17.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3bde53e1ef319c9db249da6d215849a7c3f53b1926c33fdd90c3cbe04f2cdc54
|
|
| MD5 |
46ad52c941f525b093e1e909cb5dd524
|
|
| BLAKE2b-256 |
438287d1951acd8a820fdcf0e94a5778c07c58a6c0a0e0847186f688cea0568a
|
File details
Details for the file deciduum-0.1.0-py3-none-any.whl.
File metadata
- Download URL: deciduum-0.1.0-py3-none-any.whl
- Upload date:
- Size: 24.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
766d7c2414083a969683a2490f3c0a1a9ed29edfd5e8d83527fa3e3e17e590fa
|
|
| MD5 |
306a21e1480606ef2562cb758967fb83
|
|
| BLAKE2b-256 |
12a576b98e811226c16bc4da64e77186647f2f8db09459b999f47fe8d6ddc418
|