-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7d8414f
commit 2910656
Showing
2 changed files
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,8 @@ Persist EWW histories into SQLite. | |
Beside EWW, packages below are also supported: | ||
- Elfeed | ||
|
||
Welcome to [[https://github.com/1History/eww-history-ext/issues][open an issue]] if you have any issues or suggestions. | ||
|
||
* Usage | ||
Clone this repo, build so library, and add it to load-path: | ||
#+begin_src bash | ||
|
@@ -33,6 +35,13 @@ This command will output =eww-history-ext-dyn.so= file in current directory, whi | |
(eww-history-ext-enable)) | ||
#+END_SRC | ||
After enable eww-history-ext, histories of eww (and elfeed) will be saved into SQLite, you can use =M-x eww-history-ext-list= to browse saved histories. | ||
|
||
In =*eww-history-ext*= buffer, | ||
- Only latest 1000 histories are displayed by default, users can customize this via =eww-history-ext-default-query-limit=. | ||
- Press =s= to filter histories with specific keyword. | ||
- Press =RET= to visit history at point | ||
- Press column name =Time=, =VisitCount= to sort. | ||
|
||
* Screenshots | ||
[[file:screenshots/list.png]] | ||
* Development | ||
|
@@ -49,3 +58,8 @@ After enable eww-history-ext, histories of eww (and elfeed) will be saved into S | |
(setq eww-history-ext-db nil) | ||
(eww-history-ext-query-latest) | ||
#+END_SRC | ||
|
||
* LICENSE | ||
Copyright (c) 2022 Jiacai Liu <[email protected]> | ||
|
||
eww-history-ext is distributed under [[https://www.gnu.org/licenses/gpl-3.0.txt][GPL-3.0]] license. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.