aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 0e3273d119458b4de732d9c1a3385eed680a184e (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 BSD-2-Clause Plus Patent License.

_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