get

package module
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 10, 2023 License: Apache-2.0 Imports: 8 Imported by: 1

README

🌳 get

This is get. I have put it into a command branch for inclusion into my c Bonzai stateful command tree.

Installation

If you just want to try it out, grab the release binary with curl and put into your PATH:

curl -L https://github.com/tr00datp00nar/get/releases/latest/download/get-linux-amd64 -o ~/.local/bin/get
curl -L https://github.com/tr00datp00nar/get/releases/latest/download/get-darwin-amd64 -o ~/.local/bin/get
curl -L https://github.com/tr00datp00nar/get/releases/latest/download/get-darwin-arm64 -o ~/.local/bin/get
curl -L https://github.com/tr00datp00nar/get/releases/latest/download/get-windows-amd64 -o ~/.local/bin/get

Or with go:

go install github.com/tr00datp00nar/get/cmd/get@latest

Composed

package c

import (
	Z "github.com/rwxrob/bonzai/z"
    "github.com/tr00datp00nar/get"
)

var Cmd = &Z.Cmd{
	Name:     'c',
    Commands: []*Z.Cmd{help.Cmd, get.Cmd},
}

Resources

To learn more about Bonzai stateful command trees: https://github.com/rwxrob/bonzai

To see my personal Bonzai stateful command tree: https://github.com/tr00datp00nar/c

To see the original Bonzai stateful command tree z: https://github.com/rwxrob/z

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &Z.Cmd{
	Name:        `get`,
	Usage:       `[help]`,
	Version:     `v0.0.1`,
	Copyright:   `Copyright Micah Nadler 2023`,
	License:     `Apache-2.0`,
	Summary:     help.S(_get),
	Description: help.D(_get),

	Commands: []*Z.Cmd{
		joke.Cmd,
		manga.Cmd,
		url.Cmd,
		yq.Cmd,
		web.Cmd,
		help.Cmd,
	},
}

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
cmd
get
Package web provides high-level functions that are called from the Go Bonzai branch of the same name providing universal access to the core functionality.
Package web provides high-level functions that are called from the Go Bonzai branch of the same name providing universal access to the core functionality.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL