con-f-use / xontrib-histcpy

Useful aliases and shortcuts for extracting links and text from command output history in xonsh
https://pypi.org/project/xontrib-histcpy/
GNU General Public License v3.0
4 stars 3 forks source link

SQLite support in xonsh 0.9.25 #15

Open anki-code opened 3 years ago

anki-code commented 3 years ago

Hi!

In the README:

Currently, histcpy can only work with the default $XONSH_HISTORY_BACKEND (i.e. it does not work with the sqlite backend, only json). You also need to set $XONSH_STORE_STDOUT=True, obviously.

The SQLite support will be added in xonsh 0.9.25 after PR https://github.com/xonsh/xonsh/pull/4006