Skip to content

Commit e54c70b

Browse files
authored
Added my project "fileport" (#17)
* added my project and updated readme
1 parent 1c6f682 commit e54c70b

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@
1616
[submodule "node/blogging-website"]
1717
path = node/blogging-website
1818
url = https://github.com/Yashkapure06/Blogging-Website
19+
[submodule "rust/fileport"]
20+
path = rust/fileport
21+
url = https://github.com/Shridhar-dev/fileport

README.md

+6
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,12 @@ EXAMPLE:
9494
| links-card | Webpage to store one's social links |
9595
| prook | Simple portfolio webpage built using tailwindCSS |
9696

97+
### [rust](/rust/)
98+
99+
| Project Name (as is) | Description |
100+
| -------------------- | ------------------------------------------------------------ |
101+
| fileport | A CLI tool to transfer your files from one directory to another built with rust|
102+
97103
## Folder Structure 📁
98104

99105
```

rust/fileport

Submodule fileport added at 7f5ad42

0 commit comments

Comments
 (0)