diff options
author | hut <hut@lavabit.com> | 2009-06-04 09:00:06 -0700 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-06-04 09:00:06 -0700 |
commit | b7fab07b203571f7942ea64a6ace375434221fab (patch) | |
tree | f81860454912d0b4a0e09eb87d492c7c2ca040b9 | |
parent | db25a6ab7295c177fdfcabcd98964fa46a742479 (diff) | |
download | ranger-b7fab07b203571f7942ea64a6ace375434221fab.tar.gz |
poopoo
-rw-r--r-- | TODO | 4 | ||||
-rwxr-xr-x | ranger.rb | 1 | ||||
-rw-r--r-- | screenshot.png | bin | 0 -> 43566 bytes |
3 files changed, 5 insertions, 0 deletions
diff --git a/TODO b/TODO new file mode 100644 index 00000000..4f79ec97 --- /dev/null +++ b/TODO @@ -0,0 +1,4 @@ +remove threads, since ncurses is not thread safe +it needs an easy way of assigning commands to filetypes +split screen mode +tabs diff --git a/ranger.rb b/ranger.rb index d98e2f39..d6ca28fd 100755 --- a/ranger.rb +++ b/ranger.rb @@ -1,4 +1,5 @@ #!/usr/bin/ruby -Ku +version = '0.2.1' # Log details # 0 = do not log diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 00000000..9a38dd4d --- /dev/null +++ b/screenshot.png Binary files differ |