Skip to content

Commit

Permalink
minor updates
Browse files Browse the repository at this point in the history
  • Loading branch information
nate-parrott committed Mar 26, 2015
1 parent 97df847 commit 2d906f8
Show file tree
Hide file tree
Showing 15 changed files with 47 additions and 15 deletions.
1 change: 0 additions & 1 deletion PluginDirectories/1/favorites.bundle/1.version

This file was deleted.

1 change: 1 addition & 0 deletions PluginDirectories/1/favorites.bundle/2.version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
04de2806050c8f419f30953d62661149b1fc39fcf04b5606f4bc8beb096f4db0
1 change: 0 additions & 1 deletion PluginDirectories/1/googlesearch.bundle/1.version

This file was deleted.

1 change: 1 addition & 0 deletions PluginDirectories/1/googlesearch.bundle/2.version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
38af2ced26662af75c00304397f9f4c03a361b2c7437b1dbaab967e849396110
42 changes: 36 additions & 6 deletions PluginDirectories/1/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -1004,8 +1004,7 @@
},
{
"categories": [
"Search",
"Featured"
"Search"
],
"displayName": "Google Search",
"displayName_de": "Google Suche",
Expand Down Expand Up @@ -1268,7 +1267,7 @@
],
"creator_name": "Dylan Zhang",
"creator_url": "http://dylanzhang.me",
"description": "Kill a process",
"description": "Search processes as you type and kill the selected process",
"displayName": "Kill",
"examples": [
"kill safari",
Expand Down Expand Up @@ -1618,6 +1617,20 @@
"name": "qr-googlechart",
"zip_url": "qr-googlechart.zip"
},
{
"categories": [
"Search",
"Featured"
],
"description": "Search the web instantly from Spotlight. Type '/', followed by your search.",
"displayName": "Quick Web Search",
"examples": [
"/hubble telescope",
"/carroll gardens"
],
"name": "quicksearch",
"zip_url": "quicksearch.zip"
},
{
"categories": [
"Media"
Expand Down Expand Up @@ -2242,14 +2255,15 @@
},
{
"categories": [
"Weather"
"Weather",
"Featured"
],
"description": "Updated weather plugin with both days and hour-by-hour forcast.",
"displayName": "Weather",
"examples": [
"weather brooklyn",
"weather uppsala now",
"how's the weather in new york now?"
"how's the weather in uppsala?",
"weather new york now"
],
"name": "weather",
"zip_url": "weather.zip"
Expand Down Expand Up @@ -2375,6 +2389,22 @@
"name": "wiktionary",
"zip_url": "wiktionary.zip"
},
{
"categories": [
"System"
],
"creator_name": "Nate Gantt",
"description": "Easily toggle wifi/bluetooth",
"displayName": "Wireless Toggles",
"examples": [
"wifi on",
"turn wifi on",
"turn bluetooth on",
"bluetooth off"
],
"name": "wireless-toggles",
"zip_url": "wireless-toggles.zip"
},
{
"categories": [
"Information",
Expand Down
1 change: 0 additions & 1 deletion PluginDirectories/1/kill9.bundle/1.version

This file was deleted.

1 change: 1 addition & 0 deletions PluginDirectories/1/kill9.bundle/2.version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
777550709060f8aab1d2d88d85cbc34d4dd12a9bc6328245911e1869b101fcc1
1 change: 0 additions & 1 deletion PluginDirectories/1/open-url.bundle/2.version

This file was deleted.

1 change: 1 addition & 0 deletions PluginDirectories/1/open-url.bundle/3.version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
04b4c11cced9671692a41c5f1441b942cb260478af0818e61051783fcb1c56a3
1 change: 1 addition & 0 deletions PluginDirectories/1/quicksearch.bundle/1.version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
d409b6e4b3dbedd85bf2c96f5fae4c22b9fa58419b7e8cfc9a8b16be4250b37f
1 change: 0 additions & 1 deletion PluginDirectories/1/weather.bundle/4.version

This file was deleted.

1 change: 1 addition & 0 deletions PluginDirectories/1/weather.bundle/5.version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ddd624010e273617bc31866b5d89f1daa5f5479b693c30ccd988f3a00b82587c
1 change: 1 addition & 0 deletions PluginDirectories/1/wireless-toggles.bundle/1.version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
e4e4d4f64aec4225cacf2613a38a9bcf4928fb49bc3a107ed43c23a4d888aac9
7 changes: 3 additions & 4 deletions PluginDirectories/1/wireless-toggles.bundle/info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"displayName" : "Network Toggles",
"name" : "network-toggles",
"displayName" : "Wireless Toggles",
"name" : "wireless-toggles",
"description" : "Easily toggle wifi/bluetooth",
"categories" : ["System"],
"examples" : [
Expand All @@ -9,6 +9,5 @@
"turn bluetooth on",
"bluetooth off"
],
"creator_name": "Nate Gantt",
"creator_url": "TEMP PLACEHOLDER BEFORE THIS GOES ON GITHUB"
"creator_name": "Nate Gantt"
}
1 change: 1 addition & 0 deletions flashlightplugins/static/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ img {
display: inline-block;
list-style-type: none;
padding: 7px;
font-size: small;
}
#categories > li:hover {
background-color: white;
Expand Down

0 comments on commit 2d906f8

Please sign in to comment.