A simple encrypted journal for the Linux terminal.
Find a file
2026-01-12 23:08:19 +01:00
.gitignore Add most of the cli, improve JournalFile 2026-01-12 23:01:15 +01:00
addtestdata.go Add most of the cli, improve JournalFile 2026-01-12 23:01:15 +01:00
cli.go Fix usage of reset escape codes, fix missing newlines after entry timestamp 2026-01-12 23:08:19 +01:00
data.go Add most of the cli, improve JournalFile 2026-01-12 23:01:15 +01:00
encrypt.go Use byte array as password instead of string 2026-01-11 22:11:40 +01:00
go.mod Add terminal ui stuff (ansi escape codes, ask for password, multiple choice), cli entrypoint (ask for password, load journal) 2026-01-11 23:20:49 +01:00
go.sum Add terminal ui stuff (ansi escape codes, ask for password, multiple choice), cli entrypoint (ask for password, load journal) 2026-01-11 23:20:49 +01:00
main.go Add most of the cli, improve JournalFile 2026-01-12 23:01:15 +01:00