summaryrefslogtreecommitdiffstats
path: root/src/bin
AgeCommit message (Expand)Author
2019-04-26clippy: disable redundant closure lintNora
2019-03-01use local timezone configNora
2019-02-26move gen_completions to an actionNora
2019-02-26cleanupNora
2019-02-25modfiyNora
2019-02-25cleanupNora
2019-02-25structopt getNora
2019-02-25structopt undo and unrollNora
2019-02-25structopt showNora
2019-02-25structopt seqNora
2019-02-25structopt: selectNora
2019-02-24structopt: newNora
2019-02-24cleanupNora
2019-02-24structopt: listNora
2019-02-24structopt editNora
2019-02-24structopt: deleteNora
2019-02-24structopt: cursorNora
2019-02-24structopt: copyNora
2019-02-24make index work againNora
2019-02-24move cli to cli.rsNora
2019-02-24make index workNora
2019-02-24make agenda workNora
2019-02-24move logger init to functionNora
2019-02-24remove unused importNora
2019-02-24make verbosity workNora
2019-02-22initial undo (restore most recent backup)Nora
2019-02-21order alphabeticallyNora
2019-02-19add function khdeleteNora
2019-02-05replace most uses of extern crate by useNora
2019-01-29use $HOME instead of working dir as default in release buildsVincent Breitmoser
2019-01-29switch command by binary name, if matches kh* patternVincent Breitmoser
2019-01-20seq: perform tests on actual actionVincent Breitmoser
2019-01-19pass args around as &str instead of StringVincent Breitmoser
2019-01-19put early and unused cal/dbg methods into archiveVincent Breitmoser
2019-01-18introduce KhResult for nicer error handlingVincent Breitmoser
2019-01-17add "get" actionVincent Breitmoser
2019-01-14clippy: remove match on booleanNora
2019-01-13move index integration test to actionVincent Breitmoser
2019-01-13move logic from bin/khaleesi.rs into actionsVincent Breitmoser
2019-01-12make edit and copy take default input from the cursorNora
2019-01-12initial action cursorNora
2019-01-12use thread-local variable for khaleesi base dirVincent Breitmoser
2019-01-12khline: strip khaleesi dir from path (normalize)Vincent Breitmoser
2019-01-12split off seqfile handling from seq.rsNora
2019-01-12move actions into actions moduleVincent Breitmoser
2019-01-12prettyprint: drop "short" printVincent Breitmoser
2019-01-12clean up prettyprint and fileutilVincent Breitmoser
2019-01-12drop khaleesi sortVincent Breitmoser
2019-01-12clippy: pass Config by referenceVincent Breitmoser
2019-01-11index: reindex only files modified after last refresh (by default)Vincent Breitmoser