Initialize v2 work

This commit is contained in:
Fatih Kadir Akın
2025-12-10 15:41:23 +03:00
parent 728789c54c
commit 85a5f3bed7
181 changed files with 28216 additions and 9750 deletions

View File

@@ -1,3 +0,0 @@
#!/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