diff options
author | hut <hut@lavabit.com> | 2010-04-14 00:24:10 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2010-04-14 00:24:10 +0200 |
commit | 04ce666a809f461db7477edc7884beb4d466deff (patch) | |
tree | 1c6785fe6a989e723781e2bcce9426a60123b2a5 /README | |
parent | daa224d86348f0e0fa39d09feef43e34df56d780 (diff) | |
parent | 19c1fa4f622ffd1597943f0005ba58a30b170bb4 (diff) | |
download | ranger-04ce666a809f461db7477edc7884beb4d466deff.tar.gz |
Merge branch 'devel' into newkey
Conflicts: ranger/__main__.py ranger/defaults/keys.py ranger/gui/widgets/console.py
Diffstat (limited to 'README')
-rw-r--r-- | README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/README b/README index 429aefa1..7d042929 100644 --- a/README +++ b/README @@ -124,6 +124,25 @@ Also, see the file HACKING for more detailed instructions on modifying the program. +Roadmap +------- + +Short term: + +* A cleaner and more flexible key configuration file +* Performance improvements everywhere +* Simplification of the code + +Long term: + +* One stable branch that you can rely on not crashing +* A plugin system +* Separate ranger into multiple programs: + 1. One daemon running in the background for slow IO operations + 2. A file launcher (ideally an already existing one) + 3. The actual program containing unseparable parts + + Tips ---- |