https://github.com/hrntknr/memos-cli
Simple memos cli client described in bash
https://github.com/hrntknr/memos-cli
memos
Last synced: 13 days ago
JSON representation
Simple memos cli client described in bash
- Host: GitHub
- URL: https://github.com/hrntknr/memos-cli
- Owner: hrntknr
- License: mit
- Created: 2023-09-17T17:13:17.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-08T10:10:31.000Z (over 1 year ago)
- Last Synced: 2025-09-24T05:44:06.442Z (15 days ago)
- Topics: memos
- Language: Shell
- Homepage:
- Size: 10.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# memos-cli
> Simple [memos](https://github.com/usememos/memos) cli client described in bash## Dependencies
- [curl](https://curl.se/)
- [jq](https://stedolan.github.io/jq/)
- Either one is required.
- [fzf](https://github.com/junegunn/fzf)
- [peco](https://github.com/peco/peco)## Installation
```sh
wget https://raw.githubusercontent.com/hrntknr/memos-cli/main/memo -O /usr/local/bin/memo
chmod +x /usr/local/bin/memo
```## Usage
```
Usage: memo []
Options:
-h, --help Print usage
-v, --verbose Print verbose messages
-t , --tag Tag filter
-s , --search Content filter
Subcommands:
login Login to the server
list List memos
list_archived List archived memos
archive Archive a memo
archive Archive a memo with id
unarchive Unarchive a memo
unarchive Unarchive a memo with id
delete Delete a memo
delete Delete a memo with id
show Show a memo
show Show a memo with id
edit Edit a memo (pipe or redirect supported)
edit Edit a memo with id (pipe or redirect supported)
new Create a new memo (pipe or redirect supported)
```