SakuraMatrix / p0

0 stars 24 forks source link

Tam Nguyen - Project 0 #7

Open thpn opened 3 years ago

thpn commented 3 years ago

Hi all,

My project 0 is a CLI file manager to allow a user to view and access their files. A user can browse their file system, move up and down directories, and toggle whether hidden files are shown or not.

Additional features I am looking to add the moment are the ability to zip files, move files, and to make the app a TUI app to allow for additional key presses (such as arrow keys) rather than reading from standard input.