repo: uritools
action: commit
revision: 
path_from: 
revision_from: b49676181b0695ff57df3261686274510f5999c9:
path_to: 
revision_to: 
git.thebackupbox.net
uritools
git clone git://git.thebackupbox.net/uritools
commit b49676181b0695ff57df3261686274510f5999c9
Author: epoch 
Date:   Thu Feb 17 01:11:48 2022 +0000

    added a script to help me find RFCs

diff --git a/rfc-search b/rfc-search
new file mode 100755
index 0000000000000000000000000000000000000000..04b415ce3dd92fb06176999b408a5ef33c6cc898
--- /dev/null
+++ b/rfc-search
@@ -0,0 +1,5 @@
+#!/usr/bin/env bash
+if [ ! -e ~/.cache/rfc.titles ];then
+  gopher-get gopher://batou.thebackupbox.net/0/rfc.titles > ~/.cache/rfc.titles
+fi
+cat ~/.cache/rfc.titles | choose 'RFC>' | xargs -r uristart

-----END OF PAGE-----