summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-01-13chore: update dependency versionsLars Wirzenius1-1/+1
2023-07-22feat: allow any number of topics for a postLars Wirzenius3-7/+9
2023-04-21fix: tera creationLars Wirzenius1-1/+5
2023-04-14chore: drop unnecessary borrowLars Wirzenius1-1/+1
2022-11-14chore: drop unnecessary borrows, noticed by clippyLars Wirzenius3-3/+3
2022-04-25chore: port from structopt to clap v3Lars Wirzenius3-25/+25
2022-04-20fix: init to use all its membersLars Wirzenius1-0/+5
2021-09-23fix: if a topic path contains missing directories, create themLars Wirzenius2-0/+15
2021-09-15fix: allow topic pages to contain dotsLars Wirzenius1-3/+1
2021-08-24chore: fix unnecessary &foo to fooLars Wirzenius1-3/+3
2021-08-24feat! rename binary from jt2 to jtLars Wirzenius2-3/+3
2021-07-20feat: add command to remove a draftLars Wirzenius5-0/+29
2021-07-15feat: add command to list current draftsLars Wirzenius5-0/+53
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