|
|
|
|
|
by kbrazil
1023 days ago
|
|
You can do it like this with Jello (I am the author): jello '[e.commit for e in _ if e.commit.author == "Tom Hudson"]'
Jello let’s you use python syntax with dot notation without the stdin/stdout/json.loads boilerplate.https://github.com/kellyjonbrazil/jello |
|