index
:
MetaTerm
master
Terminal like UI for launching multiple terminal shells and applications
Gitolite user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
command
Age
Commit message (
Expand
)
Author
2015-12-12
Add PID to `ls` output
Adrian Kummerlaender
2015-12-12
Expose session PID and current working directory
Adrian Kummerlaender
2015-12-05
Implement `cd` command to enable changing _MetaTerm_'s working directory
Adrian Kummerlaender
2015-09-04
Add `reset` command to restore the previous functionality of `kill`
Adrian Kummerlaender
2015-09-04
Reimplemented `kill` command using actual signal sending
Adrian Kummerlaender
2015-08-30
Make command output selectable and rich by default
Adrian Kummerlaender
2015-08-22
Replaced unnecessary `eval` calls in settings getter and setter
Adrian Kummerlaender
2015-08-22
Hide category property in `set` key suggestions
Adrian Kummerlaender
2015-08-21
Implement automatic key suggestion in `set` command
Adrian Kummerlaender
2015-08-21
Improve `exec` output type handling
Adrian Kummerlaender
2015-08-21
Add `q` command to close _MetaTerm_ in command mode
Adrian Kummerlaender
2015-08-19
Improve handling of non-existing properties in `set`
Adrian Kummerlaender
2015-08-19
Prevent trailing whitespace from resetting configuration values
Adrian Kummerlaender
2015-08-19
Add `set` command to ease configuration changes
Adrian Kummerlaender
2015-08-19
Extract all settings into `SettingsHandler` object
Adrian Kummerlaender
2015-08-15
Expose component settings as properties
Adrian Kummerlaender
2015-08-15
Restructure QML and JS sources
Adrian Kummerlaender