Skip to content
maxlandon edited this page Apr 21, 2021 · 13 revisions

Introduction

The Github documentation for gonsole is not a fully exhaustive list of what you can do, because I judge the code to be well documented for the most part. I might be wrong though. However and consequently, this documentation is more of a step-by-step tutorial on how to get the most out of the library, and trying to take into account some edge cases as well.

As usual, I suggest to read the documentation (1) in order, (2) recompiling and testing your project regularly. And this for 2 reasons: catch your bugs quick, or notify me quick: this library works quite bug-free as compared to its feature set, but it has not been tested out by tens of persons. The list of files is given in a structured way below if you need a bit of code summary.

Also, parts of the documentation or some of its pictures are identical/similar to what you'll find in the readline. However you should not use readline's documentation and apply it to this library, because there are subtle differences even in little places ("populating completions" documentation is a good example of why you should not do this).

At this point you should have an editor with a single line from this library (drop your example if you come from the README):

var console = gonsole.NewConsole()

Table of Contents

Developers

Users


File Contents

Clone this wiki locally