Skip to content

A console-based file manager built with C++ filesystem library. Perform basic file operations through a simple command-line interface.

License

Notifications You must be signed in to change notification settings

Pupler/CPP-File-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

15 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ“ C++ File Manager

A console-based file manager built with C++ filesystem library. Perform basic file operations through a simple command-line interface.

πŸ“Έ Preview

image

✨ Features

  • πŸ“‹ List directory contents
  • πŸ—‚οΈ File type differentiation
  • πŸ” Path navigation
  • πŸ›‘οΈ Error handling
  • 🧹 Console clearing
  • πŸ†˜ Help command

πŸ› οΈ Technology Stack

  • C++17 - Modern C++ standard
  • Standard Template Library (STL)

πŸš€ Getting Started

# Clone the repository
git clone https://github.com/Pupler/CPP-File-Manager.git

# Compile and run
cd CPP-File-Manager
g++ main.cpp -o file-manager
./file-manager

πŸ“„ License

This project is open source and available under the MIT License.

About

A console-based file manager built with C++ filesystem library. Perform basic file operations through a simple command-line interface.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages