From 0c725a2a8eed617aa6b351500518a67344b65db3 Mon Sep 17 00:00:00 2001 From: Toby Vincent Date: Tue, 30 May 2023 19:20:19 -0500 Subject: feat: add sshr and proxyr --- content/code/projectr.md | 2 +- content/code/proxyr.md | 11 +++++++++++ content/code/sshr.md | 11 +++++++++++ 3 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 content/code/proxyr.md create mode 100644 content/code/sshr.md diff --git a/content/code/projectr.md b/content/code/projectr.md index f554db0..f9380f5 100644 --- a/content/code/projectr.md +++ b/content/code/projectr.md @@ -1,7 +1,7 @@ +++ title = "projectr" description = "A contextual, MRU sorted, project finder." -weight = 0 +weight = 1 [taxonomies] tags = ["rust"] diff --git a/content/code/proxyr.md b/content/code/proxyr.md new file mode 100644 index 0000000..0c1c312 --- /dev/null +++ b/content/code/proxyr.md @@ -0,0 +1,11 @@ ++++ +title = "proxyr" +description = "A simple auto-proxy server" +weight = 3 + +[taxonomies] +tags = ["rust"] + +[extra] +external = "https://sr.ht/~tobyvin/proxyr/" ++++ diff --git a/content/code/sshr.md b/content/code/sshr.md new file mode 100644 index 0000000..fb0c4d5 --- /dev/null +++ b/content/code/sshr.md @@ -0,0 +1,11 @@ ++++ +title = "sshr" +description = "A contextual, MRU sorted, ssh indexer." +weight = 2 + +[taxonomies] +tags = ["rust"] + +[extra] +external = "https://sr.ht/~tobyvin/sshr/" ++++ -- cgit v1.2.3-70-g09d2