aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-09-04Reimplemented `kill` command using actual signal sendingAdrian Kummerlaender
2015-09-03Enable line wrapping in history viewAdrian Kummerlaender
2015-09-03Reduce `TerminalItem` command input default font sizeAdrian Kummerlaender
2015-09-03Remove default padding from `TerminalItem` command inputAdrian Kummerlaender
2015-08-31Improve scrolling to items larger than the viewportAdrian Kummerlaender
2015-08-31Adapt focus and input scoping to respect history viewerAdrian Kummerlaender
2015-08-30Prevent visual selection change on `kill` commandAdrian Kummerlaender
2015-08-30Add launcher program and argument to configurationAdrian Kummerlaender
2015-08-30Make command output selectable and rich by defaultAdrian Kummerlaender
2015-08-30Make text in history view selectableAdrian Kummerlaender
2015-08-30Only enter insert mode after history instatiation on last itemAdrian Kummerlaender
2015-08-30Defer command interpretation to `sh`Adrian Kummerlaender
2015-08-30Ease consecutive non-interactive executions and fix mode changeAdrian Kummerlaender
2015-08-29Automatically destroy terminal when killed and display historyAdrian Kummerlaender
2015-08-23Add basic usage documentation to README.mdAdrian Kummerlaender
2015-08-22Use window background as `TerminalItem` selection text colorAdrian Kummerlaender
2015-08-22Replaced unnecessary `eval` calls in settings getter and setterAdrian Kummerlaender
2015-08-22Update README.md as the necessary patches were mergedAdrian Kummerlaender
2015-08-22Hide category property in `set` key suggestionsAdrian Kummerlaender
2015-08-21Implement automatic key suggestion in `set` commandAdrian Kummerlaender
2015-08-21Improve `exec` output type handlingAdrian Kummerlaender
2015-08-21Add `q` command to close _MetaTerm_ in command modeAdrian Kummerlaender
2015-08-19Improve handling of non-existing properties in `set`Adrian Kummerlaender
2015-08-19Prevent trailing whitespace from resetting configuration valuesAdrian Kummerlaender
2015-08-19Add `set` command to ease configuration changesAdrian Kummerlaender
2015-08-19Extract all settings into `SettingsHandler` objectAdrian Kummerlaender
2015-08-15Expose component settings as propertiesAdrian Kummerlaender
2015-08-15Restructure QML and JS sourcesAdrian Kummerlaender
2015-08-14Display exceptions during `exec` processing as errorsAdrian Kummerlaender
2015-08-13Implement `kill` commandAdrian Kummerlaender
2015-08-13Implement `ls` commandAdrian Kummerlaender
2015-08-12Change color setting types to `string`Adrian Kummerlaender
2015-08-12Add command output error font color to settingsAdrian Kummerlaender
2015-08-12Add special error formatting to command outputAdrian Kummerlaender
2015-08-11Add command output log to UIAdrian Kummerlaender
2015-08-10Implement proper handling of unimplemented commandsAdrian Kummerlaender
2015-08-09Return to normal mode after command evaluationAdrian Kummerlaender
2015-08-09Implement `jump` commandAdrian Kummerlaender
2015-08-09Implement basic command dispatch logicAdrian Kummerlaender
2015-08-07Extracted terminal list into separate componentAdrian Kummerlaender
2015-08-07Implemented basic command modeAdrian Kummerlaender
2015-08-06Rename insert mode change actionsAdrian Kummerlaender
2015-08-05Add basic README.mdAdrian Kummerlaender
2015-08-05Make index font size dependent on configured prompt font sizeAdrian Kummerlaender
2015-08-04Display overlay even when resize operation is preventedAdrian Kummerlaender
2015-08-04Increased overlay animation durationAdrian Kummerlaender
2015-08-04Added highlighter default and focus colors to settingsAdrian Kummerlaender
2015-08-04Added overlay background and font color to settingsAdrian Kummerlaender
2015-08-04Fixed overlay display animation timeoutAdrian Kummerlaender
2015-08-04Implemented basic terminal size overlayAdrian Kummerlaender