Coder Social home page Coder Social logo

keithdhedger / kkterminal Goto Github PK

View Code? Open in Web Editor NEW
6.0 4.0 0.0 276 KB

A simple low resource terminal emulator for gtk2/3

License: GNU General Public License v3.0

Makefile 37.19% C++ 25.56% C 5.34% Shell 29.17% M4 0.88% Roff 1.86%
gtk2 gtk3 terminal-emulators linux simple low-resource

kkterminal's Introduction

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 400

Bring kkterminal to front ( or start if not running )
	kkterminal

Open a new tab, then run the rest of the command line in a new tab
	kkterminal --tab -e man kkterminal


Supports 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.rc

You 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	1

Prefs 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.html

I 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

kkterminal's People

Contributors

keithdhedger avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.