Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nkh/ansiexpand
https://github.com/nkh/ansiexpand
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nkh/ansiexpand
- Owner: nkh
- Created: 2023-08-25T06:45:02.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-25T07:35:56.000Z (about 1 year ago)
- Last Synced: 2024-10-11T21:43:06.788Z (about 1 month 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
![UI](https://github.com/nkh/ansiexpand/blob/main/media/ansiexpand.png)
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