From be8b61530f9155ea781d30523b9ed941146104b3 Mon Sep 17 00:00:00 2001 From: Nemo Date: Tue, 16 Jun 2020 03:35:57 +0530 Subject: [PATCH] [doc] Adds note about --reverse flag --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 014763f..67bfdd8 100644 --- a/README.md +++ b/README.md @@ -59,6 +59,7 @@ HackerTray accepts its various options via the command line. Run `hackertray -h` 1. `-c`: Enables comments support. Clicking on links will also open the comments page on HN. Can be switched off via the UI, but the setting is not remembered. 2. `--chrome PROFILE-PATH`: Specifying a profile path to a chrome directory will make HackerTray read the Chrome History file to mark links as read. Links are checked once every 5 minutes, which is when the History file is copied (to override the lock in case Chrome is open), searched using sqlite and deleted. This feature is still experimental. 3. `--firefox PROFILE-PATH`: Specify path to a firefox profile directory. HackerTray will read your firefox history from this profile, and use it to mark links as read. Pass `auto` as PROFILE-PATH to automatically read the default profile and use that. +4. `--reverse` (or `-r`). Switches the order for the elements in the menu, so Quit is at top. Use this if your system bar is at the bottom of the screen. Note that the `--chrome` and `--firefox` options are independent, and can be used together. However, they cannot be specified multiple times (so reading from 2 chrome profiles is not possible).