#rpm

app askii

TUI based ASCII diagram editor

21 releases (5 breaking)

0.6.0 Mar 28, 2020
0.5.7 Mar 1, 2020
0.5.6 Jan 29, 2020
0.5.4 Dec 15, 2019
0.1.1 Dec 8, 2019

#1818 in Command line utilities

Download history 1/week @ 2023-10-13 1/week @ 2023-10-20 37/week @ 2023-10-27 7/week @ 2023-11-03 2/week @ 2023-11-10 23/week @ 2023-11-17 44/week @ 2023-11-24 64/week @ 2023-12-01 4/week @ 2023-12-08 21/week @ 2023-12-15 42/week @ 2023-12-22 1/week @ 2023-12-29 21/week @ 2024-01-05 1/week @ 2024-01-12 42/week @ 2024-01-19 85/week @ 2024-01-26

149 downloads per month

Apache-2.0 OR MIT

69KB
1.5K SLoC

logo

Crates.io Crates.io GitHub All Releases Apache-2.0 OR MIT

TUI based ASCII diagram editor.

Installation

Install a binary release, or use cargo install askii to compile the latest source release from crates.io.

Compilation

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:

License

Licensed under either of

at your option.

Contribution

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.

Dependencies

~9MB
~162K SLoC