Commit Graph

7 Commits

Author SHA1 Message Date
Eric Budd
444e5435dd Start refactoring permissions and file handling 2018-05-31 12:17:32 -04:00
Eric Budd
e312a44db2 Add topic column headers 2018-05-13 00:08:13 -04:00
Eric Budd
8d6371b713 Flesh out colorization
- Add `#decolorize` method to strip color tags
- Decolorize strings before checking string length
- Allow for escaped curlies (`\{` and `\}` become `{` and `}`)
2018-04-01 01:50:52 -04:00
Eric Budd
5d1db27aca Add coloring to strings 2018-03-30 18:27:54 -04:00
Eric Budd
ae7b0e5fb8 Fix bug preventing reply when parent hash starts with a digit 2018-02-12 21:43:55 -05:00
Eric Budd
5f7949e4e7 Refactor all puts to run through the Display class 2018-02-08 13:11:44 -05:00
Eric Budd
3b6ad0d3d3 Begin building out test suite
- Minor code shuffling
- Privatization of some methods
- Readline script doesn't kick off if running from a test
2018-02-02 00:59:57 -05:00