https://github.com/nkh/ansiexpand
https://github.com/nkh/ansiexpand
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/nkh/ansiexpand
- Owner: nkh
- Created: 2023-08-25T06:45:02.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-08-25T07:35:56.000Z (almost 3 years ago)
- Last Synced: 2025-02-16T09:42:03.330Z (over 1 year ago)
- Language: Perl
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NAME
ansiexpand - convert tabs to spaces in text containing ANSI color codes
# SYNOPSIS
ansiexpand [-t] [FILE]...
# DESCRIPTION

Convert tabs in each FILE to spaces, writing to standard output.
Compared to *expand (1)* it:
- handles ANSI color codes
- handles Unicode characters
- fast enough
# OPTIONS
```bash
-t, --tabs=N
have tabs N characters apart, not 8
```
# SEE ALSO
[ansiexpand](https://github.com/tecolicom/App-ansiexpand)
[expand](https://www.gnu.org/software/coreutils/manual/html_node/expand-invocation)
# AUTHORS
Khemir Nadim ibn Hamouda
https://github.com/nkh
CPAN ID: NKH
# LICENCE
© Nadim Khemir 2023, Artistic licence 2.0