zet

module
v1.0.0 Latest Latest
Warning

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

Go to latest
Published: Sep 10, 2023 License: Apache-2.0

README

🌳 Zet a cli for managing my zettelkasten

Go Report Card PkgGoDev Release

Runs on 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/zet/cmd/zet@latest

Composed

package z

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

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

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.

Directories

Path Synopsis
cmd
zet
zet Command Line tool
zet Command Line tool
pkg
zet
the zet package contians functions and structs for working with a zettelcasten.
the zet package contians functions and structs for working with a zettelcasten.

Jump to

Keyboard shortcuts

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