telescope-zoxide icon indicating copy to clipboard operation
telescope-zoxide copied to clipboard

feat: add `path_display` support with a default value

Open qw457812 opened this issue 7 months ago • 5 comments

  • Add default path_display to:
    1. Replace home dir with ~ to make path shorter.
    2. Truncate long path.
    3. Filename highlighting.
  • Add show_score opt, default to true.
  • Add previewer opt, uses terminal tree previewer via eza/tree, can be disabled by user via previewer = false.
zoxide-preview

Copied some codes from gczcn's fork, telescope-z.nvim and petobens's dotfiles.

qw457812 avatar Jul 15 '24 10:07 qw457812