summaryrefslogtreecommitdiffstats
path: root/src/module/bm/mod.rs
AgeCommit message (Expand)Author
2016-01-09Remove codebase, except reusable partsMatthias Beyer
2016-01-06BM: Add support for un-pretty tablesMatthias Beyer
2016-01-06Add support for printing table without bordersMatthias Beyer
2016-01-05BM: Make parser module memberMatthias Beyer
2016-01-05Remove unused importMatthias Beyer
2016-01-05Remove unused variableMatthias Beyer
2016-01-05Remove unused importMatthias Beyer
2016-01-05Remove unused importMatthias Beyer
2016-01-05Remove unused importMatthias Beyer
2016-01-05Remove unused importMatthias Beyer
2016-01-05Remove unused importMatthias Beyer
2016-01-03Color some info!() outputMatthias Beyer
2016-01-02Move header-altering helper to module generic helpersMatthias Beyer
2016-01-02Module trait: Module must be able to lend a Runtime objectMatthias Beyer
2016-01-02Refactor filter building into types which can be chained upMatthias Beyer
2016-01-03Auto merge of #45 - matthiasbeyer:bm-command-output, r=matthiasbeyerHomu
2016-01-02Add info output to BM-add commandMatthias Beyer
2016-01-02Add information output to BM-removeMatthias Beyer
2016-01-02Add bm-open commandMatthias Beyer
2016-01-02Auto merge of #40 - matthiasbeyer:cleanup, r=matthiasbeyerHomu
2016-01-01Store::load() should load, not Store::put_in_cache()Matthias Beyer
2015-12-30Add try!() around write!()Matthias Beyer
2015-12-30Remove dead codeMatthias Beyer
2015-12-30Remove unused importsMatthias Beyer
2015-12-30BM::command_list() add filter functionalityMatthias Beyer
2015-12-30Refactor: Provide generic cli-to-filter-function generatorMatthias Beyer
2015-12-29Add docs to BM moduleMatthias Beyer
2015-12-28Add BM::command_set_tags()Matthias Beyer
2015-12-28Add BM::command_rm_tags()Matthias Beyer
2015-12-28Add generic alter_tags_in_files() functionMatthias Beyer
2015-12-28Add BM::command_add_tags()Matthias Beyer
2015-12-28Use get_files() to filter files, remove afterwardsMatthias Beyer
2015-12-28Add functions to get files from Store by certain predicated (id, match, tags)Matthias Beyer
2015-12-28BM::command_add(): Add URL verificationMatthias Beyer
2015-12-28Implement BM::command_remove()Matthias Beyer
2015-12-28Implement: BM: command_list()Matthias Beyer
2015-12-28Add header helpers for BMMatthias Beyer
2015-12-28Fix: BM module nameMatthias Beyer
2015-12-28Implement: BM::command_add()Matthias Beyer
2015-12-28BM subcommands: Pass ArgMatchesMatthias Beyer
2015-12-28Add subcommand calling codeMatthias Beyer
2015-12-27Add missing lifetimesMatthias Beyer
2015-12-27Add basic interface for BM moduleMatthias Beyer
2015-12-21Remove codeMatthias Beyer
2015-12-05Remove unused importsMatthias Beyer
2015-12-05Resort "use"Matthias Beyer
2015-12-02Impl Debug for BMModuleMatthias Beyer
2015-12-02Convention: module names are lowercaseMatthias Beyer
2015-12-02Pass module to subcommand.Matthias Beyer
2015-12-02Transfer old code to new structureMatthias Beyer