Please find attached bin (020/CF) and source code for a simple file manager write in SDL.
It's old school style and some non essential functions are not yet implemented.
I launched some programs with it and it do the job.
I guess it could be improved.
Mouse and keyboard are usable. Keep shift key pressed to switch to other functions.
P.S. I had to comment usage for
Code: Select all
pwd = getpwuid(files_list[files_order[cursor_file]].st_uid);
grp = getgrgid(files_list[files_order[cursor_file]].st_gid);
Original source found here