summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-06-06chore: drop unnecessary closurecleanupsLars Wirzenius1-1/+1
2021-05-23chore: fix clippy warnings, use new Subplot binary nameLars Wirzenius4-14/+12
2021-05-22Merge branch 'defaults' into 'main'Daniel Silverstone1-2/+1
2021-05-19docs: remove from templates mention they're the default onesLars Wirzenius1-2/+1
2021-04-29feat: make a journal a git repository and commit new entriesLars Wirzenius4-0/+105
2021-04-22refactor: explicitly print error in main, don't return ResultLars Wirzenius1-1/+11
2021-04-21refactor: move subcommand implementations into src/cmd.rsLars Wirzenius4-90/+126
2021-04-12feat: add "new-topic" command and "new --topic" optionLars Wirzenius5-8/+82
2021-04-08feat: add a timestamp to the default templateLars Wirzenius2-1/+9
2021-04-08feat! add support for tera templates for new journal entriesLars Wirzenius4-3/+69
2021-04-05refactor: use Result<_, JournalError> instead of anyhow::ResultLars Wirzenius2-8/+22
2021-04-03feat: allow setting name of directory where new entries goLars Wirzenius4-38/+75
2021-04-03feat: launch editor for new draftLars Wirzenius2-7/+29
2021-04-03fix: read config.yaml in default config dir, not the dir itselfLars Wirzenius1-1/+1
2021-04-02feat! support multiple draftsLars Wirzenius5-37/+156
2021-03-26feat! rewrite codeLars Wirzenius6-128/+292
2020-11-16feat: add "jt edit" to edit a draft with a chosen editorLars Wirzenius1-0/+26
2020-10-20feat: create new draft, publish itLars Wirzenius1-0/+47
2020-09-12Apply 1 suggestion(s) to 1 file(s)Lars Wirzenius1-1/+1
2020-09-05feat: create and initialise a new journalLars Wirzenius2-0/+55