bspc

Crates.iobspc
lib.rsbspc
version0.4.3
sourcesrc
created_at2016-01-10 11:05:49.247281
updated_at2016-06-08 10:47:56.217946
descriptionAlternative bspc command
homepage
repositoryhttp://github.com/marionauta/bspc
max_upload_size
id3861
size4,743
Mario Nachbaur (marionauta)

documentation

README

bspc

Travis Build Status crates.io Release

Alternative bspc command implementation in Rust. You can control bspwm with it.

This is mostly a learning project. Nothing should break, but if you see an error please tell me.

Installing

Releases

Go to the latest release, download it, extract it and move the binary somewhere in your PATH.

Cargo install

cargo install bspc

This is the easiest way. Also you can specify the root path with --root DIR so for example

cargo install --root /usr/local bspc

will install bspc in /usr/local/bin.

Contributing

Anyone is welcome to contribute. All contributions will be licensed under the MIT license.

Commit count: 0

cargo fmt