memobird-cli

v0.2.0
lpr for memobird
memobird printer

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]
npm i memobird-cli

Metadata

  • MIT
  • Whatever
  • b1f6c1c4
  • released 5/4/2019

Downloads

Maintainers