mirror of
https://github.com/chubin/cheat.sheets
synced 2024-11-17 09:25:32 +00:00
12 lines
365 B
Plaintext
12 lines
365 B
Plaintext
# taste (Bash-Snippets)
|
|
# Recommendation engine providing 3 similar items based on some input topic.
|
|
|
|
# Get names of three recommendations based on supplied item.
|
|
taste Catcher in the Rye
|
|
|
|
# Get names of 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
|