A CLI-based File Manager application built with Node.js.
Use 22.x.x version (22.14.0 or upper) of Node.js
- Clone this repository
- The program is started by npm-script
startin following way:
npm run start -- --username=your_usernameup- Navigate to parent directorycd [path]- Change directoryls- List contents of the current directory
cat [file]- Display file contentsadd [file]- Create a new empty filern [old_file] [new_file]- Rename filecp [source] [destination]- Copy filemv [source] [destination]- Move filerm [file]- Delete filemkdir [folder]- Create a new folder
compress [source] [destination]- Compress file using Brotli algorithmdecompress [source] [destination]- Decompress file
os --EOL- Show system End-Of-Line markeros --cpus- Show information about CPUsos --homedir- Show home directoryos --username- Show current usernameos --architecture- Show CPU architecture
hash [file]- Calculate SHA256 hash for a file