Andy Kipp

Results 470 comments of Andy Kipp

Also similar issue #3579

@bestlem could you give the examples of the commands with expected behavior aligned with other shells? In example: ```python xonsh --interactive --flags some.xsh # This command should read the RC...

@bestlem Also please take a look here #3374

Thanks for the details @bestlem ! Let's try to understand what xonsh is doing and what you want to change. ```python # Let's use docker to test in isolated environment...

Use [`history pull`](https://xon.sh/tutorial_hist.html#pull-action) for SQLite history backend. Old answer: If you're using [SQLite history backend](https://xon.sh/tutorial_hist.html#sqlite-history-backend) you can find the [`history-pull`](https://github.com/anki-code/xontrib-rc-awesome/blob/1f96c3fa549c3ca09306647f57f41860a06970cd/xontrib/rc_awesome.xsh#L158-L198) alias in [xontrib-rc-awesome](https://github.com/anki-code/xontrib-rc-awesome): The [`history-pull`](https://github.com/anki-code/xontrib-rc-awesome/blob/10080d115080f8cf3c8a1c4f3938763f868b8a3d/xontrib/rc_awesome.xsh#L158-L190) allows to add the history...

Hi! I can't repeat this on Arch (I tried 30 times to reproduce the code example you wrote). What is the OS where you run the commands? You wrote about...

> the same issues using ssh ssh to what OS? Or you mean something like `ssh host -T echo 123`?

Oh, good catch! This use case does not implemented here: https://github.com/xonsh/xonsh/blob/adafa20b885180689040fb8e01e624c5b3858aab/xonsh/history/base.py#L82-L108

Closed with reference to https://github.com/xonsh/xonsh/issues/2429#issuecomment-1235212003

Hi @jaraco! Please try to repeat in xonsh 0.11 and show the result.