summaryrefslogtreecommitdiffstats
path: root/src/module/notes/mod.rs
AgeCommit message (Expand)Author
2016-01-09Remove codebase, except reusable partsMatthias Beyer
2016-01-07Auto merge of #67 - matthiasbeyer:tableprinter-pretty, r=matthiasbeyerHomu
2016-01-06Notes: Add support for un-pretty tablesMatthias Beyer
2016-01-06Add support for printing table without bordersMatthias Beyer
2016-01-06Move ::new() out of FilePrinter traitMatthias Beyer
2016-01-06Notes: Switch from JSON in header to YAMLMatthias Beyer
2016-01-06Remove parser variable from Notes::command_show()Matthias Beyer
2016-01-06Auto merge of #62 - matthiasbeyer:module-parser, r=matthiasbeyerHomu
2016-01-05Notes: Make parser module memberMatthias Beyer
2016-01-05Notes: Implement command_show()Matthias Beyer
2016-01-05Add missing imports after rebaseMatthias Beyer
2016-01-05Remove unused importMatthias Beyer
2016-01-05Use unused return values from write_all()Matthias Beyer
2016-01-05Remove unused importMatthias Beyer
2016-01-05Use unused return value by wrapping in try!()Matthias Beyer
2016-01-05Remove unused variableMatthias Beyer
2016-01-05Remove unused variableMatthias Beyer
2016-01-05Remove unused variableMatthias Beyer
2016-01-05Remove unused variableMatthias Beyer
2016-01-05Remove unused variableMatthias Beyer
2016-01-05Remove unused variableMatthias Beyer
2016-01-05Remove unused variableMatthias Beyer
2016-01-05Remove unused variableMatthias Beyer
2016-01-05Remove unused variableMatthias Beyer
2016-01-05Refactor: tmp-content creation, file openingMatthias Beyer
2016-01-05Include tags in rendered outputMatthias Beyer
2016-01-05Notes: Add command_open() implementationMatthias Beyer
2016-01-05Add command_open stubMatthias Beyer
2016-01-03Color some info!() outputMatthias Beyer
2016-01-03Notes: Implement command_links()Matthias Beyer
2016-01-03Notes: Add command_links() stubMatthias Beyer
2016-01-02Notes: Add command_edit()Matthias Beyer
2016-01-02Notes: command_add() -> let user provide contentMatthias Beyer
2016-01-02Notes: Implement command_set_tagsMatthias Beyer
2016-01-02Notes: Implement command_rm_tagsMatthias Beyer
2016-01-02Notes: Implement command_add_tags()Matthias Beyer
2016-01-02Module trait: Module must be able to lend a Runtime objectMatthias Beyer
2016-01-02Notes: Implement command_removeMatthias Beyer
2016-01-02Notes: Implement command_list()Matthias Beyer
2016-01-02Notes: Implement command_add()Matthias Beyer
2016-01-02Initial import of code for Notes moduleMatthias Beyer