ste

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

чување e086c3db158b2fa12d16ae920dd747815d6d07ed
родитељ 84dbc511f3ef8b491a1a749df533b2f0a7702b8b
Аутор: Страхиња Радић <sr@strahinja.org>
Датум:   Wed, 25 Jun 2025 11:45:44 +0200

Update copyright year

Diffstat:
MREADME | 2+-
Mlib/runtests | 2+-
Mste.1.in | 2+-
Mste.in | 4++--
Mtranspose | 2+-
Mtranspose.1.in | 2+-
Mtsvdel | 2+-
Mtsvdel.1.in | 2+-
Mtsvedit | 2+-
Mtsvedit.1.in | 2+-
Mtsvfind | 2+-
Mtsvfind.1.in | 2+-
Mtsvins | 2+-
Mtsvins.1.in | 2+-
Mtsvmove | 2+-
Mtsvmove.1.in | 2+-
Mtsvselect | 2+-
Mtsvselect.1.in | 2+-
измењених датотека: 18, додавања: 19(+), брисања: 19(-)

diff --git a/README b/README @@ -23,7 +23,7 @@ License ------- ste - Simple table editor -Copyright (C) 2023-2024 Страхиња Радић +Copyright (C) 2023-2025 Страхиња Радић 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 diff --git a/lib/runtests b/lib/runtests @@ -1,6 +1,6 @@ #!/usr/bin/perl # This program is licensed under the terms of GNU GPL v3 or (at your option) -# any later version. Copyright (C) 2022-2024 Страхиња Радић. +# any later version. Copyright (C) 2022-2025 Страхиња Радић. # See the file LICENSE for exact copyright and license details. diff --git a/ste.1.in b/ste.1.in @@ -165,4 +165,4 @@ If argument is omitted, show all current option states. .Xr vipe 1 .Sh AUTHORS .An Strahinya Radich Aq Mt sr@strahinja.org , -2023\-2024 +2023\-2025 diff --git a/ste.in b/ste.in @@ -2,7 +2,7 @@ # vim: set ft=bash: # ste - Simple Table Editor # This program is licensed under the terms of GNU GPL v3 or (at your option) -# any later version. Copyright (C) 2023-2024 Страхиња Радић. +# any later version. Copyright (C) 2023-2025 Страхиња Радић. # See the file LICENSE for exact copyright and license details. # Global options @@ -150,7 +150,7 @@ do V) version cat <<EOC This program is licensed under the terms of GNU GPL v3 or (at your option) - any later version. Copyright (C) 2023-2024 Страхиња Радић. + any later version. Copyright (C) 2023-2025 Страхиња Радић. See the file LICENSE for exact copyright and license details. Global options: diff --git a/transpose b/transpose @@ -1,7 +1,7 @@ #!/usr/bin/awk -f # transpose - Transpose a TSV file # This program is licensed under the terms of GNU GPL v3 or (at your option) -# any later version. Copyright (C) 2023-2024 Страхиња Радић. +# any later version. Copyright (C) 2023-2025 Страхиња Радић. # See the file LICENSE for exact copyright and license details. BEGIN { FS="\t" } { diff --git a/transpose.1.in b/transpose.1.in @@ -14,4 +14,4 @@ transpose operation from linear algebra. The result is output to stdout. .Sh AUTHORS .An Strahinya Radich Aq Mt sr@strahinja.org , -2023\-2024 +2023\-2025 diff --git a/tsvdel b/tsvdel @@ -2,7 +2,7 @@ # vim: set ft=bash: # tsvdel - Delete a line from a TSV file # This program is licensed under the terms of GNU GPL v3 or (at your option) -# any later version. Copyright (C) 2023-2024 Страхиња Радић. +# any later version. Copyright (C) 2023-2025 Страхиња Радић. # See the file LICENSE for exact copyright and license details. tab=$(printf "\t") diff --git a/tsvdel.1.in b/tsvdel.1.in @@ -22,4 +22,4 @@ select the line (row) to be deleted by searching the column with index .El .Sh AUTHORS .An Strahinya Radich Aq Mt sr@strahinja.org , -2023\-2024 +2023\-2025 diff --git a/tsvedit b/tsvedit @@ -2,7 +2,7 @@ # vim: set ft=bash: # tsvedit - Edit a line from a TSV file # This program is licensed under the terms of GNU GPL v3 or (at your option) -# any later version. Copyright (C) 2023-2024 Страхиња Радић. +# any later version. Copyright (C) 2023-2025 Страхиња Радић. # See the file LICENSE for exact copyright and license details. tab=$(printf "\t") diff --git a/tsvedit.1.in b/tsvedit.1.in @@ -23,4 +23,4 @@ select the line (row) to be replaced by searching the column with index .El .Sh AUTHORS .An Strahinya Radich Aq Mt sr@strahinja.org , -2023\-2024 +2023\-2025 diff --git a/tsvfind b/tsvfind @@ -2,7 +2,7 @@ # vim: set ft=bash: # tsvfind - Search for text in a TSV file # This program is licensed under the terms of GNU GPL v3 or (at your option) -# any later version. Copyright (C) 2023-2024 Страхиња Радић. +# any later version. Copyright (C) 2023-2025 Страхиња Радић. # See the file LICENSE for exact copyright and license details. tab=$(printf "\t") diff --git a/tsvfind.1.in b/tsvfind.1.in @@ -36,4 +36,4 @@ Column number to limit the search to (1\-based) .El .Sh AUTHORS .An Strahinya Radich Aq Mt sr@strahinja.org , -2023\-2024 +2023\-2025 diff --git a/tsvins b/tsvins @@ -2,7 +2,7 @@ # vim: set ft=bash: # tsvins - Insert a line to a TSV file # This program is licensed under the terms of GNU GPL v3 or (at your option) -# any later version. Copyright (C) 2023-2024 Страхиња Радић. +# any later version. Copyright (C) 2023-2025 Страхиња Радић. # See the file LICENSE for exact copyright and license details. tab=$(printf "\t") diff --git a/tsvins.1.in b/tsvins.1.in @@ -21,4 +21,4 @@ If is omitted, insert a line at the end of file. .Sh AUTHORS .An Strahinya Radich Aq Mt sr@strahinja.org , -2023\-2024 +2023\-2025 diff --git a/tsvmove b/tsvmove @@ -2,7 +2,7 @@ # vim: set ft=bash: # tsvmove - Move a line in a TSV file # This program is licensed under the terms of GNU GPL v3 or (at your option) -# any later version. Copyright (C) 2023-2024 Страхиња Радић. +# any later version. Copyright (C) 2023-2025 Страхиња Радић. # See the file LICENSE for exact copyright and license details. tab=$(printf "\t") diff --git a/tsvmove.1.in b/tsvmove.1.in @@ -23,4 +23,4 @@ select the line (row) to be moved by searching the column with index .El .Sh AUTHORS .An Strahinya Radich Aq Mt sr@strahinja.org , -2023\-2024 +2023\-2025 diff --git a/tsvselect b/tsvselect @@ -2,7 +2,7 @@ # vim: set ft=bash: # tsvselect - Select a line from a TSV file # This program is licensed under the terms of GNU GPL v3 or (at your option) -# any later version. Copyright (C) 2023-2024 Страхиња Радић. +# any later version. Copyright (C) 2023-2025 Страхиња Радић. # See the file LICENSE for exact copyright and license details. tab=$(printf "\t") diff --git a/tsvselect.1.in b/tsvselect.1.in @@ -46,4 +46,4 @@ Peter . .Sh AUTHORS .An Strahinya Radich Aq Mt sr@strahinja.org , -2023\-2024 +2023\-2025