Skip to content

akkiisfrommars/USB-Formatter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

USB-Formatter

USB-Formatter is a simple command-line applicaton to format USB/storage devices. It is fast and efficient and works out of the box on macOS. Made in C++ by akkiisfrommars.

How to compile USB-Formatter yourself?

macOS:

Make sure clang or g++ is installed. Download the .cpp file and save it in any directory (ex: Desktop) open the terminal and go the the said direcotry $ cd Desktop/ type the following command to compile the code and create the executable file. $ clang++ usb-formatter.cpp -o usb-formatter To run the executable, type the following command. $ ./usb-formatter

About

Simple USB formatter for macOS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages