Age | Commit message (Expand) | Author |
2015-02-21 | Changed get_help function to void return | Aaron Ball |
2015-02-21 | Enabled help command | Aaron Ball |
2015-02-21 | Initial refactor of note_list to c | Aaron Ball |
2015-02-20 | Just c++ cleanup from previous commit | Aaron Ball |
2015-02-20 | Implemented config parsing | Aaron Ball |
2015-02-16 | Initial renaming commit for refactor from c++ to c | Aaron Ball |
2014-10-07 | Added unknown command or note name return 1 | Nullspoon |
2014-09-30 | Implemented rm command | Nullspoon |
2014-09-25 | Fixed out of bound exception on no arguments | Nullspoon |
2014-09-05 | Fixed edit bug created by last commit | Nullspoon |
2014-09-05 | Implemented better recursive note listing | Nullspoon |
2014-09-05 | Just added a comment to path::create() | Nullspoon |
2014-09-05 | Converted constructor to use path::is_dir() | Nullspoon |
2014-09-05 | Implemented path::is_dir and other misc path stuff | Nullspoon |
2014-08-28 | Fixed init not being called before path check | Nullspoon |
2014-08-28 | Fixed hidden notes displaying | Nullspoon |
2014-08-26 | Added sane defaults for all main variables | Nullspoon |
2014-08-26 | Implemented note path checking and creation | Nullspoon |
2014-08-26 | Added path.create support | Nullspoon |
2014-08-26 | Implemented path type variable | Nullspoon |
2014-08-26 | Modified most main-called functions to return int | Nullspoon |
2014-08-26 | Added default edit behavior with only note name | Nullspoon |
2014-08-26 | Wrote new method note_list::find_note_id | Nullspoon |
2014-08-06 | Implemented "noteless new" functionality | Nullspoon |
2014-08-06 | Added config support for empty lines | Nullspoon |
2014-08-03 | Minor helptext spacing fix on find action | Nullspoon |
2014-08-03 | Updated the help text | Nullspoon |
2014-08-03 | Old code cleanup | Nullspoon |
2014-08-03 | Added some nice markup for noteless ls output | Nullspoon |
2014-08-03 | Fixed bug in Path with multiple slashes | Nullspoon |
2014-08-03 | Added license header to path.cpp and path.h | Nullspoon |
2014-08-03 | Updated help text with cat and various formatting | Nullspoon |
2014-08-03 | Converted note_list::cat_note to return bool | Nullspoon |
2014-08-03 | Added non-friendly name support for note_list cat | Nullspoon |
2014-08-03 | Fixed note_list::edit | Nullspoon |
2014-08-03 | Added edit action to help text | Nullspoon |
2014-08-03 | Added friendly_name check for note_list edit | Nullspoon |
2014-08-03 | Fixed note extension not getting set | Nullspoon |
2014-07-23 | Changed "File" class to "Path" | Nullspoon |
2014-06-12 | Badly implemented `noteless cat` | Nullspoon |
2014-06-12 | Initial commit of basic file object | Nullspoon |
2014-06-05 | Made note::read() public | Nullspoon |
2014-06-05 | Made note::body public | Nullspoon |
2014-06-05 | Added note::read() method | Nullspoon |
2014-06-05 | Wrote more help text | Nullspoon |
2014-06-05 | Added case insensitive searching to note class | Nullspoon |
2014-06-05 | Too much to summarize | Nullspoon |
2014-06-04 | Partially implemented find functionality | Nullspoon |
2014-05-31 | Oh gosh so much was done | Nullspoon |
2014-05-30 | Implemented use of new Config::isset | Nullspoon |