Skip to content

Conversation

@waldyrious
Copy link
Contributor

The original implementation of the replxx importer, from PR #2024, only supported .histfile as a filename for the history file, since there is no default filename. However, the replxx codebase does use replxx_history.txt as an example history filename (see here and here), so this patch adds support for that as an alternative filename.

The implementation was modeled after the one currently used for the zsh history file importer, which also means the replxx importer now produces a human-friendly error if no history file is found in the expected path(s).

Checks

  • I am happy for maintainers to push small adjustments to this PR, to speed up the review cycle
  • I have checked that there are no existing pull requests for the same thing

/cc @amosbird who introduced this importer in #2024.

Copy link
Member

@ellie ellie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good to me, thank you!

@ellie ellie merged commit 011fe31 into atuinsh:main Dec 3, 2025
22 checks passed
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.

2 participants