Skip to content

lettenj61/enpitz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A tool to quickly take notes from your terminal

Resources

License

Stars

Watchers

Forks

Packages

No packages published