Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/yuuu/logbook
- Owner: yuuu
- License: mit
- Created: 2017-04-16T14:10:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-02T09:59:35.000Z (almost 7 years ago)
- Last Synced: 2024-11-09T12:49:53.481Z (2 months ago)
- Language: Go
- Size: 5.08 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.