Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix path | Matthew Lemon | 2023-04-04 | 1 | -5/+5 |
| | |||||
* | fixed duplicate issue | Matthew Lemon | 2023-04-04 | 1 | -4/+10 |
| | |||||
* | added a usage func and cleanup | Matthew Lemon | 2022-01-13 | 1 | -6/+7 |
| | |||||
* | fixed early-exit bug | Matthew Lemon | 2022-01-13 | 1 | -1/+3 |
| | |||||
* | handles command line arguments better | Matthew Lemon | 2022-01-13 | 1 | -0/+6 |
| | |||||
* | better handling of the sole command line argument | Matthew Lemon | 2022-01-13 | 1 | -4/+14 |
| | |||||
* | Now successfully does days of the week - but janky | Matthew Lemon | 2022-01-13 | 1 | -7/+36 |
| | |||||
* | now properly uses the -i flag | Matthew Lemon | 2022-01-13 | 1 | -1/+1 |
| | |||||
* | some light refactoring | Matthew Lemon | 2022-01-13 | 1 | -8/+4 |
| | |||||
* | added the T time component to make sorting accurate | Matthew Lemon | 2022-01-13 | 1 | -1/+3 |
| | |||||
* | replaced tput subshell commands with escape codes | Matthew Lemon | 2022-01-13 | 1 | -11/+12 |
| | |||||
* | Working on the regex for the URL | Matthew Lemon | 2022-01-12 | 1 | -4/+14 |
| | | | | | | So we can colour it in the output. At this point I am only echoing the successful regex, which is still not entirely correct actually because it doesn't terminate properly. | ||||
* | more successful use of terminal codes | Matthew Lemon | 2022-01-12 | 1 | -14/+21 |
| | |||||
* | got the regex working... | Matthew Lemon | 2022-01-12 | 1 | -3/+5 |
| | |||||
* | Working my way to a bash-only solution... | Matthew Lemon | 2022-01-12 | 1 | -2/+16 |
| | |||||
* | added nice lines across the console | Matthew Lemon | 2022-01-11 | 1 | -0/+5 |
| | |||||
* | removed the bullets from grepjournal output for now - looks cleaner in the ↵ | Matthew Lemon | 2022-01-11 | 1 | -1/+1 |
| | | | | terminal | ||||
* | fixed a quoting problem preventing a nice echo | Matthew Lemon | 2022-01-11 | 1 | -1/+1 |
| | |||||
* | added grepjournal script - search for term in journal/ and get it back ↵ | Matthew Lemon | 2022-01-11 | 1 | -0/+33 |
sorted by date |