aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-02-07 08:58:18 +0200
committerThanos Apollo <[email protected]>2024-02-07 08:58:18 +0200
commitb57d036e2c60918b01adbf70e4fd691de9b7d3e9 (patch)
tree25b8f1266fe0ba50ef16046a256304cb55f7db38
parent037771c77ea1007b62d773400fef1ef151a76919 (diff)
Update README
Add `Apply Filters` section
-rw-r--r--README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md
index fb210a8..97b5ad2 100644
--- a/README.md
+++ b/README.md
@@ -71,6 +71,21 @@ packages like so:
Make sure that the media player of your choice can directly play
youtube urls.
+### Apply Filters
+
+To filter the search results based on a specific criterion, you can
+modify the `yeetube-filter` value to your preferred option.
+
+For example:
+
+```emacs-lisp
+(setf yeetube-filter "Views")
+```
+
+This will filter & sort the search results according to the number of
+each video.
+
+
### FAQ
#### Feature request: display thumbnails
Formatting images in a text buffer is not something that I found easy