sshcp 0.2.0 → 0.2.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +7 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# sshcp
|
|
2
2
|
|
|
3
|
+
[](https://www.npmjs.com/package/sshcp)
|
|
4
|
+
[](https://www.npmjs.com/package/sshcp)
|
|
5
|
+
[](https://pypi.org/project/sshcp/)
|
|
6
|
+
[](https://pypi.org/project/sshcp/)
|
|
7
|
+
[](https://opensource.org/licenses/MIT)
|
|
8
|
+
[](https://github.com/shubham8550/sshcp/stargazers)
|
|
9
|
+
|
|
3
10
|
Easy SSH file copy CLI tool with persistent server selection, bookmarks, rsync sync, and 2-way watch mode.
|
|
4
11
|
|
|
5
12
|
No more typing long `scp user@host:/path/to/file` commands. Just select your server once and copy files with ease.
|