summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 13 insertions, 3 deletions
diff --git a/README.md b/README.md
index d014211..a4d7fbf 100644
--- a/README.md
+++ b/README.md
@@ -2,13 +2,13 @@
## What
-![Screenshot](https://fkfd.me/static/utab-0.2.0.png)
+![Screenshot](https://fkfd.me/static/utab-0.3.0.png)
uTab (`[UuΜµ]{TAB|Tab|tab}`, pronounced you-tab, mu-tab, or microtab) is a New Tab daemon that runs on localhost to satisy your desire for cross-browser consistency of New Tabs. To enable it, read on.
## Why
-I hopped from Firefox to Falkon (KDE's browser) a while ago. It doesn't offer many choices as to a new tab. The default home page is not useful, and the speed dial is buggy and slow. I miss the "Top Sites" in Firefox, which manifests your most frequently visited sites in a 8*4 matrix. So I made this.
+I hopped from Firefox to Falkon (KDE's browser) a while ago. It doesn't offer many choices as to a new tab. The default home page is not useful, and the speed dial is buggy and slow. I miss the "Top Sites" in Firefox, which manifests your most frequently visited sites in a 8\*4 matrix. So I made this.
## How
@@ -48,9 +48,19 @@ After due consideration, I picked whichever file format I considered most effici
```yaml
columns: 8
rows: 4
+engines:
+ keyword:
+ url: https://search.engine/?q={{query}}
+ # example
+ ddg:
+ url: https://duckduckgo.com/?q={{query}}
+ wk:
+ url: https://en.wikipedia.org/wiki/{{query}}
+default_engine: keyword
```
-Ezpz. Layout for your grid.
+- `column/row`: Ezpz. Layout for your grid.
+- `engines/default_engine`: An index of your search engines plus a default pointer. To use, type `/keyword query` into the search bar, e.g. `/wk HTTP` will search for HTTP on English Wikipedia.
#### `sites.csv`