TermKit icon indicating copy to clipboard operation
TermKit copied to clipboard

Experimental Terminal platform built on WebKit + node.js. Currently only for Mac and Windows, though the prototype works 90% in any WebKit browser.

Results 33 TermKit issues
Sort by recently updated
recently updated
newest added

I'm asking because it looks like the author of the original project abandoned it.

You're using "cat" as a way to display the contents of one file. This would qualify for a Useless Use Of Cat everywhere on the internet. Read me well there:...

When running nodekit.js, it gets the following error: "Error: require.paths is removed, use node_modules folders or The NODE_PATH environment variable instead"

I launch TermKit and a plain black screen appears. In the WebKit console, the following error appears about every 10 seconds: ``` Failed to load resource: cancelled ... localhost:2222/socket.io/xhr-polling//1305822806506 ```...

``` require.paths.unshift(__dirname + '/../Shared/'); -> require('../Shared/protocol'); ``` Fixes: https://github.com/unconed/TermKit/issues/68, https://github.com/unconed/TermKit/issues/78.

In files `nodekit.js` and `router.js`.

Install mode: ``` ~/tmp$ git clone https://github.com/Floby/TermKit.git --recursive Cloning into 'TermKit'... remote: Counting objects: 2605, done. remote: Compressing objects: 100% (1127/1127), done. remote: Total 2605 (delta 1310), reused 2605 (delta...

updated gitignore for Xcode4

The title says it all. :) This is so when we install via homebrew, we can symlink the script to the binary path and simply run `nodekit` to start up...

updated Xcode project. also Xcode4 files. should still be compatible with Xcode3