diff options
author | hut <hut@lavabit.com> | 2011-09-29 02:52:05 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2011-09-29 02:52:15 +0200 |
commit | 4a383291629a6a1e0bbd531a02466d267d553c5e (patch) | |
tree | c601b0dfd9b209f778f642a0a16d01e37bf474fd /README | |
parent | 823921db13835b00aff27f7fa4753ca32064be6a (diff) | |
download | ranger-4a383291629a6a1e0bbd531a02466d267d553c5e.tar.gz |
A little README update
Diffstat (limited to 'README')
-rw-r--r-- | README | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/README b/README index be6ad997..8f87298e 100644 --- a/README +++ b/README @@ -65,6 +65,7 @@ Features * Multi-column display (Miller Columns) * Preview of the selected file/directory * Common file operations (create/chmod/copy/delete/...) +* Renaming multiple files at once * VIM-like console and hotkeys * Automatically determine file types and run them with correct programs * Change the directory of your shell after exiting ranger @@ -74,8 +75,8 @@ Features Dependencies ------------ -* A *nix-like operating system -* Python 2.6 or Python 3.1 with the curses module +* Python 2.6, 2.7 or Python 3.1 with the curses module +(Later versions might work too, but 2.5 definitely won't.) Optional: * The "file" program |