https://github.com/karlll/kjell
Erlang Shell
https://github.com/karlll/kjell
erlang shell
Last synced: about 1 year ago
JSON representation
Erlang Shell
- Host: GitHub
- URL: https://github.com/karlll/kjell
- Owner: karlll
- Created: 2012-06-21T06:08:59.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2018-09-19T06:31:42.000Z (over 7 years ago)
- Last Synced: 2024-11-14T12:50:40.141Z (over 1 year 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 : [](https://travis-ci.org/karlll/kjell)
* Development branch : [](https://travis-ci.org/karlll/kjell)
## Screens
Kjell (dark profile) on Solarized Dark

Kjell (light profile) on Solarized Light

## 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 branch
If appropriate, please extend the current test suites or add new ones.