xplr icon indicating copy to clipboard operation
xplr copied to clipboard

A hackable, minimal, fast TUI file explorer

Results 42 xplr issues
Sort by recently updated
recently updated
newest added

When I delete a file with "dD", the cursor gets moved to the top of the directory. I find this annoying, and I would much prefer for the cursor to...

Display preview in the selection pane when selection is empty. Adds: - xplr.util.preview - xplr.fn.builtin.fmt_general_preview_renderer - xplr.config.general.panel_ui.preview

When I open files with `gx`, the programs they are open in are closed when I either close `xplr`'s terminal window or close `xplr` with `q`, but not when I...

### Discussed in https://github.com/sayanarijit/xplr/discussions/684 Originally posted by **ElSamhaa** January 1, 2024 Great project btw 🙂

When in `search` mode, and assuming a list of subdirectories/files named `ts` and `tst` in the current `CWD`; when typing `ts`, `xplr` will focus `tst` before `ts`, despite `ts` being...

I can use nvim as EDITOR, as well as "emacsclient -c" (it opens a GUI window). But I'd like to use the emacsclient in a terminal (-t option). However, if...

How xplr knows about which editor to use? From the `$EDITOR` env var? If so, I set `$EDITOR` to `”hx”` but when trying to open with `:e` I receive the...

The same can be said for all node_types style properties except directory. This only applies for files that have no permission for execution. My LS_COLORS is empty, i'm using fish...

See Lua implementation: https://github.com/sayanarijit/xplr/blob/f3a2d519b12346084f044148c4e62918c3951c30/src/init.lua#L2916 Default to the Rust implementation if `xplr.config.general.selection.item.format = nil` (default value) https://github.com/sayanarijit/xplr/blob/f3a2d519b12346084f044148c4e62918c3951c30/src/init.lua#L252 Subtask of https://github.com/sayanarijit/xplr/issues/641

enhancement
help wanted

The following function should be gone: https://github.com/sayanarijit/xplr/blob/f3a2d519b12346084f044148c4e62918c3951c30/src/init.lua#L2858 Instead, we should have something like: ```rust /// Try to complete the text in the input buffer at the cursor position /// using...

enhancement
help wanted