bin

What is bin? #

Links:

bin is a nifty tool that will download, install, and manage command line tools. This comes in handy when:

  • the package manager for your system doesn’t have the tool you want
  • you want a more up to date version of a tool

bin also offers some cool features, such as:

  • using a docker container as a command

Install #

  1. Download the bin binary from: https://github.com/marcosnils/bin/releases
  2. Run ./bin install github.com/marcosnils/bin so bin will install itself.

Some Tools to Install #

Below are some tools you can install with bin.

duf #

Disk Usage/Free Utility - a better ‘df’ alternative Link: https://github.com/muesli/duf

bin install github.com/muesli/duf

sysz #

An fzf terminal UI for systemctl Link: https://github.com/joehillen/sysz

bin install https://github.com/joehillen/sysz