table_idx

Crates.iotable_idx
lib.rstable_idx
version1.0.1
sourcesrc
created_at2020-09-26 10:51:42.243352
updated_at2020-09-26 10:54:40.338336
descriptionGet any row,column combination from a terminal output
homepage
repositoryhttps://github.com/sigmaSd/Index
max_upload_size
id293119
size13,736
(sigmaSd)

documentation

README

Index

Get any row,column combination from a terminal output

Usage

printf $table | idx "$row_format;$col_format"

$row/col_format can be:

  • a serie of numbers sperated by a comma ex: 1,2
  • a range sperated by ~, ex: 1~ ex: 1~2 ex: ~3
  • catch all with _

Example

printf $table | idx "1,3;2"

printf $table | idx "~3;2~"

printf $table | idx "~3;_"

Commit count: 26

cargo fmt