2022-11-03 22:15:17 -05:00
2022-11-03 22:15:17 -05:00
2022-10-12 10:50:23 -05:00
2022-10-10 15:49:16 -05:00
2022-10-24 07:55:38 -05:00
2022-11-03 17:54:09 -05:00
2022-11-03 17:54:09 -05:00
2022-10-23 16:25:49 -05:00
2022-10-12 08:24:25 -05:00
2022-10-24 07:55:38 -05:00

TedFlex - a File Explorer / Text Editor

TedFlex is an ncurses-based File Explorer and Text Editor application, written in C.


It uses a custom-compiled version of ncurses, and will likely crash if used with a regular ncurses library.
The following steps are used to compile the version of ncurses that this program needs:

  • Grab the ncurses source code from here
  • Run the configure script (for ncurses) with the --with-pthread --with-shared options.
  • Run make and make install to compile and install the library. -TODO - Update install script to fetch and compile pdcurses source code.
Description
TedFlex - A File Explorer and Text Editor.
Readme 7.6 MiB
Languages
C 91.2%
Shell 6.9%
Makefile 1.9%