Skip to content
/ binner Public

binner is a small simple CLI app that moves my own scripts/CLI tools to /usr/local/bin

Notifications You must be signed in to change notification settings

jetkub/binner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

binner

binner is a simple Go CLI app that I wrote to deploy my own scripts or CLI apps to /usr/local/bin. Toss your tools in the bin.

Background

I wrote a shell script to sort some files when I was organizing some SNES ROMS before copying them to my homebrewed Wii, and I copied the script to /usr/local/bin and assigned execute permissions so that it was in my PATH and I could call it in my shell from any directory. I decided to create a simple tool for my self to do this.

Installation and Usage

go install github.com/jetkub/binner

Be cheeky and use binner to deploy binner to /usr/local/bin 😉. Call the program with one argument: the path to the binary you want to copy. If the binary already exists, it will ask if you want to overwrite it or not.

sudo ~/go/bin/binner ~/go/bin/binner

About

binner is a small simple CLI app that moves my own scripts/CLI tools to /usr/local/bin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages