memobird-cli

0.2.0 • Public • Published

memobird-cli

npm npm GitHub last commit GitHub code size in bytes license

lpr for memobird

TL;DR

$ npm i -g memobird-cli
# Put your credentials here 
$ vim ~/.memobird-cli
$ memo -m 'hello world'
$ memo -f /etc/os-release
$ memo
some random text
some more random test
^D
$ memo todo
todo item 1
todo item 2
todo item 3
^D

Installation

$ npm install --global memobird-cli

Usage

memo.js [-m <message> | -f <file>]

Print text message

Commands:
  memo.js todo                             Print todo list from stdin
  memo.js text [-m <message> | -f <file>]  Print text message          [default]

Options:
  --version      Show version number                                   [boolean]
  --token-file   Credential file for memobird
                                       [string] [default: "$HOME/.memobird-cli"]
  --help         Show help                                             [boolean]
  -m, --message  Print this as literal                                  [string]
  -f, --file     Text file to be read from                              [string]

Readme

Keywords

Package Sidebar

Install

npm i memobird-cli

Weekly Downloads

1

Version

0.2.0

License

MIT

Unpacked Size

5.54 kB

Total Files

6

Last publish

Collaborators

  • b1f6c1c4