https://github.com/niksingh710/center-align
This is a bash written script to align stdoutput to terminal center
https://github.com/niksingh710/center-align
Last synced: about 1 month ago
JSON representation
This is a bash written script to align stdoutput to terminal center
- Host: GitHub
- URL: https://github.com/niksingh710/center-align
- Owner: niksingh710
- License: wtfpl
- Created: 2023-04-16T08:35:13.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-04T12:23:16.000Z (11 months ago)
- Last Synced: 2025-03-01T00:53:29.660Z (about 2 months ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 18
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
center-align
Simple bash scrip to align stdout in center of the terminal
[](LICENSE)
[](https://github.com/niksingh710/center-align)
[](https://github.com/niksingh710/center-align/commits/master)
[](https://github.com/niksingh710/center-align/issues)
[](https://github.com/niksingh710/center-align/pulls)[](https://github.com/niksingh710/center-align/stargazers)
[](https://github.com/niksingh710/center-align/network/members)```bash
This command will take input from pipe (stdout) and will center that data in terminalflags:
-h, --help: show this help
-a, --all: will center every line individually (Horizontal center)usage:
command | center-align
command | center-align -a
```## Installation
```
sudo make install
```### AUR
```
yay -S center-align
```[AUR](https://aur.archlinux.org/packages/center-align)
## Uninstall
```
sudo make uninstall
```### AUR
```
yay -Rns center-align
```# Check

Fun Command to give a try:
```
watch -n1 -t "date +%A%n%x%n%X | figlet | center-align -a"
```