dotancohen / squeal

Database explorer with a focus on breadth, not depth.
2 stars 0 forks source link

Allow limiting lines of output #5

Closed dotancohen closed 10 years ago

dotancohen commented 10 years ago
   Please select an operation:
   ---------------------------
 #. Enter a table number to see details.
 A. Show all tables sorted by size decending
 B. Show all tables sorted by size ascending
 C. Show all tables sorted alphabetically
 -. Exit
>> a 20

The input "a 20" should be parsed as "option A, show the first 20 lines only".

dotancohen commented 10 years ago

Feature implemented, though UI not exactly as described in OP.