ishu3101

Results 16 issues of ishu3101

When I add the following code to the `index.js` file in my plugin, the icon is not being displayed. ``` function search(query, res) { res.add({ title: ..., desc: ..., icon:...

bug

Add an api to send and receive items from the clipboard. Also, an api to insert text into front most application like in Alfred

enhancement

How do you insert text into front most application like in Alfred?

enhancement

Add the ability to install Hain Plugins from the command line like how you can install packages for the atom editor using **apm** from the command line.

enhancement

I think it would be better to separate the documentation for Hain into another repository.

I am trying to setup up command for development. When I run `npm install` followed by `npm run dev` I get the following error message shown in the `npm-debug.log` file....

How do you create your own slash command? How do you get the slash command to do more than just open a new tab which is what is shown in...

enhancement

How do you create your own Microsoft Word theme for using with HackMyResume?

What is the best way to share your scripts? Also, each script should have a package.json file like in node js which contains meta data such as the name, description,...

When I am trying to install mutate 2.2/2.3 on my **linux mint 16 64bit**, I get `Error: Dependency is not satisfiable: libqt5x11extras5-dev` ![screenshot](https://cloud.githubusercontent.com/assets/3212162/7745166/8e7587be-ff98-11e4-902f-6adb26d40719.png) When I run the command `sudo apt-get...