ByteMysticRogue / Simple-File-Manager-TUI

Simple File Manager TUI Project For OS-Lab Spring 2024

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple File Manager TUI

This is a simple file manager implemented in Bash, utilizing the dialog utility to provide a text-based user interface (TUI). The script allows users to perform basic file and directory operations through an interactive menu.

Program Interface

main-menu

How To Use

Simply copy and paste the code below into your terminal 👇

curl -s -o Project.sh "https://raw.githubusercontent.com/ByteMysticRogue/Simple-File-Manager-TUI/main/Project.sh" && chmod +x Project.sh && bash Project.sh

About

Simple File Manager TUI Project For OS-Lab Spring 2024

License:MIT License


Languages

Language:Shell 100.0%