`term-header` is a Rust-based command-line tool that generates customizable ASCII art terminal headers. These headers can be added to your .bashrc or other startup files to personalize the appearance of your terminal each time it starts.
## Features
- **Customizable Headers:** Use ASCII art files to create unique headers.
- **Color Options:** Specify text color for your headers (note that terminal themes may cause unexpected behavior).
- **Flexible Paths:** Configure paths for titles, art, and banners.
## Installation
### From Source
1. Ensure you have Rust installed. If not, you can install it from [rust-lang.org](https://www.rust-lang.org/learn/get-started).
For the ASCII text and images to be correctly processed by term-header, store your ASCII art in text files labeled numerically and sequentially starting from 1. For example:
- 1.txt
- 2.txt
- 3.txt
- ...
Place these files in the directory specified by the --titles-path or --art-path options.