aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-27Update for nomemHEADmasterJulian Hurst
2024-09-20Remove debug logJulian Hurst
2024-09-16Fix crash on resizeJulian Hurst
2024-09-15Add issues section to readmeJulian Hurst
2024-09-12Use hare-ev to handle the event loopJulian Hurst
2024-02-26Fix casting issueJulian Hurst
2023-11-18Fix out of bounds in reverseJulian Hurst
2023-11-18Update for stdlib changesJulian Hurst
2023-09-11Fix non-exhaustive switchJulian Hurst
2023-09-07README: Add link for hareJulian Hurst
2023-09-07README: Add hare-libtui dependency to build sectionJulian Hurst
2023-09-07Add README.mdJulian Hurst
2023-09-06Bump hare version (Hare dev+9705222-alpine)Julian Hurst
2023-09-06Remove unused mainUI and sighandler functionJulian Hurst
2023-09-06Removed slices::reverse and implemented reverse functionJulian Hurst
2022-12-17Add -s flag for search on open supportJulian Hurst
2022-12-16Add -m flagJulian Hurst
2022-12-16Add support for nul terminated outputJulian Hurst
2022-12-03Handle the error from strings::fromutf8 callsJulian Hurst
2022-09-12Print selected and quit on newlineJulian Hurst
2022-09-11Use libtui::doclear instead of libtui::clear to prevent flickeringJulian Hurst
2022-09-11Prevent taking total tty size if unecessaryJulian Hurst
2022-09-11Update resize code for libtuiJulian Hurst
2022-09-11Free list items before 'p' resetJulian Hurst
2022-09-11Fix resetting the list items after sortingJulian Hurst
2022-09-11Add filter featureJulian Hurst
2022-06-20Use layout::print in main UI loopJulian Hurst
2022-06-15Externalize modules and add .gitignoreJulian Hurst
2022-05-31Make frame equal to winsizeJulian Hurst
2022-05-25Use signalfd and poll to handle sigwinchJulian Hurst
2022-05-17list: reset, somewhat decent resize implementation and fix reframeJulian Hurst
2022-05-17Remove useless (or at least it should be) frame update in printJulian Hurst
2022-05-17Move ttyui to widgetJulian Hurst
2022-05-17Create consts for ansi colour codes in listJulian Hurst
2022-05-17Add list::setitems, sorting and decouple handlers from main.haJulian Hurst
2022-05-16Add page up and page downJulian Hurst
2022-05-16Hide/show cursorJulian Hurst
2022-05-16Add layout and a common widget typeJulian Hurst
2022-05-15Add marking support (contains, fnmatch, regex)Julian Hurst
2022-05-05Improve docs and search (forwards/backwards search)Julian Hurst
2022-05-05sigwinch and newline weirdnessJulian Hurst
2022-05-05Initial commitJulian Hurst