zet

package module
v0.0.3 Latest Latest
Warning

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

Go to latest
Published: Apr 7, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

README

zet

A Zettelkasten management CLI, because I procrastinate

Building

There is a bundled Makefile you can use:

make

And to install the utilities, use the install target.

# local install
make install PREFIX=$HOME/.local/bin

# global install
sudo make install

Usage

First, initialize a Zettelkasten (configurable)

zet init

Then, add a Zet

zet new
<opens in vi or $EDITOR>

It will generate a git repo and track/manage changes for you

  • (Not yet implemented) To sync those changes remotely, run zet sync
  • (Not yet implemented) To sync those changes remotely, run zet sync

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Cmd = &Z.Cmd{
	Name:    `zet`,
	Version: `v0.0.3`,
	Summary: `manages a zettelkasten`,

	Usage: `[init|new|view|edit|list|help|config]`,

	License:   `apache-2.0`,
	Copyright: `Copyright 2022 Hayden Young`,

	MinArgs: 1,

	Commands: []*Z.Cmd{_init, new, list, help.Cmd, config.Cmd},
}

Functions

This section is empty.

Types

This section is empty.

Directories

Path Synopsis
pkg

Jump to

Keyboard shortcuts

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