summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-11-10Fix: Do not call exit(), but propagate errorMatthias Beyer
2019-11-09Merge branch 'imag-todo-taskwarrior-import' into masterMatthias Beyer
2019-11-09Merge branch 'libimagtodo-req-rewrite' into masterMatthias Beyer
2019-11-09Add import functionality for taskwarrior importsMatthias Beyer
2019-11-09Add builder for todo entriesMatthias Beyer
2019-11-09Reimplement imag-todoMatthias Beyer
2019-11-09Reimplement libimagtodoMatthias Beyer
2019-11-09Rewrite what libimagtodo should implementMatthias Beyer
2019-11-09Remove old implementationMatthias Beyer
2019-11-09Add Runtime::input_is_pipe()Matthias Beyer
2019-11-03Merge branch 'ui-testing' into masterMatthias Beyer
2019-11-03Test imag-mvMatthias Beyer
2019-11-03Add tests for imag-categoryMatthias Beyer
2019-11-03Add helper function to get stderr of a commandMatthias Beyer
2019-11-03Add imag-tag testsMatthias Beyer
2019-11-03Adapt to quote-less outputMatthias Beyer
2019-11-03Rewrite imag header version output testMatthias Beyer
2019-11-03Add call() helperMatthias Beyer
2019-11-03Add tests for imag-grepMatthias Beyer
2019-11-02Refactor file_path and provide helper function for store pathMatthias Beyer
2019-11-02Refactor out helper function to simply get stdout of a commandMatthias Beyer
2019-11-02Move path calculation to helper functionMatthias Beyer
2019-11-02Add test: Check whether imag-header prints correct string when querying imag....Matthias Beyer
2019-11-02Add test: Test whether imag-header reports header at imag.version after entry...Matthias Beyer
2019-11-02Add test: imag-ids reports id after it was createdMatthias Beyer
2019-11-02Add test: check whether imag-create works as expectedMatthias Beyer
2019-11-02Add test: store is empty after creationMatthias Beyer
2019-11-02Add test: check with imag-ids whether no entries exist after initMatthias Beyer
2019-11-02Add test: check whether imag-init creates store pathMatthias Beyer
2019-11-02Add test: check whether default configuration is added when imag-init is calledMatthias Beyer
2019-11-02Add imag-init testMatthias Beyer
2019-11-02Add crate for ui-testsMatthias Beyer
2019-11-02Merge branch 'more-touching' into masterMatthias Beyer
2019-11-02Merge branch 'imag-link-direction' into masterMatthias Beyer
2019-11-02Merge branch 'convert-id-in-collection-command' into masterMatthias Beyer
2019-11-02imag-link: Add option for directional linkingMatthias Beyer
2019-10-27Merge branch 'iterator-report-touched' into masterMatthias Beyer
2019-10-27Merge branch 'imag-bookmark-noexit' into masterMatthias Beyer
2019-10-27Merge branch 'imag-calendar-noexit' into masterMatthias Beyer
2019-10-27Add extension trait for iterator over Result<Entry>Matthias Beyer
2019-10-27Add iterator extensions for store-id touched reportingMatthias Beyer
2019-10-27Transform imag-calendar to not call exit() but propagate errors to main()Matthias Beyer
2019-10-27Fix indentionMatthias Beyer
2019-10-27Transform imag-bookmark to not call exit() but propagate errors to main()Matthias Beyer
2019-10-26Add id reporting in imag-grepMatthias Beyer
2019-10-26Add id reporting in imag-editMatthias Beyer
2019-10-26Add id reporting in imag-categoryMatthias Beyer
2019-10-26Add id reporting in imag-createMatthias Beyer
2019-10-26Add id reporting in imag-annotateMatthias Beyer
2019-10-26Add extension trait for iterator over Result<Entry>Matthias Beyer