sayanarijit / xplr

A hackable, minimal, fast TUI file explorer

Home Page:https://xplr.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Port xplr.fn.builtin.fmt_general_selection_item over to Rust

sayanarijit opened this issue · comments

See Lua implementation:

xplr/src/init.lua

Line 2916 in f3a2d51

xplr.fn.builtin.fmt_general_selection_item = function(n)

Default to the Rust implementation if xplr.config.general.selection.item.format = nil (default value)

xplr.config.general.selection.item.format = "builtin.fmt_general_selection_item"

Subtask of #641