Firefox: Add searches for Font Awesome, Nerd fonts and Flibusta.
This commit is contained in:
parent
96034fa13e
commit
2bfd58acc1
|
@ -23,10 +23,13 @@
|
||||||
searchEngines = [
|
searchEngines = [
|
||||||
(mkSearchEngine "4p" "4pda" "https://4pda.to/forum/index.php?act=search&forums[]=all&source=all&query={searchTerms}")
|
(mkSearchEngine "4p" "4pda" "https://4pda.to/forum/index.php?act=search&forums[]=all&source=all&query={searchTerms}")
|
||||||
(mkSearchEngine "aw" "Arch Wiki" "https://wiki.archlinux.org/index.php?search={searchTerms}")
|
(mkSearchEngine "aw" "Arch Wiki" "https://wiki.archlinux.org/index.php?search={searchTerms}")
|
||||||
|
(mkSearchEngine "fa" "Font Awesome" "https://fontawesome.com/search?q={searchTerms}&o=r&m=free")
|
||||||
|
(mkSearchEngine "fb" "Flibusta" "https://flibusta.is/booksearch?ask={searchTerms}")
|
||||||
(mkSearchEngine "gh" "GitHub" "https://github.com/search?q={searchTerms}")
|
(mkSearchEngine "gh" "GitHub" "https://github.com/search?q={searchTerms}")
|
||||||
(mkSearchEngine "gc" "GitHub Code" "https://github.com/search?q={searchTerms}&type=code")
|
(mkSearchEngine "gc" "GitHub Code" "https://github.com/search?q={searchTerms}&type=code")
|
||||||
(mkSearchEngine "gn" "GitHub Notif" "https://github.com/notifications?query={searchTerms}")
|
(mkSearchEngine "gn" "GitHub Notif" "https://github.com/notifications?query={searchTerms}")
|
||||||
(mkSearchEngine "hm" "Home Manager" "https://home-manager-options.extranix.com/?query={searchTerms}")
|
(mkSearchEngine "hm" "Home Manager" "https://home-manager-options.extranix.com/?query={searchTerms}")
|
||||||
|
(mkSearchEngine "nf" "Nerd Fonts" "https://www.nerdfonts.com/cheat-sheet?q={searchTerms}")
|
||||||
(mkSearchEngine "no" "NixOS Options" "https://search.nixos.org/options?query={searchTerms}")
|
(mkSearchEngine "no" "NixOS Options" "https://search.nixos.org/options?query={searchTerms}")
|
||||||
(mkSearchEngine "np" "NixOS Packages" "https://search.nixos.org/packages?query={searchTerms}")
|
(mkSearchEngine "np" "NixOS Packages" "https://search.nixos.org/packages?query={searchTerms}")
|
||||||
(mkSearchEngine "oz" "Ozon" "https://www.ozon.ru/search?text={searchTerms}")
|
(mkSearchEngine "oz" "Ozon" "https://www.ozon.ru/search?text={searchTerms}")
|
||||||
|
|
|
@ -33,10 +33,7 @@
|
||||||
])
|
])
|
||||||
(mkGroup "Bookmark" "fa-bookmark" [
|
(mkGroup "Bookmark" "fa-bookmark" [
|
||||||
(mkLink "2gis" "fa-map-location-dot" "https://2gis.ru")
|
(mkLink "2gis" "fa-map-location-dot" "https://2gis.ru")
|
||||||
(mkLink "Flibusta" "fa-book" "https://flibusta.is")
|
|
||||||
(mkLink "FontAwesome" "fa-font-awesome" "https://fontawesome.com/search?o=r&m=free")
|
|
||||||
(mkLink "MonkeyType" "fa-keyboard" "https://monkeytype.com")
|
(mkLink "MonkeyType" "fa-keyboard" "https://monkeytype.com")
|
||||||
(mkLink "NerdFonts" "fa-font" "https://www.nerdfonts.com/cheat-sheet")
|
|
||||||
(mkLink "Reddit" "fab fa-reddit" "https://reddit.com")
|
(mkLink "Reddit" "fab fa-reddit" "https://reddit.com")
|
||||||
(mkLink "Toolbox" "fa-toolbox" "https://it-tools.tech")
|
(mkLink "Toolbox" "fa-toolbox" "https://it-tools.tech")
|
||||||
(mkLink "Zigbee" "fa-satellite-dish" "https://zigbee.blakadder.com")
|
(mkLink "Zigbee" "fa-satellite-dish" "https://zigbee.blakadder.com")
|
||||||
|
|
Loading…
Reference in a new issue