summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2023-05-30 19:20:19 -0500
committerToby Vincent <tobyv13@gmail.com>2023-05-30 19:20:19 -0500
commit0c725a2a8eed617aa6b351500518a67344b65db3 (patch)
tree79b6744d81809dc119607ef59ee9fa31f654a1e3
parente73de9d3dfc3da7fed92fcf3245a39ffe8dce6f9 (diff)
feat: add sshr and proxyr
-rw-r--r--content/code/projectr.md2
-rw-r--r--content/code/proxyr.md11
-rw-r--r--content/code/sshr.md11
3 files changed, 23 insertions, 1 deletions
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/"
++++