aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 9d88115f47645e3d575b0d5edc832b73bf1d45e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# UEFI File Manager (UFM)
A dual pane file manager with a text based user interface for UEFI environment. Distributed under the GNU General Public License, version 3.

_Requires EFI Shell v2.0 and above for correct work_

## Installation:
TODO

## Organization of code:

* lib: code of auxiliary routines
	* tbi: responsible for pseudo-graphics (text-based interface)

* scr: the application's main code