0.1.5 ā€¢ Published 6 years ago

enpitz v0.1.5

Weekly downloads
4
License
MIT
Repository
github
Last release
6 years ago

enpitz

A tool to quickly take notes from your terminal.

WARNING: This software is under heavy development, and not all of its features tested. Be careful and use it at your own risk.

prerequisite

  • Node.js version 8 or later

installation

$ npm i -g enpitz

OR

$ yarn global add enpitz

how to use

Type enpitz -h to get help message.

  Usage: enpitz [options] [command]

  Options:

    -V, --version  output the version number
    -h, --help     output usage information

  Commands:

    add [options] <note>     take a new note
    dir                      show enpitz home directory
    list [options] [date]    show notes saved in specific date (default: today)
    render [options] [date]  render saved notes

take a note

$ enpitz add 'Good morning!'
āˆš success saved note: `Good morning!` at Users/lettenj61/_enpitz/2016-05-14.json

remind a note

$ enpitz list 2016-05-14
[2016-05-14 08:18:04]: Good morning!

render notes

$ enpitz render

# Notes 2016-05-14

## 2018-05-14 08:18:04

Good morning!

license

This software is released under MIT license. See LICENSE for the detail.

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago