summaryrefslogtreecommitdiffstats
path: root/imagrc.toml
AgeCommit message (Collapse)Author
2020-02-28Remove module logging settingsMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-01-03Add support for format in configuration for imag-mail-listMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-12-22Add open command for imag-bookmarkMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-12-01Add default configuration for imag-todo show formatMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-10-11Enhance listing functionality with handlebars templatingMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-10-11Add example ref configuration for calendarMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-04-26alias: Add note = notesMatthias Beyer
imag-notes should have been imag-note, but re-releasing it just because of this slight inconvenience seems overblown. Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-04-22Merge branch 'remove-libimagnotification' into masterMatthias Beyer
2019-04-22Add example configuration for contact basepathMatthias Beyer
2019-04-22Remove libimagnotificationMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-02-20Rewrite imag-mailMatthias Beyer
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-02-17Rewrite imag-refMatthias Beyer
2018-09-27Merge pull request #1506 from matthiasbeyer/minorMatthias Beyer
Minor
2018-09-27Add a progressbar to the commandMatthias Beyer
Note: characters in config have to be escaped.
2018-08-26imagrc: Abbreviating is supported, remove old comment and update ↵Matthias Beyer
contact.list_format
2018-04-24Add imag-git commandMatthias Beyer
2018-04-06Add support for viewing multiple entriesMatthias Beyer
2018-03-13Provide editor in configMatthias Beyer
2018-02-20Remove libimagentrylistMatthias Beyer
2018-02-18Update logging configurationsMatthias Beyer
2018-01-03Add default config for imag-logMatthias Beyer
2017-11-09Add implementation for imag-contactMatthias Beyer
* Implement contact listing with formatting via commandline or config * Implement importer functionality for contact * Implement "show" subcommand * imagrc.toml: Add explanation which fns are supported in templates
2017-10-14Add explanation which fns are supported in templatesMatthias Beyer
2017-10-13Alter default configurationMatthias Beyer
Explain how the module logging destinations work, remove the specified logging destination, because the global log definition already logs to stderr. libimagstore logs with trace now, also to a logfile in /tmp/
2017-10-08Add example configuration for imag-viewMatthias Beyer
2017-09-28Remove libimagcounter / imag-counterMatthias Beyer
2017-09-20Enable logging to stderr for all modules in debug modeMatthias Beyer
2017-09-20Make debug logging format more verboseMatthias Beyer
2017-09-15Make default bookmark collection configurable via imagrc.tomlMatthias Beyer
2017-09-14Add example setting for diaryMatthias Beyer
2017-09-08Implement aliases for imag binaryMatthias Beyer
2017-09-03Add more helpersMatthias Beyer
2017-09-03Add imag logging configurationMatthias Beyer
2017-06-06Remove hook config from example config fileMatthias Beyer
2016-10-11Merge pull request #775 from matthiasbeyer/libimaginteraction/readlineMatthias Beyer
libimaginteraction: readline support
2016-10-07Add changes to index before committing, if config enabled itMatthias Beyer
2016-10-06Add commit-enable settings for all hooksMatthias Beyer
2016-10-06Add configuration settings for commit-on-drop featureMatthias Beyer
2016-10-06Add explanation for configuration settingsMatthias Beyer
2016-10-06Add imagrc example configuration for readlineMatthias Beyer
2016-09-20Add settings for enable/disable hookMatthias Beyer
2016-09-20Remove unused config sectionsMatthias Beyer
2016-09-19Fix: We have to specify the full ref name in the cfgMatthias Beyer
2016-09-17Add configuration for delete hookMatthias Beyer
2016-09-09Add default settings for committing in the update hookMatthias Beyer
2016-09-07The checked out branch is actually "refs/heads/master"Matthias Beyer
2016-09-07Add example setting for trying to checkout the ensure_branch branchMatthias Beyer
2016-09-07Add example settings for ensure_branchMatthias Beyer
2016-09-07Add imagrc cfg, whether to abort hooks if repo init failedMatthias Beyer
2016-09-07Add vcs (git) hook settings in imagrc exampleMatthias Beyer