summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-27 21:28:00 +0200
committerPaul Buetow <paul@buetow.org>2026-01-27 21:28:00 +0200
commit0c8ccadb3cd1458fa3fce8bc221f226f4311df11 (patch)
treea2152a46556bf7fc822919e4f530ebf738331962
parent6f23e67cac32c2631fb2be2b58950a087c8133f4 (diff)
new util
-rw-r--r--dotfiles/fish/conf.d/utils.fish4
1 files changed, 4 insertions, 0 deletions
diff --git a/dotfiles/fish/conf.d/utils.fish b/dotfiles/fish/conf.d/utils.fish
index 168377e..33854a5 100644
--- a/dotfiles/fish/conf.d/utils.fish
+++ b/dotfiles/fish/conf.d/utils.fish
@@ -123,6 +123,10 @@ function touchtype::quote
end
end
+function touchtype::scifi
+ find ~/git/scifi/summaries/ -type f -name \*.md | sort -R | head -n 1 | xargs cat | touchtype
+end
+
function checkcert
set host $argv[1]
set port $argv[2]