index
:
~steering
/
bitbot.git
this commit
master
Unnamed repository; edit this file 'description' to name the repository.
steering7253
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
utils
/
parse
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix regression of message filters not matching without formatting
jesopo
2020-04-08
1
-2
/
+2
*
fail an alias when an ${} var isn't found
jesopo
2020-04-08
1
-2
/
+5
*
add a `flag` command spec type
jesopo
2020-03-05
1
-2
/
+16
*
convert & in sed to \g<0> so python handles full-match replacements
jesopo
2020-02-26
1
-10
/
+4
*
deduplicate spec arg names
jesopo
2020-02-25
1
-1
/
+1
*
open possibly-utf8 files with forced utf8
jesopo
2020-02-24
1
-3
/
+3
*
a comment!
jesopo
2020-02-19
1
-0
/
+3
*
fix format_token return typehints
jesopo
2020-02-19
1
-2
/
+2
*
change format_tokens from $VAR to ${VAR}
jesopo
2020-02-19
1
-16
/
+13
*
remove debug print
jesopo
2020-02-16
1
-1
/
+0
*
fix _set_modifier typing
jesopo
2020-02-15
1
-1
/
+1
*
implement command spec modifiers, use for `pattern`, use pattern for dice.py
jesopo
2020-02-15
1
-6
/
+29
*
use re.sub, not str.replace, otherwise things like "$" dont work
jesopo
2020-02-14
1
-1
/
+1
*
move SpecTypeErro to utils.parse.spec
jesopo
2020-02-14
1
-0
/
+5
*
split out command_spec module
jesopo
2020-02-14
1
-7
/
+7
*
support & in utils.parse.sed, change sed.py to use utils.parse.sed
jesopo
2020-02-09
1
-19
/
+33
*
add utils.parse.sed.
jesopo
2020-02-09
2
-1
/
+75
*
fix SpecTypeArgumentDate simple()
jesopo
2020-02-06
1
-1
/
+1
*
add command spec type "words" - array of remaining words
jesopo
2020-02-05
1
-0
/
+7
*
add 'date' command spec type
jesopo
2020-01-30
1
-0
/
+10
*
split utils.datetime out in to .parse and .format
jesopo
2020-01-30
1
-1
/
+1
*
SpecArgumentTypeString should return None when no args
jesopo
2020-01-29
1
-1
/
+3
*
change "non-consuming spec arg" character from "=" to "-"
jesopo
2020-01-28
1
-1
/
+1
*
allow spec arguments to be "non-consuming" (doesn't show up in usage)
jesopo
2020-01-27
1
-5
/
+14
*
add 'int' command arg spec type
jesopo
2020-01-27
3
-8
/
+18
*
add "additional word" (`aword`) command arument spec type
jesopo
2020-01-27
1
-0
/
+7
*
add tstring spec type, string with trimmed consecutive spaces
jesopo
2020-01-26
1
-0
/
+4
*
fix typehinting issues
jesopo
2020-01-26
1
-3
/
+4
*
support command spec literals
jesopo
2020-01-26
1
-25
/
+63
*
split utils/parse.py in to multiple files
jesopo
2020-01-26
3
-0
/
+272