Skip to content

Tags: reeflective/console

Tags

v0.1.21

Toggle v0.1.21's commit message
Readline update, formatting and checks

v0.1.20

Toggle v0.1.20's commit message
Fix bugs in commands

v0.1.19

Toggle v0.1.19's commit message
Add commands in the commands directory

v0.1.18

Toggle v0.1.18's commit message
Update completion engine

v0.1.17

Toggle v0.1.17's commit message
context execution, error types refactors

v0.1.16

Toggle v0.1.16's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: custom shell highlight (#50)

* no large gaps between prompts on empty input due to NewlineBefore and NewlineAfter

* removed lastLine placeholder

* don't print lastLine

* check firstRead in newlineAfter

* set lastLine every iteration

* custom ansi code for flag and command highlight color

* docstring