Quake Terminal: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
IngoKarkat (talk | contribs) (Added link to enhanced version by IngoKarkat.) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
I made a quake-style terminal for the xo. This is basically a persistent full screen terminal that is toggled on and off with a hotkey. It has tabs too! |
I made a quake-style terminal for the xo. This is basically a persistent full screen terminal that is toggled on and off with a hotkey. It has tabs too! |
||
The |
The original script lives at http://xo.cutup.org/quake-terminal.txt <br> |
||
There's an enhanced version at http://ingo-karkat.de/downloads/OLPC%20XO/index.html#quaketerminal |
|||
See the comments in the script for installation instructions. Unfortunately at the moment it needs to be put in the exact right place, and one must edit one of the standard sugar files to get it working. And if you mess it up, X11 won't start. |
See the comments in the script for installation instructions. Unfortunately at the moment it needs to be put in the exact right place, and one must edit one of the standard sugar files to get it working. And if you mess it up, X11 won't start. |
||
Line 7: | Line 8: | ||
So please be careful. That said, it works quite well, despite being quite basic. |
So please be careful. That said, it works quite well, despite being quite basic. |
||
---- |
|||
== |
|||
Latest version ( |
Latest version (v0.06) has: |
||
* Tabs (ctrl-t) |
* Tabs (ctrl-t) |
||
* Paste (ctrl-V or right-click) |
* Paste (ctrl-V or right-click) |
||
* switch tabs with ctrl-Left/ctrl-Right |
* switch tabs with ctrl-Left/ctrl-Right |
||
Enhanced version includes: |
|||
* vertical scrollbars |
|||
* tab labels show PID of the spawned shell |
|||
* configurable terminal palette colors |
Latest revision as of 17:32, 3 January 2009
I made a quake-style terminal for the xo. This is basically a persistent full screen terminal that is toggled on and off with a hotkey. It has tabs too!
The original script lives at http://xo.cutup.org/quake-terminal.txt
There's an enhanced version at http://ingo-karkat.de/downloads/OLPC%20XO/index.html#quaketerminal
See the comments in the script for installation instructions. Unfortunately at the moment it needs to be put in the exact right place, and one must edit one of the standard sugar files to get it working. And if you mess it up, X11 won't start.
So please be careful. That said, it works quite well, despite being quite basic.
Latest version (v0.06) has:
- Tabs (ctrl-t)
- Paste (ctrl-V or right-click)
- switch tabs with ctrl-Left/ctrl-Right
Enhanced version includes:
- vertical scrollbars
- tab labels show PID of the spawned shell
- configurable terminal palette colors