Changes & fixes
- You can now access
uid
andgid
of the file owners in the Lua API. See column-renderer and node docs. - The input buffer will support more readline-like keys. Also, added "DeleteTillEnd" as another cursor based "InputOperation" option. See tui-input v0.5.0 release.
- Fixed applying regex based filters via the CLI and
$XPLR_PIPE_MSG_IN
pipe. See issue #503. - You can use the
prompt
field to define input prompt for each mode, instead of using theSetInputPrompt
message. See init.lua changes.