Why Nostr? What is Njump?
2024-07-03 00:49:01

npub1rp…a5kjp on Nostr: commit fd72f14950195fca48434a0e56dfa57d54a3f7c8 Author: randymcmillan ...

commit fd72f14950195fca48434a0e56dfa57d54a3f7c8
Author: randymcmillan <[email protected]>
Date: Fri May 17 22:17:10 2024 -0400

tui/src/strings.rs:Gnostr Tab

diff --git a/tui/Cargo.toml b/tui/Cargo.toml
index 4930bae03..57264e761 100644
--- a/tui/Cargo.toml
+++ b/tui/Cargo.toml
@@ -15,11 +15,15 @@ repository = { workspace = true }
documentation = { workspace = true }
keywords = { workspace = true }

-## git gnostr-tui
+## git tui
[[bin]]
name = "git-tui"
path = "src/main.rs"

+## gnostr-tui
+[[bin]]
+name = "gnostr-tui"
+path = "src/main.rs"

[dependencies]
anyhow = "1.0"
diff --git a/tui/src/strings.rs b/tui/src/strings.rs
index 50d778430..4dd3dcc39 100644
--- a/tui/src/strings.rs
+++ b/tui/src/strings.rs
@@ -65,7 +65,7 @@ pub fn title_index(_key_config: &SharedKeyConfig) -> String {
}
pub fn tab_welcome(key_config: &SharedKeyConfig) -> String {
format!(
- "Welcome [{}]",
+ "Gnostr [{}]",
key_config.get_hint(key_config.keys.tab_welcome)
)
}
Author Public Key
npub1rpeh0ts0f9cvgshh6jch4vajphzvfxvydljwjx02vgqgs3p5fmyqsa5kjp