TedFlex - A File Explorer and Text Editor.
 
 
 
Aadhavan Srinivasan 7fcc540ecb Updated .gitattributes
.gitattributes Updated .gitattributes
.gitignore updated .gitignore
Makefile Updated Makefile to use PDCurses install script
README.md Updated README todo
fileman.c First commit
fileman.h Updated header files
installfull.sh Routine changes
installpdcurses.sh Added install script for PDCurses
program3-4.c Routine changes
texted.c Routine changes
texted.h Updated header files

README.md

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.