GitXplorerGitXplorer
w

strack

public
3 stars
0 forks
0 issues

Commits

List of commits on branch master.
Verified
7a393f1cffaa5abe0726aa75de544be1d0a44aa6

wire up keypress event for textview input

wwaf committed 7 years ago
Verified
3722bb862b2269b39bdc5dc1a02545754a46065b

minor code cleanup for slack background thread

wwaf committed 7 years ago
Verified
fb725fd505c82b0e085bf432934ce64251eccd60

remove libsoup dependency from readme instructions

wwaf committed 7 years ago
Verified
125c8fa407b360c56a68be1d2cc2b8c65e2e9a99

Merge branch 'master' of github.com:waf/strack

wwaf committed 7 years ago
Verified
ce0e77aec8d816aa8c8e098cf01a23304ec2f4e5

one mega file -> different modules

wwaf committed 7 years ago
Verified
af93dee1eff76ab572eae5635a1ec0e254b86ff0

add license

wwaf committed 7 years ago

README

The README file for this repository.

strack

A slack client written in Rust and GTK+.

The Stack

  • Rust
  • GTK+ using relm.
  • CSS (whaa? see The FAQ)

The FAQ

  • Does this work?
    • No, it currently doesn't work at all. It's not worth trying right now.
  • GTK+? That doesn't look native on all platforms!
    • Strack solves this by looking native on no platforms! It follows the familiar look-and-feel of the official Slack app.
  • How do I theme strack?

Help Hack

I'd love help on this, I'm new to rust and I'm sure there's many things to improve. If you want to help out:

  1. Clone the repo
  2. Install rust nightly and then run cargo run.
  3. I personally use IntelliJ Rust for development, but any editor will work fine.