Darren Wurf

Results 5 comments of Darren Wurf

> Wow, integrating with full fledged Readline lib would be great! Agreed. I use readline [vi mode](https://www.gnu.org/software/bash/manual/html_node/Readline-vi-Mode.html#Readline-vi-Mode) so it's really jarring switching between vi keys in `bash/python/sqlite/...` and emacs keys...

Adding my voice to this. When using the regular per-process workers (not eventlet) I started getting the following traceback in the celery log. librabbitmq is installed. I have a chain...

You could probably replicate the invocation here https://github.com/alecthomas/pawk/blob/e4e8716973800ea215d7cec976374c1c770046e6/pawk.py#L244-L253 Something like: ``` # error handling skipped pawk.run(["pawk", "/etc/"], io.StringIO("/tmp\n/dev\n/etc/passwd\n"), sys.stdout) ``` Or maybe you can figure out how to call this...

Would this do what you want? `cat /etc/hosts | pawk '!/^#|^127/'`

I've also come across this issue today, are there any blockers to merging this?