2017-07-17 21:13:45 +00:00
|
|
|
# taste (Bash-Snippets)
|
2020-11-17 17:02:28 +00:00
|
|
|
# Recommendation engine providing 3 similar items based on some input topic.
|
2017-07-17 18:10:54 +00:00
|
|
|
|
2020-11-17 17:02:28 +00:00
|
|
|
# Get names of three recommendations based on supplied item.
|
2017-07-17 00:11:57 +00:00
|
|
|
taste Catcher in the Rye
|
|
|
|
|
2020-11-17 17:02:28 +00:00
|
|
|
# Get names of and information on three recommendations based on supplied item.
|
2017-07-17 00:11:57 +00:00
|
|
|
taste -i Kendrick Lamar
|
|
|
|
|
2020-11-17 17:02:28 +00:00
|
|
|
# Get information on the supplied item.
|
2017-07-17 00:11:57 +00:00
|
|
|
taste -s Red Hot Chili Peppers
|