Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xtrr/nostr-tool
A simple CLI to send nostr events
https://github.com/0xtrr/nostr-tool
cli hacktoberfest nostr rust tool
Last synced: 24 days ago
JSON representation
A simple CLI to send nostr events
- Host: GitHub
- URL: https://github.com/0xtrr/nostr-tool
- Owner: 0xtrr
- License: mit
- Created: 2022-11-08T18:48:13.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-05T10:22:24.000Z (over 1 year ago)
- Last Synced: 2024-05-16T09:22:26.086Z (7 months ago)
- Topics: cli, hacktoberfest, nostr, rust, tool
- Language: Rust
- Homepage:
- Size: 139 KB
- Stars: 51
- Watchers: 5
- Forks: 11
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nostr - nostr-tool - tool.svg?style=social) - Rust CLI tool to generate and publish events (Tools / Client reviews and/or comparisons)
README
# Nostr-tool
[![crates.io](https://img.shields.io/crates/v/nostr-tool.svg)](https://crates.io/crates/nostr-tool)
[![crates.io - Downloads](https://img.shields.io/crates/d/nostr-tool)](https://crates.io/crates/nostr-tool)
[![Docker Pulls](https://img.shields.io/docker/pulls/0xtr/nostr-tool)](https://hub.docker.com/r/0xtr/nostr-tool)
[![MIT](https://img.shields.io/crates/l/nostr-tool.svg)](LICENSE)A CLI tool to make it simple to specific send nostr events.
## Install
Installation instructions can be found in [INSTALL.md](docs/INSTALL.md).## Usage
Run `nostr-tool -h` to see available options and subcommands. To get help with the sub commands, run `nostr-tool [subcommand] -h`, e.g. `nostr-tool text-note -h`.
More examples can be found in [EXAMPLES.md](docs/EXAMPLES.md).## Contributions
Contributions are always welcome! If you find something the CLI is missing, a PR is very appreciated. If you can't
develop it yourself, please make an issue for it so that me or someone else can take a stab at it.Thank you for your contributions! Your help is greatly appreciated.