https://github.com/daiki48/inkdrop-plugins
CLI for Inkdrop plugins
https://github.com/daiki48/inkdrop-plugins
cli inkdrop inkdrop-plugin
Last synced: 23 days ago
JSON representation
CLI for Inkdrop plugins
- Host: GitHub
- URL: https://github.com/daiki48/inkdrop-plugins
- Owner: Daiki48
- License: mit
- Created: 2024-11-02T09:15:30.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-02T16:20:16.000Z (7 months ago)
- Last Synced: 2024-12-02T15:19:15.313Z (6 months ago)
- Topics: cli, inkdrop, inkdrop-plugin
- Language: Rust
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inkdrop plugins
## Install
```shell
cargo install inkdrop-plugins
```## For alias setup
### Bash
```shell
echo 'alias inkp="inkdrop-plugins"' >> ~/.bashrcsource ~/.bashrc
echo "Installation complete. You can now use the command 'inkp'."
```### Powershell
```powershell
Add-Content -Path $PROFILE -Value 'Set-Alias inkp inkdrop-plugins'. $PROFILE
Write-Host "Installation complete. You can now use the command 'inkp'."
```## Usage
Print inkdrop plugins list.
```shell
inkdrop-plugins --list
```## LICENSE
MIT
## Author
Daiki Nakashima