Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 464 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 464 Bytes

Imgur


🦀 A command line application that manage your files and folders, made with Rust.

📓 Exemples

  • Create a file.
    • cargo run create filename.bin => You can pass a extension to the file but is optional.
    • cargo run create filename => if you don't informe the extension, by default is .txt
    • cargo run create filename --u => if you want to force the creation of the file without extension.