about summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xnotyet1
1 files changed, 1 insertions, 0 deletions
diff --git a/notyet b/notyet
index bb6b769..62a72d4 100755
--- a/notyet
+++ b/notyet
@@ -206,6 +206,7 @@ files = [File.expand_path("~/.notyet")]  if files.empty?
 
 t = nil
 files.each { |file|
+  file = "/dev/stdin"  if file == "-"
   File.open(file) { |f|
     d = parse(f, file)
     if t