Command line ASCII boxes unlimited!
Go to file
Thomas Jensen daa8b6d761
Fix static build on Linux with ncurses
When compiling our static ncurses, we need to have a valid TERMINFO variable, so that the fallback terminfo database can be retrieved. This must be a terminfo database in the newer, hashed format (hex directories), as required by ncurses >= 6.1. Normally, that's what you get when installing terminfo on Linux. On MinGW, it's also available, but sometimes in a weird directory.
2023-12-31 17:03:51 +01:00
.github Add sunny-day tests to GitHub workflow 2023-12-24 14:11:42 +01:00
.vscode Update vscode config 2023-12-24 14:11:41 +01:00
doc Cherry-pick the v2.2.1 version declarations from the release_2.2.1 branch to master 2023-12-31 14:27:19 +01:00
src Use -ggdb3 option for more detailed debug info 2023-12-24 14:12:51 +01:00
test Change testrunner.sh so that coverage is only calculated for all black-box tests in total 2023-12-24 14:12:50 +01:00
tools Add chocolatey package spec 2019-03-28 22:09:10 +01:00
utest Fix unit test test_inputfiles_actual_success() in 'cmdline_test' module 2023-12-30 20:21:45 +01:00
.clang-format Add more tests for bxstring creating functions 2023-03-28 21:27:06 +02:00
.gitattributes Enable lexer and parser to handle UTF-8 config file #72 2023-04-07 21:10:00 +02:00
.gitignore Update vscode config 2023-12-24 14:11:41 +01:00
boxes-config Add 'dragon' box design 2023-12-24 14:11:42 +01:00
boxes-pkg.openwrt Cherry-pick the v2.2.1 version declarations from the release_2.2.1 branch to master 2023-12-31 14:27:19 +01:00
boxes.portable.nuspec Cherry-pick the v2.2.1 version declarations from the release_2.2.1 branch to master 2023-12-31 14:27:19 +01:00
boxes.vim Update copyright statements for 2023 2023-03-26 21:32:08 +02:00
LICENSE Upgrade project license to GPL-3 #101 2022-09-18 15:00:15 +02:00
Makefile Fix static build on Linux with ncurses 2023-12-31 17:03:51 +01:00
README-0.gif Add animated example gif to readme 2021-04-25 13:58:14 +02:00
README.md Upgrade project license to GPL-3 #101 2022-09-18 15:00:15 +02:00
README.Win32.md Increased version number to 1.3 for release 2019-02-21 18:50:44 +01:00

Build Status Coverage Latest Version

boxes

Command line ASCII boxes unlimited!

Boxes is a command line filter program which draws ASCII art boxes around your input text (examples).

example boxes

For more information, please visit the website.

Download

The recommended way is to install boxes via your package manager. But many ways exist to get boxes onto your machine, details here.

Running it

Try if boxes works by typing echo foo | boxes on the command line. It should give you something like that:

/*******/
/* foo */
/*******/

Type boxes -l to get a long list of box designs to use. Detailed usage information is in the manual page and on the website. Consider tying boxes to your editor, so that it can be invoked by a simple keypress.

Status

Boxes is stable.

It has been around since 1999, and is still available and kept current in many package managers (apt, rpm, choco, brew, just to name a few). Its source code is quite portable, and so, boxes has been made to run on a wide range of platforms, from Windows PCs to Netgear routers.

Boxes has matured, and is thusly no longer being actively developed. But contributors can be sure that their pull requests are promptly reviewed and merged into the main code base.

Update 2021: In 2021, the original author has turned to boxes again in order to implement all open issues, including full multi-byte character set support. This is still ongoing, but there have already been two new releases with significant new functionality.

Development

The website has information on building from source, testing, and contributing to the source code.
Boxes has received support from many contributors over the years, and continues to benefit greatly from contributions. Many thanks for that!

Custom box designs

You can define your own box designs!

We appreciate the creative new box designs that you craft for boxes. If you think that others should have your box designs, please feel free to submit them in the form of pull requests on boxes-config, and they may make it into the next release!

License

Boxes is free software under the GNU General Public License, version 3 (GPLv3).

 _________________________
/\                        \
\_|    Thank you for      |
  |    using Boxes!       |
  |  _____________________|_
  \_/______________________/