summaryrefslogtreecommitdiff
path: root/src/error.rs
AgeCommit message (Expand)AuthorFilesLines
2021-09-23fix: if a topic path contains missing directories, create themLars Wirzenius1-0/+4
2021-07-20feat: add command to remove a draftLars Wirzenius1-0/+4
2021-07-15feat: add command to list current draftsLars Wirzenius1-0/+8
2021-04-29feat: make a journal a git repository and commit new entriesLars Wirzenius1-0/+20
2021-04-12feat: add "new-topic" command and "new --topic" optionLars Wirzenius1-3/+11
2021-04-08feat! add support for tera templates for new journal entriesLars Wirzenius1-0/+8
2021-04-05refactor: use Result<_, JournalError> instead of anyhow::ResultLars Wirzenius1-0/+8
2021-04-03feat: launch editor for new draftLars Wirzenius1-0/+8
2021-04-02feat! support multiple draftsLars Wirzenius1-0/+20
2021-03-26feat! rewrite codeLars Wirzenius1-0/+28