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