Devbrain es una CLI rapida para capturar pensamientos de desarrollo directamente desde tu terminal.
Guarda en segundos:
- ideas
- bugs
- tareas
- notas
Todo se almacena de forma local en SQLite (~/.devbrain/devbrain.db).
Cuando estas en flujo de codigo, cambiar a otra app de notas rompe el contexto.
Devbrain te deja registrar lo importante sin salir de donde trabajas.
idea add "texto"para nuevas ideasbug add "texto"para bugstask add "texto"para tareasnote add "texto"para notas- Soporte de etiquetas con
--tagso-t list showpara ver todas las entradas- Filtro por tipo con
list show --type idea|bug|task|note - Interfaz de salida en tabla con Rich
devbrain idea add "build a CLI AI assistant" --tags ai --tags cli
devbrain bug add "crash when loading config" -t urgent
devbrain task add "refactor API module" -t backend -t cleanup
devbrain note add "remember to benchmark query speed" -t perf
devbrain list show
devbrain list show --type bugpipx install .Opcional para desarrollo local:
pip install -e .- Python 3.10+
- Typer
- Rich
- SQLite
- Alta de entradas (idea, bug, task, note)
- Listado de entradas
- Etiquetas (
--tags) - Filtro por tipo (
list show --type ...) - Busqueda por texto
- Marcar tarea completada
- Filtros por tag y fecha
- Integracion con Git
Devbrain esta hecho para ser:
- rapido
- local-first
- enfocado en developers
Tu terminal ya es tu workspace. Ahora tambien es tu memoria.
[devv-jr@devbrain ~]$ ./mission.sh
> booting personal project...
> tracking ideas, bugs, tasks, notes...
> pushing updates as they ship
STATUS: ACTIVEEmpece este proyecto como herramienta personal. Estare agregando nuevos cambios al repo, esten pendientes.
by
devv-jr
Devbrain is a fast CLI to capture developer thoughts straight from your terminal.
Save instantly:
- ideas
- bugs
- tasks
- notes
Everything is stored locally in SQLite (~/.devbrain/devbrain.db).
When you are in coding flow, switching to a notes app kills momentum.
Devbrain lets you capture important things without leaving your terminal.
idea add "text"for new ideasbug add "text"for bugstask add "text"for tasksnote add "text"for notes- Tags support via
--tags/-t list showto display all entries- Type filtering with
list show --type idea|bug|task|note - Clean Rich table output
devbrain idea add "build an AI fitness app" --tags ai --tags product
devbrain bug add "null pointer in parser" -t critical
devbrain task add "add regression test" -t testing
devbrain note add "investigate sqlite indexing" -t db
devbrain list show
devbrain list show --type taskpipx install .For local development:
pip install -e .Devbrain is designed to be:
- fast
- local-first
- developer-focused
Your terminal is already your workspace. Now it is also your memory.
[devv-jr@devbrain ~]$ ./roadmap.sh
> personal tool initialized
> features shipping continuously
> commit. improve. repeat.
STATUS: RUNNINGI started this project as a personal tool. I will keep adding new changes to the repository, stay tuned.
by
devv-jr