Skip to content

DylanBulfin/thunars

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thuna.rs - Simple TUI File Browser in Rust

Video Demo

A video demo showing off some of the major features

Status

I will not be making further updates to this project except to fix any issues I notice.

Features

  • Basic folder navigation (n e for down and up, Return to select)
  • Also supports selecting files, for now always opens them via code $file
  • Search mode: / opens a recursive directory search via ignore::Walk
    • Zoxide mode: z opens interactive zoxide search
    • For either mode exit via Esc or select an entry via Return
  • Hint mode: f opens hint mode. A 1-2 character string will be assigned to each entry on screen, enter the string to jump your selection to this file
    • Similar to hop.nvim/leap.nvim, or the browser extension Vimium (C)

Releases

No releases published

Packages

No packages published

Languages