Skip to content

invertedEcho/file-explorer-tui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

file-explorer-tui

How to run

  • clone the repo
  • navigate into it
  • run cargo run in your terminal of choice

Why?

mainly to

  • learn rust
  • apply learnings from reading the rust-book
  • and of course: HAVE FUN (:

Features

  • Live reload when files are created/deleted via notify crate
  • Cheatsheet to see all keybinds (press c)
  • Create files
  • Delete files
  • Rename files
  • Open files with system-provided program
  • Bulk delete files by adding them into the "Selected files" stack
  • Remembers in which directory you went into, for each directory (currently only in-memory, e.g. on an "app-running" basis)
  • Toggle selected files window
  • Cross-platform (not tested on windows lol)

About

An easy to use File Explorer TUI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages