| Crates.io | table_idx |
| lib.rs | table_idx |
| version | 1.0.1 |
| created_at | 2020-09-26 10:51:42.243352+00 |
| updated_at | 2020-09-26 10:54:40.338336+00 |
| description | Get any row,column combination from a terminal output |
| homepage | |
| repository | https://github.com/sigmaSd/Index |
| max_upload_size | |
| id | 293119 |
| size | 13,736 |
Get any row,column combination from a terminal output
printf $table | idx "$row_format;$col_format"
$row/col_format can be:
~, ex: 1~ ex: 1~2 ex: ~3_printf $table | idx "1,3;2"
printf $table | idx "~3;2~"
printf $table | idx "~3;_"