home/roleplay/f-awesome-chatgpt-prompts-find-prompt

f Awesome Chatgpt Prompts Find Prompt

GPTClaudeGemini··1,231 copies·updated 2026-07-14
f-awesome-chatgpt-prompts-find-prompt.prompt
#!/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

fill the variables

This prompt has 2 variables. Pro fills them into a ready-to-paste prompt for you — no manual find-and-replace.

{|row| puts row.join("\t")}{2}
Unlock with Pro →

when to use it

Community prompt sourced from the open-source GitHub repo nooscraft/tokuin (NOASSERTION). A "f Awesome Chatgpt Prompts Find Prompt" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.

tags

roleplaycommunitygeneral

source

nooscraft/tokuin · NOASSERTION