dmt-space / slack-for-linux

Slack client for linux. Install with npm. Works with Ubuntu, Fedora, Mint, CentOS, Debian etc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slack-for-linux Build Status

Slack client for linux 64. Uses Node Webkit

If you are still on a 32 bit version of linux, it is easy to change the install script to support your platform.

Installing

Install Node Skip if you already have node.

npm install slack-for-linux -g

If you have setup correctly, the above command will install the package somewhere in your path.

Then you can run your client from your terminal of choice.

slack-for-linux

Why

Forgot my mac charger for a trip, and only had a linux laptop. I wanted to make an app using node-webkit.

You should probably just use the chrome extension from Slack. But if you are not a chrome user, this could be something worth while.

Running and Developing

####Clone the repo

git clone git@github.com:wlaurance/slack-for-linux.git && cd slack-for-linux

####Install deps

npm install

####Run It

npm start

Issues

JBKahn Pointed out that libudev.so differs on different machines. If you run into

./resources/node-webkit/Linux64/nw: error while loading shared libraries: libudev.so.0: cannot open shared object file: No such file or directory

Give Issue #1 a look.

Analytics

About

Slack client for linux. Install with npm. Works with Ubuntu, Fedora, Mint, CentOS, Debian etc

License:MIT License


Languages

Language:JavaScript 91.2%Language:CSS 6.1%Language:HTML 2.7%