nkh / P5-App-Asciio

Plain ASCII diagram
https://nkh.github.io/P5-App-Asciio/
56 stars 4 forks source link

Add command line, vi style #26

Closed nkh closed 11 months ago

nkh commented 7 years ago

To reduce the use of the mouse

An example: creating multiple boxes is done via ^M, fill in a dialog box, press OK. This would be 5 times faster with a command line :boxes text text text return

nkh commented 7 years ago

another example, create a copy of the currently selected elements, shift to the right, insert, change color to red, deselect

nkh commented 1 year ago

it would be nice to use a component that implements that (or write it), a plus if it support all readline functionality

nkh commented 11 months ago

154 command line allows us to parameterize the scripts

nkh commented 11 months ago

154 could use the command line as an input area for an interactive script

nkh commented 11 months ago

Not necessary.