Skip to content

gobi-tools/bee-cli-tool

Repository files navigation

build

Bee

This is a command line utility to help out with managing your aliases, functions and scripts.

Bee Screenshot

Installation

To install, execute this command in your terminal:

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/gobi-tools/bee-cli-tool/main/install.sh)"

This will download this script.

In turn, this will download a binary into a new folder on your system: $HOME/.local/bin/bee/.

The binary depends on your platform. You can find all options here.

Finally, in your .bashrc, .zshrc, .profile file, add the following line, to create a shorthand for the script:

alias bee='$HOME/.local/bin/bee/bee'

Details

More details here.

Releases

No releases published

Packages

No packages published