Skip to content

JuleeC/zfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zfile

A simple file manager written in Rust. The aim of zfile is to be dead simple but powerful because of the use of my own motions that helps navigating fastly through the file system.

Goals

  • opening files with nvim
  • using own motions to navigate (j, k, h, l), (J,K)
  • fuzzy finder and normal search
  • preview file but not optimized yet (large files)
  • rename, delete, copy, move
  • sort by name, size, date
  • wont be done prob(git branch history)
  • wont be done prob(picture preview)

Installation

Its not finished yet so you need to compile it yourself.

cargo build --release
./target/release/zfile

License

zfile is licensed under the MIT license.

Credits

its based on crossterm,ratatui and fuzzy-matcher

Built With Ratatui

About

my own file explorer written in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published