It's simple file manager
| Command | Description |
|---|---|
.exit |
Exit App |
up |
Go upper from current directory |
cd |
Go to dedicated folder from current directory |
ls |
Print in console list of all files and folders in current directory |
cat |
Read file and print it's content in console |
add |
Create empty file in current working directory |
mkdir |
Create new directory in current working directory" |
rn |
Rename file |
cp |
Copy file |
mv |
Move file |
rm |
Delete file |
os --EOL |
Get EOL (default system End-Of-Line) |
os --cpus |
Get host machine CPUs info |
os --homedir |
Get home directory |
os --username |
Get current system user name |
os --architecture |
Get CPU architecture |
hash |
Calculate hash for file |
compress |
Compress file using Brotli algorithm |
decompress |
Decompress file |
- Clone repo
- Type in terminal 'npm start -- --username=actual username'
- Enjoy
