changed readme, version etc

This commit is contained in:
vishalxl 2022-08-23 17:01:31 +05:30
parent ec52366ec3
commit 3a41bea83b
3 changed files with 12 additions and 3 deletions

View File

@ -5,6 +5,12 @@ Nostr console client using Dart
Easiest way to run nostr_comsole: Go to releases and get an executable for your platform.
Otherwise do following:
1. Install [Flutter](https://docs.flutter.dev/get-started/install) SDK, or [Dart](https://dart.dev/get-dart) SDK
2. git clone this repository
3. From the project folder, run command ```dart pub get``` which gets all the dependencies
4. Run command ```dart run bin/nostr_console.dart```, which will run it with default settings.
Usage:
```
@ -21,7 +27,10 @@ usage: dart run bin/nostr_console.dart [OPTIONS]
--request <REQ string> This request is sent verbatim to the default relay. It can be used to recieve all events
from a relay. If not provided, then events for default or given user are shown. Same as -q
--file <filename> Read from given file, if it is present, and at the end of the program execution, write
to it all the events (including the ones read, and any new received). Same as -f
to it all the events (including the ones read, and any new received). Same as -f
--translate This flag, if present, will make the application translate some of the recent posts using
google translate. Same as -t
UI Options
--align <left> When "left" is given as option to this argument, then the text is aligned to left. By default
the posts or text is aligned to the center of the terminal. Same as -a

View File

@ -5,7 +5,7 @@ import 'package:translator/translator.dart';
// name of executable
String exename = "nostr_console";
String version = "0.0.3";
String version = "0.0.5";
// well known disposable test private key
const String gDefaultPrivateKey = "9d00d99c8dfad84534d3b395280ca3b3e81be5361d69dc0abf8e0fdf5a9d52f9";

View File

@ -1,6 +1,6 @@
name: nostr_console
description: A nostr client built for terminal/console.
version: 0.0.4
version: 0.0.5
homepage: https://github.com/vishalxl/nostr_console
environment: