summaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2021-05-15clean and exit on window closeKunal Mohan
2021-05-05Removing generated manpageNKGoc
2021-04-29fix(build): just kidding, binary assets still need to be in gitBrooks J Rady
2021-04-29fix(build): don't store binary assets in gitBrooks J Rady
2021-04-24feature(release): added automatic release on pushing tag v*.*.*Doron Tsur
2021-02-17docs: first documentation step (#185)categorille
* added some documentation to the input module * added a bunch of documentation already, doing this non-linearly * added more comments * forgot cargo ftm again oop * PR change requests applied, some forgotten/imcomplete doc added
2021-02-05chore(cleanup): Remove .vscodehenil
2020-11-21feat(ux): add a command mode (#42)Kyle Sutherland-Cash
* Move the input loop into a separate module * Proof of concept implementation of command mode * Update readme to reflect command mode * Have Esc exit command mode * Update tests to use command mode and make it transient by default * Some merge fixes * fix(tests): add missing COMMAND_TOGGLE and fix false positive test * style(format): make rustfmt happy * Update readme to describe command mode Co-authored-by: Aram Drevekenin <aram@poor.dev>
2020-07-13line wrap kinda workingAram Drevekenin