list

package module
v0.0.0-...-c6bd661 Latest Latest
Warning

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

Go to latest
Published: May 20, 2023 License: Apache-2.0 Imports: 6 Imported by: 0

README


List

Logo

`list list`

Go Report Card PkgGoDev Release

About

Lists are a thing I use to keep track of things generally they are lists of goals or ideas or what ever. Each list is a .md file with a series of check boxes.

The List tool is used to help me manage and work with my list

Built with https://github.com/rwxrob/bonzai

Install

This command can be installed as a standalone program or composed into a Bonzai command tree.

Standalone

go install github.com/arjungandhi/list/cmd/list@latest

Composed

package z

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

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

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

Overview

zet Command Line tool

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &Z.Cmd{
	Name:    "list",
	Summary: "list is a command line tool for managing lists",
	Commands: []*Z.Cmd{
		help.Cmd,
		l.Cmd,
		edit.Cmd,
		archive.Cmd,
		new.Cmd,
	},
}

rootCmd is the main command for the list command line tool its just holds all the other useful commands

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
cmd
pkg
new

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳