summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/"
++++