Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

File manager

To run the file manager:

npm run start -- --username=<your-name>

Navigation commands:

up
cd path_to_directory
ls

Basic operations with files:

cat path_to_file
add new_file_name
mkdir new_directory_name
rn path_to_file new_filename
cp path_to_file path_to_new_directory
mv path_to_file path_to_new_directory
rm path_to_file

Operating system info:

os --EOL
os --cpus
os --homedir
os --username
os --architecture

Miscellaneous:

hash path_to_file
compress path_to_file path_to_destination
decompress path_to_file path_to_destination

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages