/filebrowser

A simple file browser for Unix systems using a doubled linked list with scroll in C. No ncurses.

Primary LanguageC

File browser

Description:

A simple file browser with scroll for Unix systems using a linked list. No additional dependencies.

Features:

  • A file browser that recursively lists files in current Directory with scroll.
  • A ListBox with linked list and scroll in C.
  • Circular display when there is no scroll.