-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME.txt
42 lines (29 loc) · 1.01 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
NAME
colcise - outline text into columns
SYNOPSIS
colcise [--delimeter=<regex>] [--separator=<string>]
[--align=<direction>...] [--no-ignore] [<file>]
DESCRIPTION
colcise is a CLI tool for formatting text into human readable columns.
*file* reffers to the file or stdin that should be formatted.
*direction* reffers to the allignment of each column. Allowed values
include: l L R
OPTIONS
-d, --delimeter=<regex>
Regex to be used to split line into columns.
-s, --separator=<string>
Overwrite the delimeter matches with string.
-a, --align=<direction>...
Valid values include L, l, R, and r
-n, --no-ignore
Sets the ignoring of subsequent delimiters to false, causing every
delimiter to create a new column. TBD
BUGS
https://github.com/bas080/colcise/issues
LINKS
https://stackoverflow.com/questions/1229900/reformat-in-vim-for-a-nice-c
olumn-layout
AUTHOR
Written by Bassim Huis and Antonis Kalou.
LICENSE
GPL-3.0