sshcp 0.2.1 → 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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # sshcp
2
2
 
3
+ [![npm version](https://img.shields.io/npm/v/sshcp.svg)](https://www.npmjs.com/package/sshcp)
4
+ [![npm downloads](https://img.shields.io/npm/dm/sshcp.svg)](https://www.npmjs.com/package/sshcp)
5
+ [![PyPI version](https://img.shields.io/pypi/v/sshcp.svg)](https://pypi.org/project/sshcp/)
6
+ [![PyPI downloads](https://img.shields.io/pypi/dm/sshcp.svg)](https://pypi.org/project/sshcp/)
7
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
8
+ [![GitHub stars](https://img.shields.io/github/stars/shubham8550/sshcp.svg)](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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sshcp",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "Easy SSH file copy CLI tool with persistent server selection, bookmarks, rsync sync, and 2-way watch mode",
5
5
  "bin": {
6
6
  "sshcp": "./bin/sshcp.js"