Skip to content

Commit fc823e3

Browse files
committed
2 parents 738cb23 + 9738aa3 commit fc823e3

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

README.md

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,23 @@
11
# File-System-Command-Line-Utility-using-NodeJS
2-
A utility that can be run from command line which can be used to compress any directory and all its subdirectories structural path in a metadata file, and all the files data stored in binary format in a destination directory.
2+
A utility that can be run from command line which can be used to compress any directory structure and all its subdirectories structure in a metadata file, and all the files data stored in binary format in a destination directory.
3+
4+
Commands:
5+
1. View as Tree => node manas view src -t
6+
![Screenshot from 2020-05-28 03-35-04](https://user-images.githubusercontent.com/22445094/83078022-3b616a80-a096-11ea-851b-ef9cd54f4023.png)
7+
8+
9+
2. View as List => node manas view src -f
10+
![Screenshot from 2020-05-28 03-35-19](https://user-images.githubusercontent.com/22445094/83078040-44523c00-a096-11ea-9ee9-6f09e072905d.png)
11+
12+
13+
3. Untreefy the directory => node manas untreefy src dest
14+
![Screenshot from 2020-05-28 03-38-07](https://user-images.githubusercontent.com/22445094/83078062-5207c180-a096-11ea-8178-4ad01b482f50.png)
15+
16+
17+
4. Treefy the director => node manas treefy src dest
18+
![Screenshot from 2020-05-28 03-39-53](https://user-images.githubusercontent.com/22445094/83078091-5df38380-a096-11ea-99bf-6182fae48f9e.png)
19+
20+
21+
5. Help => node manas help
22+
![Screenshot from 2020-05-28 03-43-20](https://user-images.githubusercontent.com/22445094/83078112-68ae1880-a096-11ea-9ba6-f049458adfdf.png)
23+

0 commit comments

Comments
 (0)