Skip to content

Voctl/NimFileM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NimFileM

terminal file manager written in nim. fast. minimal. no dependencies.


what it does

navigate your filesystem without leaving the terminal.
no gui. no electron. no ram eating.


why nim

  • compiles to native binary
  • c-like performance
  • clean syntax
  • zero runtime overhead

install

git clone https://github.com/Voctl/NimFileM
cd NimFileM
nim compile -d:release main.nim
./main

requires nim compiler. get it at nim-lang.org.


usage

./main

runs in your current terminal. that's it.


files

NimFileM/
├── main.nim    # entry point
├── term.nim    # terminal handling
└── LICENSE

two files. read them both in 10 minutes.


license

MIT. do what you want.

About

It is a File Manager which is writed with Nim programming language.It is work in terminal and it is so fast.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages