A browser omnisearch bar enhancer
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.
 
 
 
 
Go to file
Adam Veldhousen 57cee54a08
added k8s deploy scripts
4 years ago
deploy added k8s deploy scripts 4 years ago
internal redirect empty searches to duck duck go 4 years ago
.gitignore Squashed commit of the following: 4 years ago
Dockerfile add data volume 4 years ago
LICENSE add gplv3 5 years ago
README.md fix docker hub link 4 years ago
go.mod access log everything so I can see what input is causing my app to crash 4 years ago
go.sum access log everything so I can see what input is causing my app to crash 4 years ago
main.go Squashed commit of the following: 4 years ago
makefile fix tag task 4 years ago

README.md

riffraff

GoDoc Go Report Card Docker Pulls GitHub go.mod Go version Gocover Go Walker Build Status License: GPL v3

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 or add go https://godoc.org/?q=%s
  • Use it:

    • use stackoverflow shortcut: so what is the copy and swap idiom
    • go to a shortcut: gitemoji

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?

License

GPL