ste

Једноставни уређивач табела
git clone https://git.sr.ht/~strahinja/ste
Дневник | Датотеке | Референце | ПРОЧИТАЈМЕ | ЛИЦЕНЦА

README (1116B)


      1 ste
      2 ===
      3 
      4 ste is a simple table editor. It uses table[1] to display and a number of POSIX
      5 shell scripts to edit files in TSV (Tab Separated Values) format.
      6 
      7 For installation instructions, see the file INSTALL.
      8 
      9 [1]: https://strahinja.srht.site/table/
     10 
     11 
     12 Q&A
     13 ---
     14 
     15 Q: How do I install this?
     16 A: Read the file INSTALL.
     17 
     18 Q: How can I configure the default value of [setting]?
     19 A: Edit ste.in, rebuild and install.
     20 
     21 
     22 License
     23 -------
     24 
     25 ste - Simple table editor
     26 Copyright (C) 2023-2026  Страхиња Радић
     27 
     28 This program is free software: you can redistribute it and/or modify it under
     29 the terms of the GNU General Public License as published by the Free Software
     30 Foundation, either version 3 of the License, or (at your option) any later
     31 version.
     32 
     33 This program is distributed in the hope that it will be useful, but WITHOUT ANY
     34 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
     35 PARTICULAR PURPOSE. See the GNU General Public License for more details.
     36 
     37 You should have received a copy of the GNU General Public License along with
     38 this program. If not, see <https://www.gnu.org/licenses/>.