Skip to content

Plasma-Paris/Wox.Plugins

Repository files navigation

Wox.Plugins

Plug-In list :

  • Translator
  • Synonym
  • Jrnl

Translator

About

Use MyMemory API or Yandex API for translate from many language to another

Usage

tr {source-language} {destination-language} {words} (ex: {0} en fr Hello everyone)

Settings

{
    "YandexApiKey": "***************************",
    "ApiName": "Yandex.Translate",
    "DefaultLanguages": [
        {
            "Source": "fr",
            "Destination": "en"
        },
        {
            "Source": "en",
            "Destination": "fr"
        }
    ]
}

Synonym

About

Use Thesaurus Api for find synonymous for a predefined language in settings

Usage

sy {word}

Settings

{
    "ThesaurusApiKey": "***************************",
    "DefaultLanguage": "fr_FR"
}

Jrnl

TODO

About

Use Jrnl command line tool for showing and editing Jrnl entries. Jrnl (http://maebert.github.io/jrnl/) must be installed.

Usage

TODO

Settings

TODO

TODO

Common :

  • Unit Test

Wox.Plugin.Translator

  • Use WPF Best Practice for SettingsForm and SettingElements view model

Wox.Plugin.Jrnl

  • Complete the README.md

About

A few plugins for Wox (getwox.com)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages