twitch

package module
v0.4.3 Latest Latest
Warning

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

Go to latest
Published: May 26, 2022 License: Apache-2.0 Imports: 12 Imported by: 1

README

Common Twitch Commands, a Bonzai Branch

WIP Go Version GoDoc License

This command is constantly under revision while I work on it. Don't plan on anything stable until it hits v1.0.

Install

This command can be installed as a standalone program (less preferred) or composed into a Bonzai command tree (more preferred to avoid conflict with the official twitch executable maintained by the Twitch company)

Standalone

go install github.com/rwxrob/twitch/cmd/twitch@latest

Composed

package cmds

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

var Cmd = &bonzai.Cmd{
	Name:     `cmds`,
	Commands: []*bonzai.Cmd{help.Cmd, twitch.Cmd},
}

Tab Completion

To activate bash completion just use the complete -C option from your .bashrc or command line. There is no messy sourcing required. All the completion is done by the program itself.

complete -C twitch twitch

If you don't have bash or tab completion check use the shortcut commands instead.

Embedded Documentation

All documentation (like manual pages) has been embedded into the source code of the application. See the source or run the program with help to access it.

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &Z.Cmd{

	Name:      `twitch`,
	Summary:   `collection of twitch helper commands`,
	Version:   `v0.4.3`,
	Copyright: `Copyright 2021 Robert S Muhlestein`,
	License:   `Apache-2.0`,
	Commands:  []*Z.Cmd{help.Cmd, conf.Cmd, botCmd, chatCmd, titleCmd, gameCmd},
	Shortcuts: Z.ArgMap{
		"info": {"bot", "commands", "file", "edit"},
	},
}

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
cmd
twitch command

Jump to

Keyboard shortcuts

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