aboutsummaryrefslogtreecommitdiff
path: root/pages/projects/meta_term.md
diff options
context:
space:
mode:
authorAdrian Kummerlaender2017-02-12 15:14:05 +0100
committerAdrian Kummerlaender2017-02-12 15:14:05 +0100
commitdba73e412dd837db09028ad1bdb2ddb5f199f1b9 (patch)
treef305c366d216e616477b8dadb8f384b823c2bedd /pages/projects/meta_term.md
parentba67ed08aba047795c0dd653de718d5333fd7a5d (diff)
downloadblog_content-dba73e412dd837db09028ad1bdb2ddb5f199f1b9.tar
blog_content-dba73e412dd837db09028ad1bdb2ddb5f199f1b9.tar.gz
blog_content-dba73e412dd837db09028ad1bdb2ddb5f199f1b9.tar.bz2
blog_content-dba73e412dd837db09028ad1bdb2ddb5f199f1b9.tar.lz
blog_content-dba73e412dd837db09028ad1bdb2ddb5f199f1b9.tar.xz
blog_content-dba73e412dd837db09028ad1bdb2ddb5f199f1b9.tar.zst
blog_content-dba73e412dd837db09028ad1bdb2ddb5f199f1b9.zip
Remove page, category functionality as it is now provided by `tree.kummerlaender.eu`
Diffstat (limited to 'pages/projects/meta_term.md')
-rw-r--r--pages/projects/meta_term.md29
1 files changed, 0 insertions, 29 deletions
diff --git a/pages/projects/meta_term.md b/pages/projects/meta_term.md
deleted file mode 100644
index 36cd8c0..0000000
--- a/pages/projects/meta_term.md
+++ /dev/null
@@ -1,29 +0,0 @@
-# MetaTerm
-
-…is a vim-like mode based user interface enabling running multiple terminal applications at the same time while preserving the sequence of execution.
-
-_MetaTerm_ is implemented in _QML_ and uses [QMLTermWidget] as its embedded terminal emulator.
-
-Its source code is available on both [Github] and [cgit].
-
-## Usage
-
-_MetaTerm_ starts in insert mode which means that one can simply start typing a command and trigger its execution by pressing _enter_.
-
-The list of running and killed terminal instances is navigable using _vim-like_ keybindings, i.e. using `j` and `k`. Additionally one can jump to the top using `g` and to the bottom using `G`. Navigation is also accessible in command mode via `:next`, `:prev` and `:jump <INDEX>`.
-
-Insert mode may be entered manually using `i` and exited using `Shift+ESC`. The currently selected terminal instance is killable via `d`. Command mode is entered whenever one presses `:` in normal mode.
-
-A list of all running processes and their respective index is exposed via `:ls`.
-
-Settings may be explored and changed using `:set` in command mode, e.g. the window background is changeable via `:set window background <COLOR>`.
-
-Furthermore _MetaTerm_'s command mode exposes a JavaScript prompt through `:exec <COMMAND>`.
-
-## Screenshot
-
-![MetaTerm in action](https://static.kummerlaender.eu/media/metaterm_1.png)
-
-[Github]: https://github.com/KnairdA/MetaTerm/
-[cgit]: http://code.kummerlaender.eu/MetaTerm/
-[QMLTermWidget]: https://github.com/Swordfish90/QMLTermWidget/