migrate shortcuts.yml from findfind
This commit is contained in:
parent
480e8ba404
commit
fd5b99d9af
1 changed files with 76 additions and 10 deletions
|
|
@ -1,11 +1,77 @@
|
|||
# Documentation:
|
||||
# https://github.com/trovu/trovu.github.io/wiki/Advanced-settings-&-personal-shortcuts#personal-shortcuts
|
||||
|
||||
examplekeyword 0: http://www.example.com/
|
||||
examplekeyword 1: http://www.example.com/?q={%query}
|
||||
examplekeyword 2:
|
||||
url: http://www.example.com/?q={%query}&p={%puery}
|
||||
title: Custom shortcut
|
||||
description: My custom shortcut with the keyword examplekeyword and 2 arguments.
|
||||
gem 1:
|
||||
url: https://rubygems.org/search?utf8=✓&query=<query>
|
||||
title: Rubygems Search
|
||||
tags:
|
||||
- example
|
||||
- ruby gem
|
||||
examples:
|
||||
query: Search for a gem called 'query' on rubygems.org
|
||||
db 4:
|
||||
url: http://reiseauskunft.bahn.de/bin/query.exe/d?S=<Start>&Z=<Ziel>&T=<Zeit>&D=<Datum>&start=1&REQ0Tariff_TravellerAge.1=30&REQ0Tariff_TravellerReductionClass.1=4&REQ0Tariff_Class=2&existOptimizePrice=0
|
||||
title: DB-Auskunft
|
||||
wfw 1:
|
||||
url: http://warframe.wikia.com/wiki/<query>
|
||||
title: Warframe Wiki
|
||||
a 1:
|
||||
url: http://smile.amazon.de/gp/search?keywords=<Suche>
|
||||
title: Amazon
|
||||
a 0:
|
||||
url: http://smile.amazon.de/
|
||||
title: Amazon
|
||||
void 1:
|
||||
url: https://github.com/void-linux/void-packages/issues?utf8=%E2%9C%93&q=is%3Aopen+<query>
|
||||
title: Voidlinux Packages Issues and PRs
|
||||
tags:
|
||||
- linux
|
||||
- voidlinux
|
||||
- packages
|
||||
- github
|
||||
te 1:
|
||||
url: http://www.tineye.com/search?url=<url>
|
||||
title: TinEye
|
||||
java 1:
|
||||
url: http://www.google.com/search?hl=<$language>&q=inurl%3Ajavase%2F11%2Fdocs%2Fapi%2F+Class+<query>+intitle%3A<query>&ie=utf-8&btnI=1
|
||||
title: Java Platform SE 11 API
|
||||
tags:
|
||||
- java
|
||||
- programming
|
||||
- api
|
||||
examples:
|
||||
void: Search for docs about "void"
|
||||
ors 1:
|
||||
url: https://maps.openrouteservice.org/#/search/<location>/@0,0/z/10
|
||||
title: OpenRouteService
|
||||
description: Search for a place on OpenRouteService
|
||||
tags:
|
||||
- maps
|
||||
- openstreetmap
|
||||
scala3 1:
|
||||
url: http://www.scala-lang.org/api/3.3.0/?search=<query>
|
||||
title: Scala Standard Library
|
||||
tags:
|
||||
- scala
|
||||
- programming
|
||||
- jvm
|
||||
- programming language
|
||||
- api
|
||||
- apidoc
|
||||
- documentation
|
||||
examples:
|
||||
AnyVal: Search for "AnyVal"
|
||||
scaladex 1:
|
||||
url: https://index.scala-lang.org/search?q=<query>
|
||||
title: Scaladex Library index
|
||||
description: Search for Scala libraries on Scaladex
|
||||
tags:
|
||||
- scala
|
||||
- programming
|
||||
- jvm
|
||||
- library
|
||||
examples:
|
||||
cats: Search Scaladex Library index for cats and related libraries
|
||||
http: Search for HTTP libraries
|
||||
k 1:
|
||||
url: ' https://kagi.com/search?q=<searchTerms>'
|
||||
title: Kagi Search
|
||||
tags:
|
||||
- search engine
|
||||
- web search
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue