Skip to content

JackosDev/Ricerca-Homepage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ricerca

A search bar alternative that uses commands/bangs. Made with HTML + CSS + jQuery.

Preview: Demo #1 - Demo #2
Download: Latest - Minimal

Customization

Open ricerca.config.js. Edit everythings that's inside.
You can add search providers ad infinitum. Just follow the examples.

ricercaProvidersList = [
// Command, Page name,      Form action,                            Input name
    "!d",   "DuckDuckGo",   "https://www.duckduckgo.com",           "q",
    "!g",   "Google",       "https://www.google.com/search",        "q",
    "!w",   "Wikipedia",    "http://en.wikipedia.org/w/index.php",  "search",
    "!y",   "YouTube",      "https://www.youtube.com/results",      "search_query"
];

ricercaDefaultProvider = "Google";

To add the corresponding icon, add it to the images/icons folder, with the filename being the same as Provider Name and having .ICO as format.

Disclaimer

For getting the icons I used getFavicon. Each image belongs to the corresponding owner and I am in no way affiliated to them.

License

Copyright © 2016 -- JackosDev @ github

This work is free. You can redistribute it and/or modify it under the terms of the Do What The Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See http://www.wtfpl.net/ for more details.

About

Simple homepage using a dynamic search bar by commands.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published