Various improvements to the atuin import page
#111
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR implements a few improvements to the import doc page.
Fix name of
zsh-hist-dbandxonsh-sqlitesubcommandsThe
atuin importsubcommandszsh-hist-dbandxonsh-sqlitewere incorrectly documented as
zsh_histdbandxonsh_sqlite, respectively.This is likely due to the actual modules that implement the import functionality
being indeed named
zsh_histdbandxonsh_sqlite(see here and here),but for the end-user, that results in documentation that's confusing at best,
and error-inducing at worst.
Fixes issue atuinsh/atuin#2533.
Document the
powershellandreplxximport subcommandsThese importers were introduced in PRs atuinsh/atuin#2864 and atuinsh/atuin#2024, respectively,
but the documentation was not updated to account for them.
Fix alphabetic sorting of sections
Move the
nu-hist-dbandzsh-hist-dbsections to be afternuandzsh, respectively.This is more intuitive, and matches the existing sort used for the
xonsh/xonsh-sqlitesections.Minor whitespace corrections
Fix line wrapping in the
reshsection,and remove trailing whitespace in the
nu*sections.