Browse Source

Add new ideas to TODO

Leo 9 years ago
parent
commit
65a3bf7186
1 changed files with 6 additions and 0 deletions
  1. 6 0
      TODO.md

+ 6 - 0
TODO.md

@@ -19,6 +19,12 @@
  + Add command --edit-rc to edit configuration file
  + Add command --edit-rc to edit configuration file
  + Add command to exchange item
  + Add command to exchange item
  + Change config file format (Sexp ?)
  + Change config file format (Sexp ?)
+ + Run commands based on patterns (i.e. "run git" to run "git bundle /tmp/bundle
+   --all" ), bypassing command numbers
+ + Allow to append arguments (i.e. "run 3 -- A...B" to run "git rev-list
+   left-right --count A...B", if "git rev-list left-right --count" is the third
+   command )
+ + Allow to tag commands
 
 
 ### Configuration value
 ### Configuration value
  + Allow to run infinitely or say when it is finish
  + Allow to run infinitely or say when it is finish