wd-0.1.3 is not a library.
wd
wd - a command line tool for print specified position of words
Inpired by https://github.com/onsd/wd
Installation
Usage
stdin
|
# a b
|
# a c
file input
# abc def
# abc
# def
with exa
exa is modern ls made by Rust.
# .rwxrwxrwx 5.9k ssssota 15 May 19:42 Cargo.lock
# .rwxrwxrwx 252 ssssota 15 May 19:42 Cargo.toml
# .rwxrwxrwx 335 ssssota 15 May 19:45 README.md
# drwxrwxrwx - ssssota 15 May 18:19 src
# drwxrwxrwx - ssssota 15 May 18:53 target
|
# .rwxrwxrwx Cargo.lock
# .rwxrwxrwx Cargo.toml
# .rwxrwxrwx README.md
# drwxrwxrwx src
# drwxrwxrwx target
custom delimiter
# a,b,c
# 1,2,3
# 4,5,6
|
# a c
# 1 3
# 4 6