💾 Archived View for gemini.strahinja.org › sled captured on 2023-07-10 at 13:11:19. Gemini links have been rewritten to link to archived content

View Raw

More Information

⬅️ Previous capture (2023-06-16)

➡️ Next capture (2023-09-08)

🚧 View Differences

-=-=-=-=-=-=-

sled

sled is a simple text editor with a terminal UI.

Q&A

Q: Why? A:

$ git clone https://git.sr.ht/~strahinja/sled
$ cd sled
$ su

If you have djb redo:

# redo install

if you don't:

# ./do install

Persistent build configuration file

If a file config.redo exists in the build directory, it will be sourced when building targets which also accept configuration through environment variables. For example, SLED_CC and PREFIX can be specified in config.redo, eliminating the need to pass them with each build.

Install (Arch)

$ <aur_helper> -S sled

Applying patches

To apply any patches, change the current directory to the one holding the sled repository, then:

$ git am path_to_patch/filename-of-patch.patch

and then call redo as above. Included patches are located inside the patch/ subdirectory.

Contributing patches

See the file HACKING in the sled repository for details.

HACKING

Bugs and limitations

Bugs can be reported using the ticket tracker. See the manpage (man sled) after installing sled for more information.

ticket tracker

License

sled - Simple text editor

Copyright (C) 2022, 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/.

https://www.gnu.org/licenses/

————————————————————

This program includes code from the termbox2 TUI library,

https://github.com/termbox/termbox2

The file LICENSE.termbox applies to the portion of this program which is from the termbox2 library. Currently, this includes only the file termbox.h.

Generated by slw2gmi © 2021-2023 Strahinya Radich.

slw2gmi