Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/yuuu/logbook

logbook is command line tool for keeping diary, made in golang.
https://github.com/yuuu/logbook

Last synced: 7 days ago
JSON representation

logbook is command line tool for keeping diary, made in golang.

Awesome Lists containing this project

README

        

# logbook

logbook is command line tool for keeping diary, made in golang.

## Install

```sh
$ git clone https://github.com/yuuu/logbook
$ cd logbook
$ go get
$ go build
$ go install
```

## Usage

### Keep a diary

```sh
$ logbook keep
(An editor(default:vi) will launch.)
(You can input text of entry.)
```

## ToDo

* Show entries.
* Choose other editor for input text.
* UnitTest.