Cogitus — a fast, searchable terminal workspace for capturing and evolving programming ideas.
Project description
Cogitus
[!NOTE]
Cogitus is currently in MVP/alpha stage. Core workflows are available, and interfaces may continue to evolve in subsequent releases.
Cogitus — a fast, searchable terminal workspace for capturing and evolving programming ideas.
Cogitus is a Python-based TUI (Terminal User Interface) built with Textual. It is designed specifically for developers who want a structured, keyboard-driven way to capture, explore, and refine programming ideas without leaving the terminal. This is not a generic note-taking app and not a task manager. Cogitus is focused on structured idea capture, iteration, and discovery.
Goals
- Fast, local-first idea capture
- Fully keyboard-driven workflow
- Searchable and structured storage
- Minimal, distraction-free UI
- Designed specifically for programming and technical concepts
Core Concepts
Cogitus treats ideas as structured entities rather than loose notes. Each idea can include:
- Title
- Body/description (Markdown-friendly text - edit in markdown, display rendered
using
Textual/Richnative functionality) - Tags
- Group (ideas are organized under groups in the left tree view)
- Timestamps (created/updated)
Future versions may introduce:
- Idea linking (relationships between ideas)
- Graph views
- Scoring or priority signals
- SQLite FTS5-powered full-text search
- AI-assisted idea expansion
Architecture
- UI: Built with Textual
- Database: SQLite (local file, WAL mode)
- Data Access:
sqliter-py - Package Management:
uv(not pip)
The project intentionally separates:
- Textual UI layer (screens and widgets)
- Repository/service layer for database access
- Schema and migration management
Cogitus is also a real-world validation project for sqliter-py.
Current Functionality
Functionality available in the current MVP includes:
- Create new ideas
- Edit existing ideas
- List ideas in a grouped tree view
- Arrange ideas into groups (with bulk idea move to the default group on group delete)
- Tag ideas
- Basic search (SQLite
LIKE) - View idea details
- Copy & Paste support
- CLI commands for scripting (
list,export,delete)
Search will initially be simple but structured to evolve into FTS5.
[!NOTE]
items in bold are in the current HEAD but not yet in the pypi release. They will be included in the next release, but you can always install from the repo to get the latest features.
Target Users
- Solo developers
- Indie hackers
- Open-source maintainers
- Engineers who think in terminals
If you sketch ideas in README files, TODO lists, or scattered Markdown files across projects, Cogitus aims to centralize that thinking into a structured, searchable workspace.
Installation
The recommended way to install this is as a global tool, either using uv
(best) or pipx:
uv tool install cogitus
You can always install globally using pip if you don't want to use any of
those 2 tools:
pip install cogitus
Usage
cogitus
Key Shortcuts (Main Screen)
n: New ideae: Edit selected idead: Delete selected ideag: New groupShift+G: Delete selected group/: Focus searchy: Copy selected idea body?: Show helpq: Quit
Clipboard Support
Cogitus uses two clipboard strategies for maximum compatibility:
- OSC 52 (primary) — works in most modern terminals (Ghostty, iTerm2, Kitty, Alacritty, WezTerm, Windows Terminal) and through tmux/SSH
- pyperclip (fallback) — uses system tools like
xclip,xsel, orpbcopyfor terminals that don't support OSC 52 (e.g. Gnome Terminal, macOS Terminal)
tmux users: You need set-clipboard enabled in your ~/.tmux.conf for
OSC 52 to pass through:
set -g set-clipboard on
Linux users without OSC 52 support: Install xclip or xsel for the
pyperclip fallback to work:
sudo apt-get install xclip # Debian/Ubuntu
sudo pacman -S xclip # Arch
sudo dnf install xclip # Fedora
y copy is context-sensitive: In the editor, y copies the current
selection. In rendered Markdown view, y copies selected text when detected;
otherwise it copies the full idea body. In some terminals/cases, Textual may
not detect rendered-view selection and will fall back to full-body copy.
Development
This project uses:
uvfor dependency and environment management- SQLite for local storage
- Textual for UI
- Standard formatting and linting tools defined in the repository
License
Cogitus is licensed under the MIT License. See LICENSE.txt.
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 cogitus-0.4.0.tar.gz.
File metadata
- Download URL: cogitus-0.4.0.tar.gz
- Upload date:
- Size: 25.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.2 {"installer":{"name":"uv","version":"0.10.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","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 |
465544b252725857e54a669d956fa1a10feafc5af18a09b6ed05eec7d9a09bda
|
|
| MD5 |
929377b39bf1414055a7df62fa09562d
|
|
| BLAKE2b-256 |
8e110a0841f790fb3ea1fa69fb9c97f4dd775806eba1fd9ad98f938d5f161045
|
File details
Details for the file cogitus-0.4.0-py3-none-any.whl.
File metadata
- Download URL: cogitus-0.4.0-py3-none-any.whl
- Upload date:
- Size: 36.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: uv/0.10.2 {"installer":{"name":"uv","version":"0.10.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","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 |
bff4d8919baa5009487590c954b262486150042dafcb602d3a453c445f201829
|
|
| MD5 |
b2f678d605feb9203608eb78ad1752c7
|
|
| BLAKE2b-256 |
edefa14ba8d1bf0c9592b3a96379cc29eecb0dcd62cb683897da324d8dadda6e
|