Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

equals215/ncurses_fs_explorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ncurses_fs_explorer Build Status

A lightweight designed filesystem explorer.
This file explorer is a personal project that I've made at the end of my first Epitech's year, It follows the Epitech's coding style and the C99 norm.
This program was made under Linux based OS, so I cannot guarantee that it will work proprely on either Windows or Mac OS X.

Building

You will need the glibc, libncurses and make to build and execute the program.
Execute the following command to build it:

make all clean

Usage

Execute ./explorer to start the explorer.
You can use ./explorer a/path/to/dir/ to start the explorer in a particular directory.

Keys Action
to navigate through files
to change directory
ZQSD to move the preview [WIP]
CTRL + C or C to copy a file [WIP]
CTRL + X or X to cut a file [WIP]
CTRL + V or V to paste a file [WIP]
q to quit the explorer

Notes

Feel free to report any bugs and memory errors in the Issue section.
I encourage you to fork the project and use it or it's code in any way.

About

A lightweight designed filesystem explorer

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published