mirror of
https://github.com/CrystalSplitter/ghcitui.git
synced 2024-11-21 21:39:35 +03:00
A Terminal User Interface for the Glasgow Haskell Compiler Interactive Mode
3cc4e16ac3
This breaks for whatever reason only on hackage. It appears ghcid depends on fsnotify as an executable, but not as a library. We're not using it as an executable, but perhaps the documentation is breaking on it. I'm uncertain why we're building the executable dependencies, but until that's fixed we can't do anything except either downgrade text or force upgrade fsnotify. |
||
---|---|---|
.github | ||
app | ||
assets | ||
docs/assets | ||
gen | ||
lib | ||
test | ||
.gitattributes | ||
.gitignore | ||
cabal.project | ||
CHANGELOG.md | ||
CONTRIBUTING.md | ||
fourmolu.yaml | ||
fswatch_build.sh | ||
ghcitui.cabal | ||
INSTALL.rst | ||
LICENSE | ||
MANUAL.rst | ||
README.md | ||
regenerate_help.sh |
GHCiTUI: Interactive terminal interface for the Glasgow Haskell Compiler
/ ______ __ __ ______ __
// /\ ___\ /\ \_\ \ /\ ___\ /\_\
// ___\ \ \__ \_\ \ __ \_\ \ \_____\ \ \___
' , _ // \ \ \_____\ \ \_\ \_\ \ \_____\ \ \_\ \
/ \ // 7 \ \/_____/ \/_/\/_/ \/_____/ \/_/ \
" \ \ ______ __ __ __ \
a a \ /\__ _\ /\ \/\ \ /\ \ \
|_ \ \________\/_/\ \/_\ \ \_\ \_\ \ \________\
'._ ' \ \_\ \ \_____\ \ \_\
(' _ ' \/_/ \/_____/ \/_/
This is an experimental front-end terminal interface for
ghci
. It provides a source viewer, keybindings, an interactive
interpreter, and a local context viewer.
Installation
You can install this project from Hackage using cabal
or from source. See INSTALLATION for details.
Basic Usage
For full usage, please see the manual.
Starting the TUI
GHCiTUI runs a repl in the current directory by default.
$ cd your/cabal/project/root/directory
$ ghcitui
You can specify another directory with the -C <DIR>
flag.
$ ghcitui -C some/other/directory
Quitting the TUI
Press <ESC>
or q
while in the code viewport panel to quit. While not in the
code viewport panel, you may press <ESC>
to get to the viewport panel.
Contributing
Contributors are welcome! Please see CONTRIBUTING to see how.