aboutsummaryrefslogtreecommitdiff
path: root/qml/TerminalList.qml
AgeCommit message (Collapse)Author
2015-08-13Implement `ls` commandAdrian Kummerlaender
This suggested adding an `iterate` helper method to `TerminalList` as well as line break logic to the command output log.
2015-08-09Implement `jump` commandAdrian Kummerlaender
Requires type dependent conversion in TerminaList's `selectItem` method as values passed through `eval` are of type `QJSValue` which is not implicitly convertible to Int.
2015-08-07Extracted terminal list into separate componentAdrian Kummerlaender