TermKit - a graphical terminal replacement
1–10 of 208 posts
Re: TermKit - a graphical terminal replacement
#2I've not been able to build Termkit yet, mind.
Re: TermKit - a graphical terminal replacement
#3It should be possible to map the output for the Current Working Host too.
So:
home> ssh Server1
Server1> ls
server1file.bin
that server1file.bin
should be mapped to scp Server1:server1file.binRe: TermKit - a graphical terminal replacement
#4(P.S. - Apart from this, unconed has also been a prolific Drupal contributor and done some amazing visualization work for Winamp. Awesome hacker.)
Re: TermKit - a graphical terminal replacement
#5Too bad it's very much bound to MacOSX/Cocoa, so this kind of rules it out as general nextgen UNIX/Linux shell.
Re: TermKit - a graphical terminal replacement
#6Re: TermKit - a graphical terminal replacement
#7Re: TermKit - a graphical terminal replacement
#8I just looked at this through the github link. Looks very nice and useful. Too bad it's very much bound to MacOSX/Cocoa, so this kind of rules it out as general nextgen UNIX/Linux shell.
Re: TermKit - a graphical terminal replacement
#9I just looked at this through the github link. Looks very nice and useful. Too bad it's very much bound to MacOSX/Cocoa, so this kind of rules it out as general nextgen UNIX/Linux shell.
From the article it sounds like most of the heavy UI is implemented using webkit and HTML/CSS/JS. Wouldn't this make it reasonably easy to port to *nix?
If it's mainly HTML/js/webkit based then it would not be hard to port it to a portable window toolkit such as Qt4 (which has a QWebKit widget...).
Re: TermKit - a graphical terminal replacement
#10Many times you need to look beneath the veneer of abstractions that is the modern GUI, to work with speed and flexibility. However you don't want to strip away all the abstractions. That would yield the system very unwieldy. (example: Programming in C vs Programming in Assembly) The Unix command prompt is just the right amount of abstraction for me, and for many other users. What the project proposes is certainly nov…
Reminds me of this: http://i.imgur.com/jqIcv.jpg
Also I mean as a hacker, not as an entrepreneur.