William-Owen / hulo

Human Log

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hulo

This project is in the early stages of development; not ready for real use.

A command line logging tool for humans to record human stuff.

Installation

npm install -g hulo

Log

$ hulo log <message>

Example:

$ hulo log "Hello world"

Last

$ hulo last

Example:

$ hulo last <number of items>

Example, will return the last three elements:

$ hulo last 3

About

Human Log

License:MIT License


Languages

Language:JavaScript 100.0%