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

Similar to https://github.com/sayanarijit/xplr/issues/644, but for `xplr.fn.builtin.fmt_general_table_row_cols_*` See https://github.com/sayanarijit/xplr/blob/f3a2d519b12346084f044148c4e62918c3951c30/src/init.lua#L183 Let's make it nullable, and default to null. Also, the following functions should be gone. https://github.com/sayanarijit/xplr/blob/f3a2d519b12346084f044148c4e62918c3951c30/src/init.lua#L2944 https://github.com/sayanarijit/xplr/blob/f3a2d519b12346084f044148c4e62918c3951c30/src/init.lua#L2983 https://github.com/sayanarijit/xplr/blob/f3a2d519b12346084f044148c4e62918c3951c30/src/init.lua#L3004 https://github.com/sayanarijit/xplr/blob/f3a2d519b12346084f044148c4e62918c3951c30/src/init.lua#L3013 Opinion/discussion: We should...

enhancement
help wanted

Use up/down arrow keys to navigate input history where applicable. Any mode can have `enable_input_history = true` to enable input history. Messages: - PreviousInput (up) - NextInput (down) - ReverseSearchInput...

- [Should optimize performance and CPU usage](https://github.com/sayanarijit/xplr/issues/10) - [Should take away some of the complexity](https://github.com/sayanarijit/xplr/issues/640) - Break as little as possible.

~- Spellchecker (see https://github.com/sayanarijit/xplr/commit/8cca2d35669316bb672da73944fdbd595746b098)~ done - Broken link checker.

help wanted
good first issue

See vim.loop for reference.

Hello, started using https://github.com/Junker/nuke.xplr and noticed a strange behavior, some simple plain/text files were not recognized and didn't met the regex match. the file was named "note" made with vim...

e.g. ```fish xplr --print-pwd-as-result /tmp ``` start xplr with above command and exit, nothing will be printed system info: ``` xplr 0.20.2 Linux arch 6.1.8-arch1-1 #1 SMP PREEMPT_DYNAMIC Tue, 24...

When opening a terminal with the command :! I can not seem to scroll upwards to see logs or the history of the console. Instead I see ^[[A or ^[[B...

To split CONTINUOUS DEPLOYMENT GitHub Actions for each Target Architecture. Benefits can be imagined: - avoiding side effects - no fail another platforms build if single one make fails -...

I noted that xplr has not been well-tested in Termux, but I tried to install it anyway, but no success: ’’’zsh error: linking with `cc` failed: exit status: 1 |...