about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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