diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-27 21:28:00 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-27 21:28:00 +0200 |
| commit | 0c8ccadb3cd1458fa3fce8bc221f226f4311df11 (patch) | |
| tree | a2152a46556bf7fc822919e4f530ebf738331962 | |
| parent | 6f23e67cac32c2631fb2be2b58950a087c8133f4 (diff) | |
new util
| -rw-r--r-- | dotfiles/fish/conf.d/utils.fish | 4 |
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] |
