Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 625 Bytes

File metadata and controls

16 lines (11 loc) · 625 Bytes

B2R2.FsReadLine

This is a GNU readline implementation written purely in F#, which is inspired by this project.

Currently FsReadLine minimally supports command line history, automatic tab completion, and several keyboard shortcuts. Thus, we are widely open for PRs.

To see what this library does, simply run the demo project:

$ dotnet run --project src/FsReadLine.Demo