32 lines
507 B
Markdown
32 lines
507 B
Markdown
---
|
|
sidebar_position: 5
|
|
---
|
|
|
|
# Likes and dislikes
|
|
|
|
You express your opinion by liking and disliking any app.
|
|
|
|
Users will see likes and dislikes in information.
|
|
|
|
## CLI
|
|
```
|
|
horsy like <app>
|
|
horsy dislike <app>
|
|
```
|
|
|
|
## TUI
|
|
Not availible
|
|
|
|
## GUI
|
|
Search for app in `Browse` tab
|
|
|
|
Select needed app
|
|
|
|
Click `👍` or `👎` button
|
|
|
|
## What happens
|
|
horsy sends like or dislike request.
|
|
|
|
If you already liked or disliked this app, horsy will say you about it.
|
|
You CAN like and dislike same package at the same time!
|