Update manual, downgrade official version to 0.0.1

This commit is contained in:
CrystalSplitter 2024-01-17 00:55:45 -08:00 committed by Jordan R AW
parent f8d92f8134
commit 0672b4d536
4 changed files with 21 additions and 2 deletions

View File

@ -159,3 +159,13 @@ Modules
- ``<Down>``, ``j``: Move the module selection down.
- ``+``, ``-``: Increase/decrease the info panel size.
- ``<Enter>``, ``o``: Open the selected module.
-------------------------------
Reporting Bugs/Feature Requests
-------------------------------
You can file bugs and feature requests both at:
https://github.com/CrystalSplitter/ghcitui/issues
Please check to see if the bug/request already exists before filing
a new one.

View File

@ -13,6 +13,8 @@
(' _ ' \/_/ \/_____/ \/_/
```
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/CrystalSplitter/ghcitui/haskell.yaml)
This is an experimental front-end terminal interface for
`ghci`. It provides a source viewer, keybindings, an interactive
interpreter, and a local context viewer.
@ -28,7 +30,7 @@ See [INSTALLATION.rst](./INSTALL.rst) for details.
## Basic Usage
For detailed usage, please see the [manual](./MANUAL.rst).
For full usage, please see the [manual](./MANUAL.rst).
### Starting the TUI

View File

@ -144,4 +144,11 @@ KEYBINDINGS
• <Enter>, o: Open the selected module.
REPORTING BUGS/FEATURE REQUESTS
You can file bugs and feature requests both at:
https://github.com/CrystalSplitter/ghcitui/issues
Please check to see if the bug/request already exists before filing a
new one.
GHCITUI MANUAL()

View File

@ -1,6 +1,6 @@
cabal-version: 2.4
name: ghcitui
version: 0.1.0.0
version: 0.0.1.0
synopsis: A Terminal User Interface (TUI) for GHCi
description: