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).
Note: Currently available only for Mac OS X platform. Please help contribute for Windows and Linux users.
Download the latest zip file here and unzip the archive. Open Dext.app
and follow the instructions below for usage.
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.
Simply toggle and start typing with:
alt + space
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
Type ?
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
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/
- Bookmarks - Search your Chrome bookmarks.
- Calculator - Quickly calculate something.
- Screen Saver - Starts the screen saver.
- dext-docker-registry-plugin - Search the Docker Registry for images.
- dext-emoji-plugin - Search for emojis.
- dext-giphy-plugin - Search for giphy images.
- dext-github-plugin - Search for repositories by name on GitHub.
- dext-hackernews-plugin - Search for best, top, or newest stories on Hacker News.
- dext-npms-plugin - Search for npm packages on npms.io.
- dext-omdb-plugin - Search for imdb movies through the omdb-api.
- dext-predawn-theme - Predawn theme for Dext
- dext-nova-theme - Nova theme for Dext
- 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.
♥ 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.
MIT © Vu Tran