mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
parent
ddfe79b3ac
commit
bb9684f7d3
2 changed files with 5 additions and 5 deletions
|
|
@ -14,7 +14,7 @@ namespace Wox.Plugin.PluginManagement
|
||||||
{
|
{
|
||||||
public class Main : IPlugin, IPluginI18n
|
public class Main : IPlugin, IPluginI18n
|
||||||
{
|
{
|
||||||
private static string APIBASE = "https://api.getwox.com";
|
private static string APIBASE = "http://api.getwox.com";
|
||||||
private static string PluginConfigName = "plugin.json";
|
private static string PluginConfigName = "plugin.json";
|
||||||
private static string pluginSearchUrl = APIBASE + "/plugin/search/";
|
private static string pluginSearchUrl = APIBASE + "/plugin/search/";
|
||||||
private const string ListCommand = "list";
|
private const string ListCommand = "list";
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
Wox [](https://ci.appveyor.com/project/qianlifeng/wox) [](https://www.bountysource.com/teams/wox?utm_source=Wox&utm_medium=shield&utm_campaign=raised) [](http://issuestats.com/github/Wox-launcher/Wox)
|
Wox [](https://ci.appveyor.com/project/qianlifeng/wox) [](https://www.bountysource.com/teams/wox?utm_source=Wox&utm_medium=shield&utm_campaign=raised) [](http://issuestats.com/github/Wox-launcher/Wox)
|
||||||
=========
|
=========
|
||||||
[Wox](https://www.getwox.com/) is a launcher for Windows, an alternative to [Alfred](https://www.alfredapp.com/) or [Launchy](http://www.launchy.net/). You can launch everything with just a few keystrokes!
|
[Wox](http://www.getwox.com/) is a launcher for Windows, an alternative to [Alfred](https://www.alfredapp.com/) or [Launchy](http://www.launchy.net/). You can launch everything with just a few keystrokes!
|
||||||
|
|
||||||
Screenshot
|
Screenshot
|
||||||
=========
|
=========
|
||||||
|
|
@ -10,10 +10,10 @@ Screenshot
|
||||||
|
|
||||||
Features
|
Features
|
||||||
=========
|
=========
|
||||||
1. Search all applications, folders, files, [bookmarks](https://www.getwox.com/plugin/16).
|
1. Search all applications, folders, files, [bookmarks](http://www.getwox.com/plugin/16).
|
||||||
2. Search Web using keyword (e.g. search google with `g search_term`)
|
2. Search Web using keyword (e.g. search google with `g search_term`)
|
||||||
3. Build custom themes in [https://www.getwox.com/theme/builder](https://www.getwox.com/theme/builder)
|
3. Build custom themes in [http://www.getwox.com/theme/builder](http://www.getwox.com/theme/builder)
|
||||||
4. Install plugins from [https://www.getwox.com/plugin](https://www.getwox.com/plugin)
|
4. Install plugins from [http://www.getwox.com/plugin](http://www.getwox.com/plugin)
|
||||||
|
|
||||||
Installation
|
Installation
|
||||||
=========
|
=========
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue