Merge commit '2a4aabbe4b178c9416b0df819b2364d3c7e25645'

This commit is contained in:
Niek van der Maas
2024-08-21 13:59:45 +02:00
7 changed files with 172 additions and 9 deletions

View File

@@ -0,0 +1,3 @@
#!/usr/bin/env bash
curl -s https://raw.githubusercontent.com/f/awesome-chatgpt-prompts/main/prompts.csv | tail +2 | ruby -rcsv -e 'CSV.parse(STDIN.read) {|row| puts row.join("\t")}' | fzf -1 -q "$1" --with-nth 1 --delimiter "\t" --preview 'echo {2} | fold -s -w $(tput cols)' | cut -d" " -f2