diff --git a/README.md b/README.md index 0bef81f..36b27df 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # Cockpit Navigator -A File System Browser for Cockpit. +A File System Browser for Cockpit. + +## Features +With no command line use needed, you can: +* Navigate the entire filesystem, +* Create, delete, and rename files, +* Edit file contents, +* Edit file ownership and permissions, +* Create symbolic links to files and directories. + +![User Interface](doc/ui_root.png) +![Edit Preferences](doc/ui_prefs.png) +![Edit Contents](doc/ui_editor.png) \ No newline at end of file diff --git a/doc/ui_editor.png b/doc/ui_editor.png new file mode 100644 index 0000000..191e411 Binary files /dev/null and b/doc/ui_editor.png differ diff --git a/doc/ui_prefs.png b/doc/ui_prefs.png new file mode 100644 index 0000000..724e321 Binary files /dev/null and b/doc/ui_prefs.png differ diff --git a/doc/ui_root.png b/doc/ui_root.png new file mode 100644 index 0000000..508eb7e Binary files /dev/null and b/doc/ui_root.png differ