X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=README.md;fp=README.md;h=ae642d0b5761a707d81f24785b74530feea8c61d;hb=6120587cce15206faa7a38207961a89110de3bcd;hp=0000000000000000000000000000000000000000;hpb=e603acae4b6cf020307b149f9874bf41d1da5337;p=oftp diff --git a/README.md b/README.md new file mode 100644 index 0000000..ae642d0 --- /dev/null +++ b/README.md @@ -0,0 +1,28 @@ +oftp - ftp client with dual-pane text-mode UI +============================================= + +oftp is a text-mode graphical ftp client, with a dual-pane UI , also known as +the "orthodox" file management UI paradigm. The dual-pane UI design is a perfect +fit for an FTP client, where the user is required to navigate two filesystems +simultaneously; one pane is dedicated to the remote filesystem served over ftp, +while the other is for navigating the local filesystem. + +oftp was written to address the lack of graphical FTP clients for DOS (MS-DOS, +FreeDOS, etc), but will also run on UNIX systems using curses for its UI. + +License +------- +Copyright (C) John Tsiombikas + +This program is free software. Feel free to use, modify, and/or redistribute it +under the terms of the GNU General Public License version 3, or any later +version published by the Free Software Foundation. See COPYING for details. + +Hotkeys +------- + - TAB: switch active pane + - F5: copy selected (upload/download) + - F7: create new directory + - F8: delete selected + - F10: quit + - `~`: force UI redraw