Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayu-mushi/memoru
CLI memo command, suited for drafting tweet; ツイートの下書きに適したCUI用メモコマンド
https://github.com/ayu-mushi/memoru
cli memo twitter
Last synced: 15 days ago
JSON representation
CLI memo command, suited for drafting tweet; ツイートの下書きに適したCUI用メモコマンド
- Host: GitHub
- URL: https://github.com/ayu-mushi/memoru
- Owner: ayu-mushi
- License: mit
- Created: 2015-05-05T16:59:04.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-01-31T12:12:23.000Z (almost 6 years ago)
- Last Synced: 2024-07-30T20:57:14.483Z (3 months ago)
- Topics: cli, memo, twitter
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Memoru
=======* CLI memo command
* Memoru enable to generate memos, and to manipulate memos.
* Each memo has its own unique and random index.
* Suitable for twitter draft
* use the memo stack systemHow to install
-------
```sh
git clone https://github.com/ayu-mushi/memoru
cd memoru
python setup.py install
```Tutorial
--------###Initialize
Type `memoru init` to initialize a directory for using memoru.###memoru & tw
https://github.com/shokai/tw```
vim `memoru gen 'txt'`
memoru pop | tw --pipe
```Related tools
-----License
--------
This software is licensed under the MIT license.See LICENSE file.