https://github.com/keithdhedger/kkterminal
A simple low resource terminal emulator for gtk2/3
https://github.com/keithdhedger/kkterminal
gtk2 gtk3 linux low-resource simple terminal-emulators
Last synced: 28 days ago
JSON representation
A simple low resource terminal emulator for gtk2/3
- Host: GitHub
- URL: https://github.com/keithdhedger/kkterminal
- Owner: KeithDHedger
- License: gpl-3.0
- Created: 2016-07-15T11:57:43.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-16T11:03:15.000Z (9 months ago)
- Last Synced: 2025-04-01T05:35:42.374Z (2 months ago)
- Topics: gtk2, gtk3, linux, low-resource, simple, terminal-emulators
- Language: Makefile
- Size: 272 KB
- Stars: 6
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: COPYING
- Authors: AUTHORS
Awesome Lists containing this project
README
KKTerminal
KKTerminal is a simple small terminal emulator for gtk2/3.
Features:
Single instance app, but can be launced in a new instance by using the '-m' switch.Examples:
Open new instance of kkterminal and list the contents of '/'
kkterminal -m --command="ls /"Open /usr and / in new tabs in running copy of kkterminal
kkterminal --new-tab=/usr --new-tab=/Open new instance of kkterminal at pos 100,200 with width=800 and height=400
kkterminal -m -x 100 -y 200 -w 800 -g 400Bring kkterminal to front ( or start if not running )
kkterminalOpen a new tab, then run the rest of the command line in a new tab
kkterminal --tab -e man kkterminalSupports drag'n'drop of files onto tab to paste single quoted filepath.
supports drag'n'drop of text into window ( no quoting ).Background/forground colours are set in the prefs file here:
~/.KKTerminal/kkterminal.rcYou can choose to display icons or not in the menus ( in gtk3 ) by setting iconsinmenu 1 in the prefs file.
Prefs used so far:
forecol white
backcol black
windowsize 1311 345 382 1142
font Monospace 10
showmbar 1
iconsinmenu 1Prefs can now be set from the preferences menu, changes to colours take effect on new shells, changes to menu icons ( gtk3 only ) take place on restart.
More prefs to come!The idea of this is to have a small USABLE terminal emulator without all the bloat of other emulators, suggestions, bug reports etc welecome, send to:
BUGS etc.
[email protected]Webpage here:
https://keithdhedger.github.io/pages/kkterminal/kkterminal.htmlI have only just started this project so look for lots more to come.
Why KKTerminal?, just 'cos it matches my editor KKEdit here:
https://keithdhedger.github.io/KKEditQT/index.html