diff options
author | hut <hut@lavabit.com> | 2009-07-20 22:36:43 +0200 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-07-20 22:36:43 +0200 |
commit | 9a35b407966ad831e3e53b18bb3a82a5710c7071 (patch) | |
tree | 06df1b5e2d9f23bc813e9f36bacf8709000d6398 /README | |
parent | 7d7ed0c21c053f5df0d1a08b6922aa27810fd37c (diff) | |
download | ranger-9a35b407966ad831e3e53b18bb3a82a5710c7071.tar.gz |
updated README
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/README b/README index 7dd1f6dc..f7c5caf8 100644 --- a/README +++ b/README @@ -79,7 +79,7 @@ open files from the shell: ranger blabla.pdf -== Guidelines for the code: +== Guidelines for developers: Tabs for indentation, spaces for tables and such @@ -91,6 +91,13 @@ whereas indented "#"s are actual comments Use syntax compatible to both ruby1.8 and ruby1.9 at least until ruby1.9 works well enough +Steps to add a new command: +1. add the code in keys.rb at eval_keybuffer. If there's already a similar +command, have a look at how it's implemented, it might give you some ideas. +2. make sure there are no key conflicts, ie. other commands with the same key combination +3. if it's a key combination, add it to @@key_combinations in keys.rb +4. document the command in the help file + Version Numbering: X.Y.Z * X: milestones * Y: stable versions |