You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 25, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: docs/mode-tui.md
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,13 @@ You can navigate on the subscription list and:
36
36
* left click or press enter: Will filter only entries from this tinylog and hide all entries from other tinylogs. A Status `F` or `🔎` is indicated.
37
37
* right click or press alt+enter: Will open a menu to mute / unmute a tinylog. A tinylog muted means no entry from this tinylog are displayed. A Status `M` or `🔕` is displayed.
38
38
39
+
**TUI Bookmarks**
40
+
41
+
Since version 1.0.0, GTL can manage bookmarks:
42
+
* To see the list of entries saved as bookmarks, press `b` (lowercase).
43
+
* To add an entry to the saved bookmarks, use `B` when an entry is selected (select with `J` and `K`)
44
+
* To remove an entry from the saved bookmarks, use `D` on a selected saved bookmarks (select with `J` and `K`)
45
+
39
46
**TUI Theming**
40
47
41
48
Please read the [theming documentation](/docs/mode-tui-theming.md) to customize colors in TUI mode.
0 commit comments