github sayanarijit/xplr v0.20.1

latest releases: v0.21.9, v0.21.8, v0.21.7...
21 months ago

Changes & fixes

  • xplr shell will default to $SHELL, using bash as a fallback. oh-my-zsh users please add TRAPEXIT() { echoti rmkx; } in your .zshrc (see #499 for more info).
  • (experiment) xplr will now display full-screen help menu in intermediate modes. Set xplr.config.modes.builtin[mode].layout = nil to disable. e.g. xplr.config.modes.builtin.create.layout = nil
  • Added new utility functions to work with json and yaml data.
    • xplr.util.from_json()
    • xplr.util.to_json()
    • xplr.util.from_yaml()
    • xplr.util.to_yaml()
  • Added new utility function xplr.util.version() to get the currently running binary version (semantic versioning fields).
  • Fixed displaying multispace characters (Japanese, Chinese...), thanks to @Elvyria for contributing to tui-input.
  • Fixed a bug causing the creation of a new directory named .\n when creating new files containing space in the name.
  • Minor UI updates.

Don't miss a new xplr release

NewReleases is sending notifications on new releases.