ste
Simple table editor.
Manual
See https://man.sr.ht/~strahinja/ste/
Q&A
- Q: How do I install this?
A: Read the file INSTALL.
- Q: How can I configure the default value of [setting]?
A: Edit ste.in, rebuild and install.
Prerequisites
Standard utilities: awk, cat, cp, cut, diff, getopts, grep, head, mv, printf, rm, sed, tail, touch, trap, wc
vipe from moreutils
Any text editor set via
EDITOR
environment variable
Optional
gzip (autodetected, for manpage compression)
rlwrap (autodetected, fallback if absent) for command line editing
Install
$ git clone https://git.sr.ht/~strahinja/ste $ cd ste $ su
Then, if you have djb redo:
# redo install
if you don't:
# ./do install
Persistent build configuration file
The file config.redo will be sourced when building targets which also accept
configuration through environment variables. For example, PREFIX
is specified
in config.redo.
OpenBSD
Change MANPREFIX
to
MANPREFIX=$PREFIX/man
Screenshots

License
ste - Simple table editor
Copyright © 2023 Страхиња Радић
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.