summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-06-04 09:00:06 -0700
committerhut <hut@lavabit.com>2009-06-04 09:00:06 -0700
commitb7fab07b203571f7942ea64a6ace375434221fab (patch)
treef81860454912d0b4a0e09eb87d492c7c2ca040b9
parentdb25a6ab7295c177fdfcabcd98964fa46a742479 (diff)
downloadranger-b7fab07b203571f7942ea64a6ace375434221fab.tar.gz
poopoo
-rw-r--r--TODO4
-rwxr-xr-xranger.rb1
-rw-r--r--screenshot.pngbin0 -> 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