prompt-lists 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/Gemfile +6 -0
- data/Gemfile.lock +26 -0
- data/LICENSE +33 -0
- data/README.md +9 -0
- data/lib/prompt_lists.rb +69 -0
- data/lists/animal/all.yml +1872 -0
- data/lists/animal/bird.yml +918 -0
- data/lists/animal/deep-sea.yml +74 -0
- data/lists/animal/dinosaur.yml +93 -0
- data/lists/animal/dog-breed.yml +670 -0
- data/lists/animal/insect.yml +133 -0
- data/lists/animal/mammal.yml +186 -0
- data/lists/animal/popular.yml +145 -0
- data/lists/animal/sea.yml +89 -0
- data/lists/architecture/architect.yml +190 -0
- data/lists/architecture/extreme-location.yml +49 -0
- data/lists/architecture/famous-building.yml +126 -0
- data/lists/architecture/home.yml +22 -0
- data/lists/architecture/interior-design.yml +39 -0
- data/lists/architecture/interior-keywords.yml +104 -0
- data/lists/architecture/material.yml +103 -0
- data/lists/architecture/style-detailed.yml +104 -0
- data/lists/architecture/style.yml +202 -0
- data/lists/architecture/term.yml +130 -0
- data/lists/art/painting-keyword.yml +74 -0
- data/lists/art/painting-technique.yml +98 -0
- data/lists/art/pattern.yml +104 -0
- data/lists/art/sculpture.yml +74 -0
- data/lists/art/style.yml +64 -0
- data/lists/art/type.yml +193 -0
- data/lists/artist/all.yml +1762 -0
- data/lists/artist/common.yml +416 -0
- data/lists/artist/concept.yml +37 -0
- data/lists/artist/dark.yml +19 -0
- data/lists/artist/illustrator.yml +60 -0
- data/lists/artist/painter.yml +42 -0
- data/lists/artist/with-really-strong-affects.yml +31 -0
- data/lists/artist/with-strong-affects.yml +151 -0
- data/lists/audio/sound-effect.yml +254 -0
- data/lists/audio/voice.yml +102 -0
- data/lists/business/brand.yml +291 -0
- data/lists/character/action.yml +53 -0
- data/lists/character/anime.yml +169 -0
- data/lists/character/child.yml +58 -0
- data/lists/character/coming-of-age.yml +55 -0
- data/lists/character/famous.yml +375 -0
- data/lists/character/fantasy.yml +56 -0
- data/lists/character/general.yml +109 -0
- data/lists/character/monster.yml +116 -0
- data/lists/character/romantic.yml +43 -0
- data/lists/character/scifi.yml +55 -0
- data/lists/character/superhero.yml +101 -0
- data/lists/character/supervillain.yml +98 -0
- data/lists/cinematic/animation-studio.yml +68 -0
- data/lists/cinematic/animation.yml +19 -0
- data/lists/cinematic/coloring.yml +39 -0
- data/lists/cinematic/director.yml +51 -0
- data/lists/cinematic/effect.yml +38 -0
- data/lists/cinematic/genre.yml +180 -0
- data/lists/cinematic/keyword.yml +24 -0
- data/lists/cinematic/moment.yml +220 -0
- data/lists/cinematic/movie.yml +147 -0
- data/lists/cinematic/shot.yml +58 -0
- data/lists/color/all.yml +50 -0
- data/lists/color/depth.yml +14 -0
- data/lists/color/modifier.yml +58 -0
- data/lists/color/pair.yml +29 -0
- data/lists/color/palette.yml +77 -0
- data/lists/color/perception.yml +25 -0
- data/lists/fashion/accessory.yml +157 -0
- data/lists/fashion/cultural.yml +102 -0
- data/lists/fashion/designer.yml +107 -0
- data/lists/fashion/feminine.yml +156 -0
- data/lists/fashion/hair-feminine.yml +104 -0
- data/lists/fashion/hair-masculine.yml +104 -0
- data/lists/fashion/masculine.yml +177 -0
- data/lists/fashion/outfit-feminine.yml +65 -0
- data/lists/fashion/scifi.yml +54 -0
- data/lists/fashion/type.yml +54 -0
- data/lists/feeling/all.yml +491 -0
- data/lists/feeling/creepy.yml +43 -0
- data/lists/feeling/loved.yml +110 -0
- data/lists/feeling/melancholy.yml +49 -0
- data/lists/feeling/unnerved.yml +46 -0
- data/lists/food/bakery.yml +157 -0
- data/lists/food/bbq.yml +28 -0
- data/lists/food/breakfast.yml +73 -0
- data/lists/food/cuisine.yml +104 -0
- data/lists/food/fast.yml +149 -0
- data/lists/food/fruit.yml +113 -0
- data/lists/geography/city.yml +22959 -0
- data/lists/geography/country.yml +203 -0
- data/lists/geography/ethnic-group.yml +1062 -0
- data/lists/geography/language.yml +615 -0
- data/lists/geography/nationality.yml +210 -0
- data/lists/geography/territory.yml +83 -0
- data/lists/interaction/couple-negative.yml +54 -0
- data/lists/interaction/couple.yml +53 -0
- data/lists/interaction/crowd.yml +48 -0
- data/lists/interaction/group.yml +54 -0
- data/lists/interaction/individual-detailed.yml +198 -0
- data/lists/interaction/individual.yml +408 -0
- data/lists/keyword/detailed.yml +44 -0
- data/lists/keyword/epic.yml +113 -0
- data/lists/keyword/genre.yml +49 -0
- data/lists/keyword/glitch.yml +42 -0
- data/lists/keyword/modifier.yml +73 -0
- data/lists/keyword/negative.yml +73 -0
- data/lists/keyword/prayer.yml +53 -0
- data/lists/keyword/trending.yml +22 -0
- data/lists/keyword/unusual.yml +48 -0
- data/lists/music/artist.yml +100 -0
- data/lists/music/bpm.yml +24 -0
- data/lists/music/composer.yml +176 -0
- data/lists/music/drop.yml +24 -0
- data/lists/music/dynamic.yml +75 -0
- data/lists/music/feature.yml +189 -0
- data/lists/music/genre.yml +290 -0
- data/lists/music/harmony.yml +24 -0
- data/lists/music/instrument.yml +194 -0
- data/lists/music/key.yml +24 -0
- data/lists/music/melody.yml +81 -0
- data/lists/music/mode.yml +41 -0
- data/lists/music/mood.yml +103 -0
- data/lists/music/percussive.yml +135 -0
- data/lists/music/recording.yml +57 -0
- data/lists/music/rhythm.yml +13 -0
- data/lists/music/song-section.yml +23 -0
- data/lists/music/vocal.yml +104 -0
- data/lists/nature/area-of-natural-beauty.yml +618 -0
- data/lists/nature/flower.yml +501 -0
- data/lists/nature/scene-modifier.yml +35 -0
- data/lists/nature/scene.yml +68 -0
- data/lists/nature/texture.yml +153 -0
- data/lists/nature/tree.yml +144 -0
- data/lists/nature/tropical-houseplant.yml +90 -0
- data/lists/nature/weather.yml +130 -0
- data/lists/nature/wood.yml +52 -0
- data/lists/people/beautiful-feminine.yml +30 -0
- data/lists/people/beautiful-masculine.yml +91 -0
- data/lists/people/body-type.yml +101 -0
- data/lists/people/celebrity.yml +641 -0
- data/lists/people/common.yml +18 -0
- data/lists/people/couple.yml +21 -0
- data/lists/people/dance.yml +103 -0
- data/lists/people/expression.yml +434 -0
- data/lists/people/eye-color.yml +30 -0
- data/lists/people/festival.yml +43 -0
- data/lists/people/group.yml +46 -0
- data/lists/people/hobby.yml +281 -0
- data/lists/people/job.yml +604 -0
- data/lists/people/pose-portrait.yml +29 -0
- data/lists/people/pose.yml +153 -0
- data/lists/photography/camera.yml +170 -0
- data/lists/photography/film.yml +84 -0
- data/lists/photography/landscape-keyword.yml +70 -0
- data/lists/photography/landscape-subject-detailed.yml +145 -0
- data/lists/photography/landscape-subject.yml +114 -0
- data/lists/photography/lens.yml +70 -0
- data/lists/photography/light.yml +124 -0
- data/lists/photography/photographer.yml +948 -0
- data/lists/photography/portrait-photographer.yml +68 -0
- data/lists/photography/summer-scene.yml +34 -0
- data/lists/photography/summer-tropical-beach.yml +54 -0
- data/lists/photojournalism/news-extreme.yml +54 -0
- data/lists/photojournalism/news-normal.yml +43 -0
- data/lists/photojournalism/news-specific.yml +24 -0
- data/lists/photojournalism/style-protest.yml +24 -0
- data/lists/photojournalism/types.yml +73 -0
- data/lists/places/home.yml +87 -0
- data/lists/places/public.yml +78 -0
- data/lists/places/room.yml +35 -0
- data/lists/plot/action.yml +54 -0
- data/lists/plot/arthouse.yml +54 -0
- data/lists/plot/fantasy.yml +54 -0
- data/lists/plot/general.yml +97 -0
- data/lists/plot/horror.yml +53 -0
- data/lists/plot/musical.yml +54 -0
- data/lists/plot/romance.yml +53 -0
- data/lists/plot/scifi-cyberpunk.yml +54 -0
- data/lists/plot/scifi.yml +173 -0
- data/lists/plot/war.yml +54 -0
- data/lists/science/astronomy.yml +34 -0
- data/lists/science/chemical-element.yml +122 -0
- data/lists/science/geometry.yml +93 -0
- data/lists/science/medical-images.yml +24 -0
- data/lists/set/describe-style.yml +17760 -0
- data/lists/set/describe-subject.yml +255734 -0
- data/lists/set/parti.yml +1639 -0
- data/lists/thing/adjective.yml +54 -0
- data/lists/thing/city.yml +193 -0
- data/lists/thing/everyday.yml +228 -0
- data/lists/thing/fantasy.yml +130 -0
- data/lists/thing/gadget.yml +405 -0
- data/lists/thing/icon.yml +115 -0
- data/lists/thing/office.yml +53 -0
- data/lists/thing/scary.yml +193 -0
- data/lists/thing/sci-fi.yml +192 -0
- data/lists/thing/space.yml +141 -0
- data/lists/thing/summer.yml +52 -0
- data/lists/time/century.yml +16 -0
- data/lists/time/day-of-year.yml +369 -0
- data/lists/time/decade.yml +15 -0
- data/lists/time/era.yml +91 -0
- data/lists/time/time-of-day.yml +34 -0
- data/lists/time/year.yml +205 -0
- data/lists/typography/feature.yml +46 -0
- data/lists/typography/font-type.yml +45 -0
- data/lists/typography/font.yml +68 -0
- data/lists/typography/style.yml +57 -0
- data/lists/typography/word-art.yml +104 -0
- data/lists/vehicle/car.yml +309 -0
- data/lists/vehicle/classic-car.yml +148 -0
- data/lists/vehicle/famous-car.yml +42 -0
- data/lists/vehicle/fast-car.yml +81 -0
- data/lists/vehicle/type.yml +104 -0
- data/lists/video-game/action.yml +300 -0
- data/lists/video-game/designer.yml +54 -0
- data/lists/video-game/engine.yml +54 -0
- data/lists/video-game/game.yml +306 -0
- data/lists/video-game/region.yml +104 -0
- data/lists/word/adjective.yml +4984 -0
- data/lists/word/adverb.yml +1802 -0
- data/lists/word/noun.yml +24393 -0
- data/lists/word/verb.yml +9954 -0
- metadata +299 -0
@@ -0,0 +1,281 @@
|
|
1
|
+
---
|
2
|
+
title: Hobbies
|
3
|
+
category: people
|
4
|
+
---
|
5
|
+
acting
|
6
|
+
acupuncture
|
7
|
+
advocacy
|
8
|
+
animal rights
|
9
|
+
animation
|
10
|
+
apiary
|
11
|
+
app development
|
12
|
+
aquarium keeping
|
13
|
+
archery
|
14
|
+
aromatherapy
|
15
|
+
art therapy
|
16
|
+
astrology
|
17
|
+
astronomy
|
18
|
+
audiobook narration
|
19
|
+
backgammon
|
20
|
+
backpacking
|
21
|
+
baking
|
22
|
+
ballroom dancing
|
23
|
+
beekeeping
|
24
|
+
beer brewing
|
25
|
+
belly dancing
|
26
|
+
biking
|
27
|
+
bird watching
|
28
|
+
blogging
|
29
|
+
board gaming
|
30
|
+
bodybuilding
|
31
|
+
bonsai cultivation
|
32
|
+
bookbinding
|
33
|
+
boxing
|
34
|
+
brewing
|
35
|
+
bungee jumping
|
36
|
+
calligraphy
|
37
|
+
camping
|
38
|
+
candle making
|
39
|
+
canoeing
|
40
|
+
card gaming
|
41
|
+
card making
|
42
|
+
charity work
|
43
|
+
checkers
|
44
|
+
chess
|
45
|
+
chessboxing
|
46
|
+
coding
|
47
|
+
cognitive-behavioral therapy
|
48
|
+
collecting antique books
|
49
|
+
collecting antique furniture
|
50
|
+
collecting antique jewelry
|
51
|
+
collecting autographs
|
52
|
+
collecting cds
|
53
|
+
collecting coins
|
54
|
+
collecting concert posters
|
55
|
+
collecting concert tickets
|
56
|
+
collecting sports memorabilia
|
57
|
+
collecting stamps
|
58
|
+
collecting vintage clothing
|
59
|
+
collecting vintage photographs
|
60
|
+
collecting vintage postcards
|
61
|
+
collecting vintage toys
|
62
|
+
collecting vinyl records
|
63
|
+
community organizing
|
64
|
+
composing music
|
65
|
+
conservation
|
66
|
+
cooking
|
67
|
+
cosplay
|
68
|
+
crocheting
|
69
|
+
cross-stitching
|
70
|
+
crossfit
|
71
|
+
crosswords
|
72
|
+
crystal healing
|
73
|
+
cultural exchange
|
74
|
+
dance fitness
|
75
|
+
dancing
|
76
|
+
debate
|
77
|
+
digital painting
|
78
|
+
djing
|
79
|
+
dog training
|
80
|
+
drama
|
81
|
+
drama therapy
|
82
|
+
drawing
|
83
|
+
dressage
|
84
|
+
editing
|
85
|
+
electronics
|
86
|
+
embroidery
|
87
|
+
engraving
|
88
|
+
environmentalism
|
89
|
+
falconry
|
90
|
+
fantasy sports
|
91
|
+
fashion design
|
92
|
+
feng shui
|
93
|
+
fiction writing
|
94
|
+
filmmaking
|
95
|
+
fishing
|
96
|
+
fitness boot camp
|
97
|
+
flower arranging
|
98
|
+
fly fishing
|
99
|
+
fly tying
|
100
|
+
freerunning
|
101
|
+
fundraising
|
102
|
+
furniture making
|
103
|
+
gaming
|
104
|
+
gardening
|
105
|
+
genealogy
|
106
|
+
geocaching
|
107
|
+
glass blowing
|
108
|
+
glass etching
|
109
|
+
glass fusion
|
110
|
+
glass painting
|
111
|
+
glassblowing
|
112
|
+
go
|
113
|
+
graphic design
|
114
|
+
group therapy
|
115
|
+
herbalism
|
116
|
+
hiking
|
117
|
+
home improvement
|
118
|
+
homebrewing
|
119
|
+
homeopathy
|
120
|
+
horse racing
|
121
|
+
horse riding
|
122
|
+
horseback riding
|
123
|
+
hot air ballooning
|
124
|
+
hula hooping
|
125
|
+
human rights
|
126
|
+
hunting
|
127
|
+
hydroponics
|
128
|
+
hypnotherapy
|
129
|
+
interior design
|
130
|
+
jewelry making
|
131
|
+
jewelry repair
|
132
|
+
jiu-jitsu
|
133
|
+
juggling
|
134
|
+
kayaking
|
135
|
+
kickboxing
|
136
|
+
kite flying
|
137
|
+
knife making
|
138
|
+
knitting
|
139
|
+
language learning
|
140
|
+
lapidary
|
141
|
+
leathercraft
|
142
|
+
leatherworking
|
143
|
+
listening to music
|
144
|
+
lock picking
|
145
|
+
macramé
|
146
|
+
magic tricks
|
147
|
+
mahjong
|
148
|
+
makeup artistry
|
149
|
+
makeup tutorials
|
150
|
+
map reading
|
151
|
+
martial arts
|
152
|
+
meditation
|
153
|
+
metal detecting
|
154
|
+
metal engraving
|
155
|
+
metalworking
|
156
|
+
mindfulness-based stress reduction
|
157
|
+
mixology
|
158
|
+
model making
|
159
|
+
mosaic art
|
160
|
+
mountaineering
|
161
|
+
music therapy
|
162
|
+
nail art
|
163
|
+
needlepoint
|
164
|
+
non-fiction writing
|
165
|
+
numerology
|
166
|
+
nutrition
|
167
|
+
online shopping
|
168
|
+
orienteering
|
169
|
+
origami
|
170
|
+
painting
|
171
|
+
palm reading
|
172
|
+
paper folding
|
173
|
+
paper making
|
174
|
+
paragliding
|
175
|
+
parkour
|
176
|
+
pen and ink drawing
|
177
|
+
perfume making
|
178
|
+
personal training
|
179
|
+
philosophy
|
180
|
+
photography
|
181
|
+
pilates
|
182
|
+
pinball
|
183
|
+
playing an instrument
|
184
|
+
playing sports
|
185
|
+
podcasting
|
186
|
+
poetry
|
187
|
+
political activism
|
188
|
+
polo
|
189
|
+
pottery
|
190
|
+
powerlifting
|
191
|
+
psychic readings
|
192
|
+
psychotherapy
|
193
|
+
public speaking
|
194
|
+
puppetry
|
195
|
+
puzzle making
|
196
|
+
puzzle solving
|
197
|
+
qigong
|
198
|
+
quilling
|
199
|
+
quilting
|
200
|
+
rafting
|
201
|
+
rc car racing
|
202
|
+
rc plane flying
|
203
|
+
reading
|
204
|
+
reflexology
|
205
|
+
reiki
|
206
|
+
reptile keeping
|
207
|
+
road trips
|
208
|
+
robotics
|
209
|
+
rubik's cube
|
210
|
+
running
|
211
|
+
salsa dancing
|
212
|
+
scenic drives
|
213
|
+
scrapbooking
|
214
|
+
screenprinting
|
215
|
+
scuba diving
|
216
|
+
sculpting
|
217
|
+
sewing
|
218
|
+
shooting
|
219
|
+
show jumping
|
220
|
+
singing
|
221
|
+
skateboarding
|
222
|
+
skiing
|
223
|
+
skydiving
|
224
|
+
slacklining
|
225
|
+
snorkeling
|
226
|
+
snowboarding
|
227
|
+
soap making
|
228
|
+
soapmaking
|
229
|
+
social justice
|
230
|
+
sound design
|
231
|
+
speedcubing
|
232
|
+
stained glass
|
233
|
+
stone carving
|
234
|
+
strongman
|
235
|
+
sudoku
|
236
|
+
surfing
|
237
|
+
swimming
|
238
|
+
swing dancing
|
239
|
+
tai chi
|
240
|
+
tango
|
241
|
+
tarot card reading
|
242
|
+
tarot reading
|
243
|
+
taxidermy
|
244
|
+
tea leaf reading
|
245
|
+
terrarium building
|
246
|
+
textile art
|
247
|
+
tiling
|
248
|
+
toastmasters
|
249
|
+
traveling
|
250
|
+
trivia games
|
251
|
+
typography
|
252
|
+
urban exploration
|
253
|
+
urban farming
|
254
|
+
video game design
|
255
|
+
video game streaming
|
256
|
+
video gaming
|
257
|
+
videography
|
258
|
+
virtual reality
|
259
|
+
vlogging
|
260
|
+
volunteer work
|
261
|
+
watching sports
|
262
|
+
watercolor painting
|
263
|
+
web design
|
264
|
+
webcomic creation
|
265
|
+
weight loss
|
266
|
+
weightlifting
|
267
|
+
welding
|
268
|
+
whittling
|
269
|
+
wildlife photography
|
270
|
+
wine tasting
|
271
|
+
wood carving
|
272
|
+
wood turning
|
273
|
+
woodworking
|
274
|
+
writing
|
275
|
+
writing therapy
|
276
|
+
yoga
|
277
|
+
zine making
|
278
|
+
zip-lining
|
279
|
+
zipper repair
|
280
|
+
zookeeping
|
281
|
+
zumba
|