mskelton / byte

CLI tool to create bytes (mini posts) for my website.

Home Page:https://mskelton.dev/bytes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

byte

CLI tool to create bytes (mini posts) for my website.

Installation

You can install byte by running the install script which will download the latest release.

curl -LSfs https://go.mskelton.dev/byte/install | sh

Or you can build from source.

git clone git@github.com: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

About

CLI tool to create bytes (mini posts) for my website.

https://mskelton.dev/bytes

License:ISC License


Languages

Language:Go 63.3%Language:Shell 36.7%