# README
byte
CLI tool to create bytes (mini posts) for my website.
Installation
You can install url by running the install script which will download the latest release.
curl -LSfs https://mskelton.dev/byte/install | sh
Or you can build from source.
git clone [email protected]:mskelton/byte.git
cd byte
go install .
Usage
byte
Create a new byte.
byte
byte list
Alias ls
List all bytes that have been created.
byte list
tag list
List all tags associated with bytes.
byte tag list
Shell completion
To generate shell auto completion scripts, run the following command in your shell.
bash
Add the following to your ~/.bash_profile
:
eval "$(byte completion bash)"
zsh
byte completion zsh > /usr/local/share/zsh/site-functions/_byte
fish
byte completion fish > ~/.config/fish/completions/byte.fish
# Packages
No description provided by the author