Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/fourcube/captainslog

Log what you have done.
https://github.com/fourcube/captainslog

Last synced: 4 days ago
JSON representation

Log what you have done.

Awesome Lists containing this project

README

        

# captainslog

Remember what you have done through a simple text log.

## Installation

Requires a valid go installation.

`go get -u github.com/fourcube/captainslog`

## Usage

Set $CAPTAINSLOG to the path of your logfile. Set $EDITOR if you don't want to use nano.

`captainslog` spawns your `$EDITOR` and shows you an output like:

```
|
## END ##
#########

# Date 2015-05-27 09:38:00 +0200 CEST
# ===================================
# I improved 'captainslog'.
# It should now be possible to add newlines and get a look at the
# last few entries.
# ...
#
```

You can then make your entry and simply close the file. It will be appended to the file at `$CAPTAINSLOG`.