1
0
mirror of https://github.com/misterunknown/ifm.git synced 2025-08-07 00:26:28 +02:00

Updated Home (markdown)

Marco Dickert
2017-03-06 12:48:09 +01:00
parent 99eb8665a1
commit 5682aff6a9

@@ -6,11 +6,13 @@ The ifm is a simple, leightweight filemanager in a single file.
## features
* create files and folders
* upload, delete, rename and edit files
* remote upload files using curl or file method
* extract zip archives
* download folders as zip file
* preview images
* multiselect files and folders with <kbd>ctrl</kbd> + click
* remote upload files using curl or file method
* multiselect
* keybindings
* simple authentication
## contributing
The source of the IFM is splitted in several files in the _src/_ directory. If you change anything there you have to recompile the ```ifm.php``` using the ```compiler.php```. Please make sure that you compile the IFM before you create a pull request, so anyone can test it without hassle.