https://github.com/initx-collective/initx-plugin-cp
Copy plugin for initx
https://github.com/initx-collective/initx-plugin-cp
copy initx initx-plugin
Last synced: 4 months ago
JSON representation
Copy plugin for initx
- Host: GitHub
- URL: https://github.com/initx-collective/initx-plugin-cp
- Owner: initx-collective
- License: mit
- Created: 2024-10-29T02:08:18.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-20T17:40:48.000Z (over 1 year ago)
- Last Synced: 2024-11-20T18:35:46.742Z (over 1 year ago)
- Topics: copy, initx, initx-plugin
- Language: TypeScript
- Homepage:
- Size: 388 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
initx ⚙️
initx A more convenient scripting engine
npx initx <something>
## @initx-plugin/cp
Copy plugin for `initx`
## Usage
```bash
npx initx plugin add cp
```
Copy some text to clipboard
### Current Working Directory
```bash
npx initx cp cwd
```
### SSH Public Key
```bash
npx initx cp ssh
```
### GPG Public Key
```bash
npx initx cp gpg
```
## Documentation
[initx](https://github.com/initx-collective/initx)