Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fourcube/captainslog
- Owner: fourcube
- Created: 2015-05-22T07:54:50.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-27T07:46:24.000Z (over 9 years ago)
- Last Synced: 2024-12-22T19:07:36.319Z (29 days ago)
- Language: Go
- Size: 117 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.