/jrnlwarp

manage daily developer log with vim and git

Primary LanguageTypeScriptMIT LicenseMIT

jrnlwarp

manage developer journals with vim and git

oclif Version CircleCI License

Usage

$ npm install -g jrnlwarp
$ jrnlwarp COMMAND
running command...
$ jrnlwarp (-v|--version|version)
jrnlwarp/1.1.7 linux-x64 node-v14.9.0
$ jrnlwarp --help [COMMAND]
USAGE
  $ jrnlwarp COMMAND
...

Build

Requires NodeJS 14.x and above to build.

yarn run prepack

Editor

jrnlwarp uses vim by default. If you would like to change the editor set the EDITOR environment variable.

ie. on Windows set EDITOR=notepad