4 releases
Uses old Rust 2015
0.4.3 | Jun 8, 2016 |
---|---|
0.4.2 | May 30, 2016 |
0.4.1 | Feb 18, 2016 |
0.4.0 | Jan 10, 2016 |
#10 in #tell
4KB
51 lines
bspc
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.
Dependencies
~92KB