Go to file
Kaustubh Maske Patil 600219fb42
Create README.md
2024-07-20 04:03:22 +05:30
bin Initial commit 2024-07-20 03:37:17 +05:30
lib Initial commit 2024-07-20 03:37:17 +05:30
test Initial commit 2024-07-20 03:37:17 +05:30
.gitignore Initial commit 2024-07-20 03:37:17 +05:30
boks.opam Initial commit 2024-07-20 03:37:17 +05:30
dune-project Initial commit 2024-07-20 03:37:17 +05:30
README.md Create README.md 2024-07-20 04:03:22 +05:30

boks

CLI for making ASCII boxes with text in OCaml.

Usage

To put something in a box,

$ boks moo
+---------+
|   moo   |
+---------+

To put multiple things in connected boxes,

$ boks apps dbms data
+----------+     +----------+     +----------+
|   apps   |<--->|   dbms   |<--->|   data   |
+----------+     +----------+     +----------+

Use -a to customize length of arrows, -p to customize padding.