thenoviceoof / pyli

Better python CLI integration
MIT License
9 stars 1 forks source link

Add implicit variable passing #24

Open thenoviceoof opened 10 years ago

thenoviceoof commented 10 years ago

Random idea: chaining together statements should auto-populate the _ var.

line.split(','); _[0]

Should print the first field in a CSV line

thenoviceoof commented 10 years ago

maybe have _N where N is the statement you're referencing? and _ is just the previous?