hyper-filedrop
v0.0.5
Published
The Hyper plugin that inserts file path when a file was dropped on the terminal
Downloads
7
Readme
hyper-filedrop
The Hyper plugin that inserts file path when a file was dropped on the terminal.
Install
Add "hyper-filedrop"
to plugins in your hyper.js
{
plugins: ["hyper-filedrop"]
}
Contribution
- Fork this repository
- Write your code
- Create pull request to master branch
Development
git clone [email protected]:Leko/hyper-filedrop.git
cd hyper-filedrop
npm i
npm run prepare # build
License
This package under MIT license.