awesome-chatgpt-prompts
awesome-chatgpt-prompts copied to clipboard
Word Search Generator
Add New Prompt
⚠️ PLEASE INCLUDE YOUR PROMPTS IN BOTH THE
README.md
andprompts.csv
FILES FOLLOWING THE GUIDELINES PROVIDED BELOW.
You'll need to add your prompt into README.md, and to the prompts.csv
file. If your prompt includes quotes, you will need to double-quote them to escape in CSV file.
If the prompt is generated by ChatGPT, please add <mark>Generated by ChatGPT</mark>
to the end of the contribution line.
Description
🤖 Generated by Copilot at 273d52f
This pull request introduces a new Linux Terminal
act and prompt for ChatGPT in the file prompts.csv
. The new prompt allows users to simulate a command-line interface and learn basic Linux commands.
e.g.
"Hello","Say ""Hi"""
- [x] I've confirmed the prompt works well
- [x] I've added
Contributed by: [@yourusername](https://github.com/yourusername)
- [x] I've added to the README.md
- [x] I've added to the
prompts.csv
- [x] Escaped quotes by double-quoting them
- [x] No spaces after commas after double quotes. e.g.
"Hello","hi"
, not"Hello", "hi"
- [x] Removed "Act as" from the title on CSV
Please make sure you've completed all the checklist.