0.9.0 • Published 7 years ago

dext v0.9.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

npm.io

Travis Coveralls branch license Gitter

Overview

Dext is a JavaScript powered smart launcher. Built with JavaScript behind the influences of Alfred.

Made compatible with Alfred workflows that is powered by node (see: alfy).

npm.io

Note: Currently available only for Mac OS X platform. Please help contribute for Windows and Linux users.

Install

Download the latest zip file here and unzip the archive. Open Dext.app and follow the instructions below for usage.

You can also use Homebrew Cask to download the app by running these commands:

brew update
brew cask install dext

NOTE: Release version may not be stable as Dext is still in it's early stage of development. Please help contribute towards a stable build.

Usage

Toggle Dext Bar

Simply toggle and start typing with:

alt + space

Actions

Each item may have it's own action. You can execute an item by double-clicking on the item or selecting it and pressing:

enter

Help/About

Type ?

Dext Package Manager

Dext Package Manager (dpm) is available to download separately. dpm can be used to easily install and configure your Dext instance. Please refer to the docs over at the dpm repository for more information.

$ npm install -g dext-cli

Configuring

The Dext configuration file is located in the .dext folder in your home directory (~/.dext/). This directory should contain a config.json file as well as a plugins folder. In here, you can drop any plugins.

Hint: Use dpm to easily manage plugins.

.dext/
| --- config.json
| --- plugins/
| --- | --- dext-github-plugin/
| --- | --- dext-hackernews-plugin/

Core Plugins

  • Bookmarks - Search your Chrome bookmarks.
  • Browser - Quick open your browser to a given URL.
  • Calculator - Quickly calculate something.
  • Screen Saver - Starts the screen saver.

Community Plugins

Community Themes

Developers Documentation

Goals

  • To provide a free/open-source alternative to Spotlight, and Alfred.
  • Preserve compatibility with existing Alfred workflows.
  • Allow customization and extending via plugins and themes.

Contributing

Dext and want to contribute? I am seeking contributors of any levels to help grow the application. You can help contribute to the growth of this application in many ways.

LICENSE

MIT © Vu Tran