Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trogdoro/xiki
A shell console with GUI features
https://github.com/trogdoro/xiki
Last synced: about 1 month ago
JSON representation
A shell console with GUI features
- Host: GitHub
- URL: https://github.com/trogdoro/xiki
- Owner: trogdoro
- License: other
- Created: 2008-06-05T01:03:11.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2020-01-03T07:11:19.000Z (almost 5 years ago)
- Last Synced: 2024-08-02T12:49:31.269Z (4 months ago)
- Language: Ruby
- Homepage: http://xiki.org
- Size: 6.19 MB
- Stars: 3,765
- Watchers: 208
- Forks: 207
- Open Issues: 116
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- my-awesome-github-stars - trogdoro/xiki - A shell console with GUI features (Ruby)
- awesome-repositories - trogdoro/xiki - A shell console with GUI features (Ruby)
- starred-awesome - xiki - A shell console with GUI features (Ruby)
- awesome-starred - trogdoro/xiki - A shell console with GUI features (others)
README
## 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).
$ xsh
## Install
### 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_xsh
It will walk you through a couple setup steps.
### 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:
$ ./install
### 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
Try typing "xsh --tutorial", or "xsh --help" on the command line. Or, get help from a human:
## Getting in touch
Tweet to @xiki:
* http://twitter.com/xiki
Join the google group for help with installing:
* http://groups.google.com/group/xiki
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:
* http://webchat.freenode.net/?channels=xiki
## 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
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).