You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
deploy | 4 years ago | |
internal | 4 years ago | |
.gitignore | 4 years ago | |
Dockerfile | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
go.mod | 4 years ago | |
go.sum | 4 years ago | |
main.go | 4 years ago | |
makefile | 4 years ago |
README.md
riffraff
A browser omni search bar enhancer. Side effects may include enhanced productivity, happiness and less google search tracking.
How to install
- Install it:
go get git.vdhsn.com/adam/riffraff
- Start it:
rifiraff [-bind 127.0.0.1] [-p 80] [-accesslog] [-data ./data.json]
-
Point your browser at it:
-
Customize it:
- add a shortcut:
add gitemoji https://www.webfx.com/tools/emoji-cheat-sheet
- add a search note the
%s
:add so https://stackoverflow.com/search?q=%s
oradd go https://godoc.org/?q=%s
- add a shortcut:
-
Use it:
- use stackoverflow shortcut:
so what is the copy and swap idiom
- go to a shortcut:
gitemoji
- use stackoverflow shortcut:
FAQ
-
Why rifraf?
- It's Halloween, I finally watched Rocky Horror Picture Show, and I'm following the butler theme for search apps.
-
How does this work?
- This serves a page over HTTP that implements Opensearch spec.
License
GPL