Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mattn/nostr-todo

ToDo list cli app backend by Nostr relay
https://github.com/mattn/nostr-todo

nostr todolist

Last synced: about 1 month ago
JSON representation

ToDo list cli app backend by Nostr relay

Awesome Lists containing this project

README

        

# nostr-todo

ToDo list cli app backend by Nostr relay

## Usage

```
NAME:
nostr-todo - A cli application for nostr

USAGE:
nostr-todo [global options] [command [command options]] [arguments...]

DESCRIPTION:
A cli application for nostr

COMMANDS:
list list todos
new new todo
done done todo
undone undone todo
edit edit todo
delete delete todo
version show version
help, h Shows a list of commands or help for one command

GLOBAL OPTIONS:
-a value profile name
--help, -h show help (default: false)
```

## Installation

```
go install github.com/mattn/nostr-todo@latest
```

Create your config.json in ~/.config/nostr-todo/config.json like below

```
{
"relays": ["wss://yabu.me"],
"privatekey": "nsec1xxxxxx"
}
```

## License

MIT

## Author

Yasuhiro Matsumoto (a.k.a. mattn)