Commit Graph

14 Commits (02b3b469c4c1bdd3c1060943849e13a789075dca)

Author SHA1 Message Date
Aadhavan Srinivasan 02b3b469c4 Added support for line num flag 3 weeks ago
Aadhavan Srinivasan e489dc4c27 Started working on line number flag 3 weeks ago
Aadhavan Srinivasan 34149980a4 Started working on multiple filename arguments; prefix each line with filename containing the line; mostly indentation changes 4 weeks ago
Aadhavan Srinivasan d2bce37935 Updated argument count validation 4 weeks ago
Aadhavan Srinivasan bb3b866b77 Started working on file arguments - stdin is used if arg is "-" 4 weeks ago
Aadhavan Srinivasan 7b31031553 Change when a newline is printed; so that we don't print extraneous newlinesraneous newlines 2 months ago
Aadhavan Srinivasan 7045711860 Convert test_str into a rune slice for better unicode compatibility, it also fixed the bug where all unicode characters wouldn't be colored 2 months ago
Aadhavan Srinivasan b5e6bc112c Wrote 'reg.FindSubmatch()' which returns the leftmost match with submatches, renamed 'isValid' to 'IsValid' to export it, renamed 'ToString' to 'String' 2 months ago
Aadhavan Srinivasan ac05bceda3 Use method instead of function 2 months ago
Aadhavan Srinivasan 45b6566b2c Replaced function call with method call 2 months ago
Aadhavan Srinivasan f6d56b74e1 Updated module name to 'kleingrep' (Let's goo!) 2 months ago
Aadhavan Srinivasan dc53951408 Update package name in import 2 months ago
Aadhavan Srinivasan c5a43c47f0 Update type and method references to use qualified names 2 months ago
Aadhavan Srinivasan 1a2f1b7ca9 Restructured code into 'cmd' module with CLI and 'greg' module with regex library; export necessary struct fields and methods 2 months ago