Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/karlll/kjell
Erlang Shell
https://github.com/karlll/kjell
erlang shell
Last synced: 29 days ago
JSON representation
Erlang Shell
- Host: GitHub
- URL: https://github.com/karlll/kjell
- Owner: karlll
- Created: 2012-06-21T06:08:59.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2018-09-19T06:31:42.000Z (about 6 years ago)
- Last Synced: 2024-08-04T01:17:56.388Z (4 months ago)
- Topics: erlang, shell
- Language: Erlang
- Size: 1.33 MB
- Stars: 176
- Watchers: 11
- Forks: 19
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- beamtoolbox - [erl
README
Kjell
=====Kjell - a refurbished Erlang shell with support for color profiles and extensions.
### Build status
* Main branch : [![Build Status](https://travis-ci.org/karlll/kjell.png?branch=master)](https://travis-ci.org/karlll/kjell)
* Development branch : [![Build Status](https://travis-ci.org/karlll/kjell.png?branch=develop)](https://travis-ci.org/karlll/kjell)## Screens
Kjell (dark profile) on Solarized Dark
![Kjell](http://karlll.github.io/kjell/images/kjell_demo_3_dark.png)Kjell (light profile) on Solarized Light
![Kjell](http://karlll.github.io/kjell/images/kjell_demo_3_light.png)## Overview
See http://karlll.github.com/kjell/
## Dependencies
* Erlang/OTP R16B01+
* Extension `kjell-prompt`: Powerline patched font (https://github.com/Lokaltog/powerline-fonts)## Install
### Mac: Install using Hombrew
~~~
$ brew install kjell
~~~### Linux: Build and install
#### Build
~~~
$ git clone --recursive https://github.com/karlll/kjell.git && cd kjell
$ make
~~~After building:
~~~
$ make install
~~~#### Install to alternate location
~~~
$ make configure PREFIX=
$ make install
~~~## Run
If installed, execute `kjell` in terminal, otherwise, `/bin/kjell`
## Extensions
Install extensions in user directory:
~~~
$ make install-extensions
~~~See https://github.com/karlll/kjell-extensions for further information about extensions.
## Documentation
Please see the wiki, https://github.com/karlll/kjell/wiki
## Author
Karl Larsaeus,
## Contributors
* Pedram Nimreezi,
* Uwe Dauernheim,
* Dylan MacKenzie,
* Julien Barbot
* Andrzej Trawiński,
* Danila Fedyaschin,
* gen_ale_drinker,
* Jean-Sébastien Pédron,## How to contribute
Got new features, bugfixes, extensions? Great! Please do the following:
* Clone the repo
* Check out the development branch
* Hack stuff
* Add yourself to the CONTRIBUTORs
* Submit your pull request to the development branchIf appropriate, please extend the current test suites or add new ones.