mirror of
https://github.com/vishalxl/nostr_console.git
synced 2025-10-11 11:52:47 +02:00
help text improved
This commit is contained in:
@@ -893,7 +893,7 @@ Future<void> encryptedChannelMenuUI(Store node) async {
|
|||||||
String menuInfo = """Encrypted Channel howto: Enter a channel by typing the first few unique letters of its pubkey or full name.
|
String menuInfo = """Encrypted Channel howto: Enter a channel by typing the first few unique letters of its pubkey or full name.
|
||||||
Once in a room/channel: add new participants by typing '/add <their 64 byte hex public key>' and pressing enter,
|
Once in a room/channel: add new participants by typing '/add <their 64 byte hex public key>' and pressing enter,
|
||||||
To reply to a message, type '/reply <first few letters of id of post to reply to> <your message>,
|
To reply to a message, type '/reply <first few letters of id of post to reply to> <your message>,
|
||||||
When in a channel, press 'x' to exit. """;
|
Type '/help' to see more info. When in a channel, press 'x' and then enter to exit. """;
|
||||||
|
|
||||||
int option = showMenu([ 'Enter an encrypted channel', // 1
|
int option = showMenu([ 'Enter an encrypted channel', // 1
|
||||||
'Show all encrypted channels', // 2
|
'Show all encrypted channels', // 2
|
||||||
|
@@ -5,9 +5,10 @@ homepage: https://github.com/vishalxl/nostr_console
|
|||||||
|
|
||||||
# Release 0.2.0-beta
|
# Release 0.2.0-beta
|
||||||
# added utils.dart
|
# added utils.dart
|
||||||
# reply shortended
|
# reply shortened
|
||||||
# chmod in actions
|
# chmod in actions
|
||||||
|
# improved channel display
|
||||||
|
# /help in enc groups
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: '>=2.17.3 <3.0.0'
|
sdk: '>=2.17.3 <3.0.0'
|
||||||
|
Reference in New Issue
Block a user