Skip to content

pic16f877ccs/frame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

frame

Display text in a frame.

Description

Displays text within predefined or custom frames. You can set the frame color, change the text alignment. The frame can be centered and also resized.

Installation

Build and install with Rust package manager.

cargo install frame

Installing the package using the Arch package manager.

sudo pacman -U ./frame-0.3.6_x86_64.pkg.tar.zst

Installing the package using the Ubuntu package manager.

sudo apt install ./frame_0.3.6_amd64.deb

Usage:

frame -f'double' -c'cyan' ./file

Double frame option

frame -a'centr' -c'magenta' ./file

Justify text centered

License

GNU General Public License v3.0