Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

888 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lflow is a fork of dnote reworked into a local-first terminal outline editor: your whole tree lives in one SQLite file, every command is one-shot and pipe-friendly, and lflow node open drops you into an inline editor that draws in the terminal scrollback rather than the alternate screen. Nodes can be bullets, headings, todos, code, quotes and mirrors.

Examples

# Build — lflow needs SQLite FTS5, so build with the fts5 tag
go build --tags fts5 ./pkg/tui

# Add nodes: positional text, or pipe stdin where every line becomes a node
lflow node add "reading list"
lflow node add --parent "reading list" "Designing Data-Intensive Applications"
make bench 2>&1 | lflow node add --parent "experiment results"

# Open the inline editor on the best match, or the whole outline
lflow node open "reading list"
lflow node open

# List nodes, or dump a subtree as JSON for scripting
lflow node list
lflow node list "reading list" --format json | jq -r '.children[].name'

Run --help on any command for the full flag reference.

License

Apache License 2.0.

About

Outline note taking CLI with SQlite and Workflowy backends

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages