Anthony Scopatz
Anthony Scopatz
While I am broadly in favor of this, my main concern is with deduplication of suggestions. I suppose an easy way to implement this would be to respond differently if...
When receiving a Sequence from a completer, xonsh would have to unique its entries.
Thanks for opening this @con-f-use. This is kind of three issues rolled into one, so I'll just address the top one. This is definitely a missing feature. I think that...
Great idea!
Right now we are just using Python's trace tools, ie `sys.settrace()`. These are known to be very slow because the inject into every frame in the stack before it is...
Thanks for opening this. I think the issue is that `xontrib` is unthreadable (for loading), and its output is being written before grep starts up. This is probably a general...
Sorry for the super slow reply @alex-bender - but I believe that it is this line: https://github.com/xonsh/xonsh/blob/master/xonsh/xontribs.py#L167
There isn't a good method for doing this right now, other than setting the history size to zero. We are open to options here
@CJ-Wright @astronouth7303 does this help - http://xon.sh/api/history/index.html?
Also, you can access the current history object via `__xonsh__.history`