From 0672b4d5362f5645db265e3bf42c067df959bbef Mon Sep 17 00:00:00 2001 From: CrystalSplitter Date: Wed, 17 Jan 2024 00:55:45 -0800 Subject: [PATCH] Update manual, downgrade official version to 0.0.1 --- MANUAL.rst | 10 ++++++++++ README.md | 4 +++- gen/MANUAL.txt | 7 +++++++ ghcitui.cabal | 2 +- 4 files changed, 21 insertions(+), 2 deletions(-) diff --git a/MANUAL.rst b/MANUAL.rst index 186231a..9a8da4e 100644 --- a/MANUAL.rst +++ b/MANUAL.rst @@ -159,3 +159,13 @@ Modules - ````, ``j``: Move the module selection down. - ``+``, ``-``: Increase/decrease the info panel size. - ````, ``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. \ No newline at end of file diff --git a/README.md b/README.md index 2f88b4c..e2a185b 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/gen/MANUAL.txt b/gen/MANUAL.txt index 5112e6f..2905dfc 100644 --- a/gen/MANUAL.txt +++ b/gen/MANUAL.txt @@ -144,4 +144,11 @@ KEYBINDINGS • , 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() diff --git a/ghcitui.cabal b/ghcitui.cabal index 55204f3..17ec272 100644 --- a/ghcitui.cabal +++ b/ghcitui.cabal @@ -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: