give

package module
v0.1.1 Latest Latest
Warning

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

Go to latest
Published: Oct 23, 2023 License: MIT Imports: 4 Imported by: 0

README

🌳 Go File Sharing Library

Go Bonzai branch for sharing files privately and publicly.

Installation

You can grab the latest binary release. This filter command can be installed as a standalone program or composed into a Bonzai command tree.

Standalone

go install github.com/chriswifn/give/cmd/give@latest

Composed

package z

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

var Cmd = &Z.Cmd{
    Name: `z`,
    Commands: []*Z.Cmd{help.Cmd, give.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 give give

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &Z.Cmd{
	Name:      `give`,
	Summary:   `Collection of protocols for sharing files`,
	Commands:  []*Z.Cmd{help.Cmd, server.Cmd, ix.Cmd},
	Copyright: `Copyright 2023 Christian Hageloch`,
	Version:   `v0.1.1`,
	License:   `MIT`,
	Source:    `git@github.com:chriswifn/give.git`,
	Issues:    `github.com/chriswifn/give/issues`,
}

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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