elliot40404 / bonk

The blazingly fast touch alternative with a sprinkle of mkdir written in rust.
MIT License
97 stars 9 forks source link

SCoop-pacakge ! request #9

Closed NormTurtle closed 7 months ago

NormTurtle commented 1 year ago

i liked how bonk is so useful . and make work so eaasy

it would be good if u add scoop-manifest for window user scoop.sh is a package -manager for window 🥺

please make it avaible there

elliot40404 commented 1 year ago

Sure will look into this.

NormTurtle commented 1 year ago

Sure will look into this.

OMG , Thx :D

deadcoder0904 commented 7 months ago

Yes, would love this.

Currently, I get errors doing a cargo install so would like either scoop or winget installation.

I tried using Powershell on Windows like:

# ni works to create new files
# ni input.tsx or New-Item input.tsx
Set-Alias touch ni
# now i can do
# touch input.tsx

But this doesn't support multiple files even on Powershell 7 so need to use this somehow.

elliot40404 commented 7 months ago

@deadcoder0904 Scoop package now available

scoop install https://raw.githubusercontent.com/elliot40404/bonk/master/bonk.json
deadcoder0904 commented 7 months ago

hot damn, that was fast.