From 0c8ccadb3cd1458fa3fce8bc221f226f4311df11 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Tue, 27 Jan 2026 21:28:00 +0200 Subject: new util --- dotfiles/fish/conf.d/utils.fish | 4 ++++ 1 file changed, 4 insertions(+) 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] -- cgit v1.2.3