1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
From: Lev Lamberov <dogsleg@debian.org>
Subject: Remove screenshots from README file
This patch removes screenshots from README file. These screenshots are loaded
from an external web site.
--- a/README.md
+++ b/README.md
@@ -58,15 +58,9 @@ By default all files starting with dot (
One also could turn on unicode characters to draw the tree with instead of normal ASCII-characters. This is controlled by the `ztree-draw-unicode-lines` variable.
-### Screenshots
-
-
-
-
-
## ztree-dir
-**ztree-dir** is a simple text-mode directory tree for Emacs. See screenshots below for the GUI and the terminal versions of the **ztree-dir**.
+**ztree-dir** is a simple text-mode directory tree for Emacs.
Call the `ztree-dir` interactive function:
@@ -84,12 +78,6 @@ M-x ztree-dir
### Customizations
Set the `ztree-dir-move-focus` variable to `t` in order to move focus to the other window when the `RET` key is pressed; the default behavior is to keep focus in `ztree-dir` window.
-
-
-
-
-
-
## Contributions
You can contribute to **ztree** in one of the following ways.
- Submit a bug report
@@ -105,4 +93,3 @@ For more information one can read [here]
As soon as the paperwork is done one can contribute to **ztree** with bigger pull requests.
Note what pull requests without paperwork done will not be accepted, so please notify the [maintainer](mailto:alexey.veretennikov@gmail.com) if everything is in place.
-
|