Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | linting and go vetting | Matthew Lemon | 2020-07-23 | 3 | -17/+17 | |
| | ||||||
* | tests passing | Matthew Lemon | 2020-07-23 | 2 | -6/+9 | |
| | ||||||
* | working basics now with no flags package - thanks fzf | Matthew Lemon | 2020-07-23 | 5 | -96/+40 | |
| | ||||||
* | progress on parsing variables - can do again datamap import and setup | Matthew Lemon | 2020-07-23 | 5 | -26/+27 | |
| | ||||||
* | working on parsing the arguments manually | Matthew Lemon | 2020-07-23 | 1 | -3/+30 | |
| | ||||||
* | added code | Matthew Lemon | 2020-07-23 | 1 | -0/+2 | |
| | ||||||
* | starting to reconfigure all option and args handling | Matthew Lemon | 2020-07-23 | 3 | -62/+64 | |
| | ||||||
* | BROKEN - heavy work on config and removing flags dep | Matthew Lemon | 2020-07-23 | 4 | -44/+53 | |
| | ||||||
* | more major surgery | Matthew Lemon | 2020-07-22 | 12 | -27/+79 | |
| | ||||||
* | reconfigured opts | Matthew Lemon | 2020-07-22 | 4 | -9/+31 | |
| | ||||||
* | got rid of db package and put everything in reader | Matthew Lemon | 2020-07-22 | 7 | -1959/+8 | |
| | ||||||
* | added likely executible to ignore | Matthew Lemon | 2020-07-22 | 1 | -0/+1 | |
| | ||||||
* | renamed cmd/datamaps to cmd/dm | Matthew Lemon | 2020-07-22 | 2 | -1/+134 | |
| | ||||||
* | the function signature gets ever longer... | Matthew Lemon | 2020-07-21 | 1 | -5/+10 | |
| | ||||||
* | created new datamaps dir in cmd | Matthew Lemon | 2020-07-21 | 1 | -110/+0 | |
| | ||||||
* | cleaned up comments with old code | Matthew Lemon | 2020-07-20 | 3 | -107/+1 | |
| | ||||||
* | better handling of setup but by no means perfect | Matthew Lemon | 2020-07-20 | 3 | -5/+25 | |
| | ||||||
* | wired up to main but setup not yet right - need proper config setup | Matthew Lemon | 2020-07-20 | 4 | -7/+20 | |
| | ||||||
* | first test passing that puts datamap data into sqlite3 | Matthew Lemon | 2020-07-20 | 4 | -6/+51 | |
| | ||||||
* | lots of fun with flag | Matthew Lemon | 2020-07-20 | 1 | -2/+16 | |
| | ||||||
* | added flag code from gobyexample on subcommands | Matthew Lemon | 2020-07-20 | 1 | -15/+45 | |
| | ||||||
* | playing with flag pkg | Matthew Lemon | 2020-07-20 | 2 | -49/+72 | |
| | ||||||
* | changed cli flag lib | Matthew Lemon | 2020-07-19 | 2 | -1/+50 | |
| | ||||||
* | fix for no-compile | Matthew Lemon | 2020-07-19 | 1 | -1/+1 | |
| | ||||||
* | enhanced main | Matthew Lemon | 2020-07-19 | 1 | -5/+14 | |
| | ||||||
* | started to build main | Matthew Lemon | 2020-07-19 | 1 | -2/+36 | |
| | ||||||
* | fixed import | Matthew Lemon | 2020-07-19 | 1 | -1/+1 | |
| | ||||||
* | restructure | Matthew Lemon | 2020-07-19 | 11 | -56/+2063 | |
| | ||||||
* | moved db stuff to new package | Matthew Lemon | 2020-07-18 | 5 | -45/+56 | |
| | ||||||
* | starting playing around with sqlite3 | Matthew Lemon | 2020-07-18 | 4 | -0/+50 | |
| | ||||||
* | upped coords dep version | Matthew Lemon | 2020-07-18 | 1 | -2/+2 | |
| | ||||||
* | renamed github repo name | Matthew Lemon | 2020-07-18 | 1 | -1/+1 | |
| | ||||||
* | added a new test and commented out an old one | Matthew Lemon | 2020-06-21 | 2 | -31/+31 | |
| | ||||||
* | Added go module file | MR Lemon | 2020-04-18 | 2 | -0/+9 | |
| | ||||||
* | rewrote a test unnecessarily, but did it anyway | Matthew Lemon | 2019-12-06 | 1 | -13/+26 | |
| | ||||||
* | linting fixes | Matthew Lemon | 2019-12-06 | 1 | -4/+4 | |
| | ||||||
* | removing use of colstream variable | Matthew Lemon | 2019-12-03 | 1 | -1/+5 | |
| | ||||||
* | removed all coords code | Matthew Lemon | 2019-12-03 | 2 | -80/+2 | |
| | ||||||
* | tweaking the globbing func | Matthew Lemon | 2019-12-01 | 2 | -1/+15 | |
| | ||||||
* | added test for basic glob of target directory | Matthew Lemon | 2019-12-01 | 2 | -0/+22 | |
| | ||||||
* | fixed failing test after my extra test was added prior to merge | Matthew Lemon | 2019-11-28 | 2 | -2/+2 | |
| | ||||||
* | Merge branch 'master' of github.com:hammerheadlemon/datamaps-go | Matthew Lemon | 2019-11-28 | 4 | -82/+97 | |
|\ | ||||||
| * | fixed test | Matthew Lemon | 2019-11-18 | 2 | -1/+1 | |
| | | ||||||
| * | test for far out cell val | Matthew Lemon | 2019-11-18 | 1 | -0/+1 | |
| | | ||||||
| * | tidying | Matthew Lemon | 2019-11-15 | 1 | -11/+11 | |
| | | ||||||
| * | another test parameterized | Matthew Lemon | 2019-11-15 | 1 | -12/+11 | |
| | | ||||||
| * | added a little bit of code to test to prevent index panic | Matthew Lemon | 2019-11-15 | 1 | -11/+20 | |
| | | ||||||
| * | parameterized another test | Matthew Lemon | 2019-11-15 | 1 | -8/+12 | |
| | | ||||||
| * | reformatted test to use a case struct | Matthew Lemon | 2019-11-15 | 1 | -11/+15 | |
| | | ||||||
| * | renaming | Matthew Lemon | 2019-11-15 | 1 | -5/+5 | |
| | |