mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-03 15:40:17 +00:00
12 lines
373 B
Plaintext
12 lines
373 B
Plaintext
# taste (Bash-Snippets)
|
|
# A recommendation engine that provides 3 similar items based on some input topic.
|
|
|
|
# Get the names of three recommendations based on supplied item
|
|
taste Catcher in the Rye
|
|
|
|
# Get the names and information on three recommendations based on supplied item
|
|
taste -i Kendrick Lamar
|
|
|
|
# Get information on the supplied item
|
|
taste -s Red Hot Chili Peppers
|