Skip to content

iromjkee/nodejs-file-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

File Manager (Node.js 24+)

Run: npm run start -- --username=YourName

Welcome and finish messages:

  • Welcome to the File Manager, ${username}!
  • Thank you for using File Manager, ${username}, goodbye!

Commands:

  • Navigation: up, cd path, ls
  • Files: cat path, add name, mkdir name, rn path new_name, cp src dir, mv src dir, rm path
  • OS: os --EOL, os --cpus, os --homedir, os --username, os --architecture
  • Hash: hash path
  • Brotli: compress src dest, decompress src.br dest
  • Exit: .exit or CTRL + C

Prints You are currently in <cwd> after start and after each command.
Errors:

  • Invalid input (bad syntax)
  • Operation failed (runtime error)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published