mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
udpate config
This commit is contained in:
parent
f39b936439
commit
23a46b6b9d
1 changed files with 2 additions and 7 deletions
|
|
@ -13,16 +13,11 @@
|
|||
{ key: 'l', name: 'Line Radio', url: 'https://linerad.io', search: '/#/' },
|
||||
{ key: 's', name: 'SoundCloud', url: 'https://soundcloud.com', search: '/search?q=' },
|
||||
] },
|
||||
{ name: "Work", commands: [
|
||||
{ name: "Tools", commands: [
|
||||
{ key: 'g', name: 'GitHub', url: 'https://github.com', search: '/search?q=' },
|
||||
{ key: 'm', name: 'Inbox', url: 'https://inbox.google.com', search: '/search/' },
|
||||
{ key: 'k', name: 'Keep', url: 'https://keep.google.com', search: '/#search/text=' },
|
||||
] },
|
||||
{ name: "People", commands: [
|
||||
{ key: 'r', name: 'Reddit', url: 'https://www.reddit.com', search: '/search?q=' },
|
||||
{ key: 't', name: 'Twitter', url: 'https://twitter.com', search: '/search?q=' },
|
||||
{ key: 'i', name: 'Instagram', url: 'https://www.instagram.com', search: '/' },
|
||||
] },
|
||||
{ name: "Download", commands: [
|
||||
{ key: 'T', name: 'The Pirate Bay', url: 'https://thepiratebay.org', search: '/search/' },
|
||||
{ key: 'Y', name: 'YIFY', url: 'https://yts.ag', search: '/browse-movies/' },
|
||||
|
|
@ -31,7 +26,7 @@
|
|||
],
|
||||
|
||||
// if none of the keys are matched, this is used for searching.
|
||||
defaultSearch: 'https://start.duckduckgo.com/?q=',
|
||||
defaultSearch: 'https://encrypted.google.com/search?q=',
|
||||
|
||||
// the delimiter between the key and your search query.
|
||||
// e.g. to search GitHub for potatoes you'd type "g:potatoes".
|
||||
|
|
|
|||
Loading…
Reference in a new issue