overlord

command module
v0.0.0-...-8cff649 Latest Latest
Warning

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

Go to latest
Published: May 8, 2020 License: MIT Imports: 6 Imported by: 0

README

Overlord

Overlord is a command-line based personal assistant. It can take notes, maintain a journal, set reminders and more.

Requirements

Overlord requires Go 1.13 or later.

Usage

Overlord is used from the command line. It creates a folder in your $HOME called ~/.overlord/ and saves all application data there.

Overlord expects a command to execute.

Commands

TODO: List all commands

Installation

  1. Run go get nirenjan.org/overlord
  2. Run overlord init and it will automatically take care of the rest.

Contributing

  1. Fork it ( https://github.com/nirenjan/go-overlord/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package cli provides the framework for adding commands to Overlord
Package cli provides the framework for adding commands to Overlord
Package config provides configuration primitives for Overlord
Package config provides configuration primitives for Overlord
Package log provides primitives to display log messages to stderr.
Package log provides primitives to display log messages to stderr.
Package terminal provides helpers to manipulate the terminal This assumes that the terminal is vt100 compatible.
Package terminal provides helpers to manipulate the terminal This assumes that the terminal is vt100 compatible.
Package version handles the CLI for the version command
Package version handles the CLI for the version command

Jump to

Keyboard shortcuts

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