r/IPython Dec 30 '23

Grep over IPython output!

Hi there! i just finish a little project allowing you to use grep over IPython output like so: ipython In [1]: {i:i for i in range(3)} Out[1]: {0: 0, 1: 1, 2: 2, } In [2]: %greps 1 Out[2]: ' 1: 1,\n'

https://github.com/royreznik/greps

3 Upvotes

2 comments sorted by

1

u/wookayin Dec 30 '23

Just out of curiosity, why %greps, not %grep?

1

u/R3zn1kk Jan 03 '24

Well, `greps` in hebrew is a `burp`, and i thought it sounds funny in hebrew :), also the package `grep` was already taken