Skip to content

Chris-1101/boxecho

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boxecho License

Takes input from arguments or stdin and centres it within a frame in the terminal.

Preview

Screenshot Example output, piped to lolcat (spectrum colours)

Installation

  • Dependencies: make, gcc
  • Only tested on Linux x86_64, there might be portability issues.
  • The makefile uses gcc, if you have a different preference you already know what you're doing!
$ git clone https://github.com/Chris-1101/boxecho.git
$ cd boxecho
$ make
$ make install

Usage

Straightforward, just call the name of the executable boxecho from the terminal followed by your desired input. Some of the possible forms of input, depending on the shell in use, might be:

$ boxecho [args]
$ boxecho < FILE
$ boxecho < <(command)
$ boxecho <<< $(command)
$ command | boxecho

To Do

  • Configure Script
  • PKGBUILD / AUR Package

About

🔲 Frame and centre input in the terminal

Resources

License

Stars

Watchers

Forks

Packages

No packages published