Skip to content

Conversation

@inmaldrerah
Copy link

Xonsh is a Python-based shell that is quite popular and supported by a few command-line tools.

This PR supports fetching and parsing Xonsh's history. It does not handle ![], $[], !() and $() specially (and that's why I call this experimental), but that is usually enough already.

The history generated by history all -t is in a different format:

(%Y-%m-%d %H:%M:%S) <command>

so the parsing function is also a bit different.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant