An open API service indexing awesome lists of open source software.

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

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)
```