TUI based ASCII diagram editor.
Install a binary release, or use cargo install askii
to compile the latest source release from crates.io.
The binary links against a few X11 libs for clipboard functionality (on linux), so make sure they are available during compilation. On debian, they can be installed with:
apt install libxcb1-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxau-dev libxdmcp-dev
Use cargo
to compile. Alternatively, the Makefile
can be used to build a binary and deb / rpm / pacman packages.
cd askii && make
The produced artifacts will be located in askii/dist
.
It requires:
Licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.