2 releases
0.1.1 | Nov 2, 2024 |
---|---|
0.1.0 | Nov 2, 2024 |
#430 in #cli
269 downloads per month
19KB
113 lines
Inkdrop plugins
Install
cargo install inkdrop-plugins
For alias setup
Bash
echo 'alias inkp="inkdrop-plugins"' >> ~/.bashrc
source ~/.bashrc
echo "Installation complete. You can now use the command 'inkp'."
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.
inkdrop-plugins --list
LICENSE
MIT
Author
Daiki Nakashima
Dependencies
~8–20MB
~251K SLoC