summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)Author
2018-04-17Fix documentation in crate metadataMatthias Beyer
2018-04-15Update dependency: toml-query: 0.4 -> 0.6Matthias Beyer
2018-04-14Add logging in storeMatthias Beyer
2018-04-08Add debug outputMatthias Beyer
2018-04-04Default clap app builder: Allow external subcommandsMatthias Beyer
2018-04-03Add helper for handling unknown subcommandsMatthias Beyer
2018-03-26Fix: Entry::to_str() should return Result<_>Matthias Beyer
2018-03-23Rewrite edit_in_tmpfile() for new Runtime::editor() signatureMatthias Beyer
2018-03-23Fix: Pass /dev/tty as stdin for editorMatthias Beyer
2018-03-23Add header editing supportMatthias Beyer
2018-03-23Add Entry::replace_from_buffer()Matthias Beyer
2018-03-23Add debugging output if kairos fails to parse inputMatthias Beyer
2018-03-23Add debug outputMatthias Beyer
2018-03-23Use "ui" module in libimagtimeuiMatthias Beyer
2018-03-23Add message why panicMatthias Beyer
2018-03-23Merge pull request #1360 from matthiasbeyer/libimaghabit/create-vs-retrieveMatthias Beyer
2018-03-23Merge pull request #1356 from matthiasbeyer/libimaghabit/link-new-instancesMatthias Beyer
2018-03-22Merge pull request #1355 from matthiasbeyer/libimagstore/create-semantic-fixMatthias Beyer
2018-03-22Fix: Use retrieve in retrieve variantMatthias Beyer
2018-03-22Fix: libimaghabit::habit::HabitTemplate should link created instances to the ...Matthias Beyer
2018-03-22Merge pull request #1357 from matthiasbeyer/libimaghabit/create-vs-retrieveMatthias Beyer
2018-03-22Fix: Store::create() should fail if the entry existsMatthias Beyer
2018-03-22Merge pull request #1354 from matthiasbeyer/libimaghabit/check-is-done-for-dateMatthias Beyer
2018-03-22Refactor for less verbose codeMatthias Beyer
2018-03-22Dedup codeMatthias Beyer
2018-03-22Add "retrieve" variants for retrieving instancesMatthias Beyer
2018-03-22Add helper to check whether an instance exists for a dateMatthias Beyer
2018-03-21Merge pull request #1349 from matthiasbeyer/libimagentryref/fixesMatthias Beyer
2018-03-20Fix: Allocating of buffer does not work as expected with Vec::with_capacity()Matthias Beyer
2018-03-19Provide Ref::make_ref() for making a ref out of an existing entryMatthias Beyer
2018-03-13Ensure command and args are provided correctlyMatthias Beyer
2018-03-13Read editor from configuration, ignore errorsMatthias Beyer
2018-03-12Merge pull request #1342 from matthiasbeyer/libimagentryedit/fix-editor-stdin...Matthias Beyer
2018-03-12Fix editor commandMatthias Beyer
2018-03-12Simplify error handling by using linking feature of error-chainMatthias Beyer
2018-03-12Add type so that we can serialize a VcardMatthias Beyer
2018-03-12Merge pull request #1334 from matthiasbeyer/libimagcontact/ref-from-uidMatthias Beyer
2018-03-12Merge pull request #1324 from matthiasbeyer/minorMatthias Beyer
2018-03-12Change ref creation to use UID from vcard objectMatthias Beyer
2018-03-12Merge pull request #1332 from matthiasbeyer/libimagcontact/all-contactsMatthias Beyer
2018-03-12Fix typoMatthias Beyer
2018-03-12Fix: use Path::file_stem() instead of Path::file_name()Matthias Beyer
2018-03-12Implement ContactStore::all_contacts()Matthias Beyer
2018-03-10Merge pull request #1330 from matthiasbeyer/libimagrt/pipe-magicMatthias Beyer
2018-03-10Implement pipe magic in libimagrtMatthias Beyer
2018-03-10This fixes the file parsing (again)Matthias Beyer
2018-03-06Replace hard coded version strings with compiletime envMatthias Beyer
2018-03-04Provide LockedOutputProxy which holds locked variants of Stdout/StderrMatthias Beyer
2018-03-04Let the OutputProxy hold Stdout/Stderr objects, so we do not have to aquire t...Matthias Beyer
2018-03-04Implement proxy object where runtime configures outputMatthias Beyer