ste

Једноставни уређивач табела
Дневник | Датотеке | Референце | ПРОЧИТАЈМЕ | ЛИЦЕНЦА

чување 1a36c6ff5bc6c255a164150ecc5bdab7b78ac8ed
родитељ 660922c9de3bac076919f14e3aa5a34916e40d96
Аутор: Страхиња Радић <contact@strahinja.org>
Датум:   Thu, 31 Aug 2023 07:35:00 +0200

TODO: New file

Signed-off-by: Страхиња Радић <contact@strahinja.org>

Diffstat:
ATODO | 16++++++++++++++++
измењених датотека: 1, додавања: 16(+), брисања: 0(-)

diff --git a/TODO b/TODO @@ -0,0 +1,16 @@ +TODO +==== + +[ ] Commands to move the current row up/down by [n] rows and/or to exact row + number + +[ ] Handle large tables + [ ] Add `lines` command similar to `cols` + < > Always output header? - Would require special handling of currently + selected row. By going up from first displayed row [n] after header, + how would one go to [n-1] while keeping the ability to go to header + row? Hence, this is maybe not a good idea - header row either won't + be output when scrolled past a screen, or it would be + unselectable/uneditable. I lean towards it not being output. + +< > Command to replace a cell with [string]?