trogdoro/xiki
{ "createdAt": "2008-06-05T01:03:11Z", "defaultBranch": "master", "description": "A shell console with GUI features", "fullName": "trogdoro/xiki", "homepage": "http://xiki.org", "language": "Ruby", "name": "xiki", "pushedAt": "2020-01-03T07:11:19Z", "stargazersCount": 3763, "topics": [], "updatedAt": "2025-11-07T14:56:40Z", "url": "https://github.com/trogdoro/xiki"}Xiki expands your command line
Section titled “Xiki expands your command line”Xiki makes the command line friendlier and more powerful. Xiki Shell (xsh) lets you use Xiki from command line, in a way that augments your current favorite shell (bash or zsh).
$ xshInstall
Section titled “Install”One-line installer
Section titled “One-line installer”If you want a one-line installer, this should do the trick. Copy and paste it into your shell console.
curl -L https://xiki.com/install_xsh -o ~/install_xsh; bash ~/install_xshIt will walk you through a couple setup steps.
Manual install
Section titled “Manual install”You can download Xiki from: https://github.com/trogdoro/xiki/archive/master.tar.gz. Extract it into your home dir, or some other dir where you keep projects or downloaded things.
Then, to run (and optionally install xsh) just execute the ‘xsh’ command, located in the ‘bin’ dir:
$ ./installGit Install
Section titled “Git Install”Or, if you have git, you can get Xiki from github via “git clone https://github.com/trogdoro/xiki.git”. Then run ”./install” from inside the dir.
Tutorial
Section titled “Tutorial”Try typing “xsh —tutorial”, or “xsh —help” on the command line. Or, get help from a human:
Getting in touch
Section titled “Getting in touch”Tweet to @xiki:
Join the google group for help with installing:
Or, jump into the xiki chat room to chat about Xiki! Use this link to jump right in, or use your own irc client to join:
Troubleshooting
Section titled “Troubleshooting”If you run into trouble, try running “bin/xsh —d”, which may give better error messages. Also, not that there’s a cached “xsh forker” process that stays alive to speed up execution. Try “ps aux|grep forker” to find it. During trouble-shooting you may need to kill it.
Supported platforms
Section titled “Supported platforms”Supported platforms: MacOS and Linux. Pair with me if you want to see Windows support, support for your text editor, or just to hack on Xiki! (find me at twitter.com/xiki).