summaryrefslogtreecommitdiffstats
path: root/.gitignore
AgeCommit message (Collapse)Author
2022-02-28add: `result-*` to gitignore (#1144)a-kenji
2022-02-27fix: gitignore (#1136)a-kenji
2022-02-27init: nix support (#1131)a-kenji
* init(nix): initial nix support * nix(compat): add flake-compat * remove `macro expansion` * remove `extraEntries` from `makeDesktopItem` * fix Categories * add darwin compatibilty
2021-10-18simplify .gitignore (#783)Canop
`/target` is useless when there's already `**/target`. And `**/target` should be written just `target`. And to be more precise, what's really wanted here is to match the "target" *directory* everywhere so the best rule is `target/`.
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