Lui: a simple `ls -lah`-like terminal file manager

Next feature implemented:

  • Mark items for one of the operations: yank/copy y / move m / delete d (toggles).
  • Process action for all marked items with P.
    • Items that have been marked for yank/move will be yanked/moved to the currently opened directory.
    • Items marked for deletion will either be deleted permanently, or, if the .trash_folder path in the config file is set, moved to the trash folder.
  • Unmark all items with C.

All of these actions are processed with default setting like permissions etc. Its a nice and quick way for moving some files while in the TUI. However, for more complex file operations or if the files are critical ones, I highly recommend running these processes outside of lui :grin: