aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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