https://github.com/b1f6c1c4/memobird-cli
lpr for memobird
https://github.com/b1f6c1c4/memobird-cli
lp lpr memobird memobird-printer printer
Last synced: 11 months ago
JSON representation
lpr for memobird
- Host: GitHub
- URL: https://github.com/b1f6c1c4/memobird-cli
- Owner: b1f6c1c4
- License: mit
- Created: 2019-05-04T17:33:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-04T18:43:00.000Z (about 7 years ago)
- Last Synced: 2025-06-14T06:02:05.047Z (about 1 year ago)
- Topics: lp, lpr, memobird, memobird-printer, printer
- Language: JavaScript
- Size: 27.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# memobird-cli
[](https://www.npmjs.com/package/memobird-cli)
[](https://www.npmjs.com/package/memobird-cli)
[](https://github.com/b1f6c1c4/memobird-cli)
[](https://github.com/b1f6c1c4/memobird-cli)
[](https://github.com/b1f6c1c4/memobird-cli/blob/master/LICENSE)
> lpr for memobird
## TL;DR
```sh
$ 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
```sh
$ npm install --global memobird-cli
```
## Usage
```
memo.js [-m | -f ]
Print text message
Commands:
memo.js todo Print todo list from stdin
memo.js text [-m | -f ] 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]
```