Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix escaping | Marc Coquand | 2024-05-17 | 1 | -3/+3 | |
| | ||||||
* | Fix binary release | Marc Coquand | 2024-05-17 | 4 | -12/+18 | |
| | ||||||
* | updates | Marc Coquand | 2024-05-17 | 4 | -13/+63 | |
| | ||||||
* | Revert "temp remove" | Marc Coquand | 2024-05-17 | 1 | -0/+12 | |
| | | | | This reverts commit 9fc8906793bc9c7926ba9d928c039d4cc94aa03a. | |||||
* | temp remove | Marc Coquand | 2024-05-17 | 1 | -12/+0 | |
| | ||||||
* | stuff | Marc Coquand | 2024-05-17 | 7 | -24/+62 | |
| | ||||||
* | test | Marc Coquand | 2024-05-16 | 1 | -2/+3 | |
| | ||||||
* | and again | Marc Coquand | 2024-05-16 | 1 | -0/+1 | |
| | ||||||
* | Test | Marc Coquand | 2024-05-16 | 1 | -1/+0 | |
| | ||||||
* | update flake.nix | Marc Coquand | 2024-05-16 | 1 | -2/+2 | |
| | ||||||
* | updates to building flake | Marc Coquand | 2024-05-16 | 1 | -0/+14 | |
| | ||||||
* | README: Shorter quote | Marc Coquand | 2024-05-16 | 2 | -21/+15 | |
| | ||||||
* | Update README | Marc Coquand | 2024-05-16 | 1 | -3/+0 | |
| | ||||||
* | Update README | Marc Coquand | 2024-05-16 | 2 | -0/+127 | |
| | ||||||
* | README | Marc Coquand | 2024-05-16 | 1 | -1/+2 | |
| | ||||||
* | Update readme | Marc Coquand | 2024-05-16 | 1 | -2/+18 | |
| | ||||||
* | Update README | Marc Coquand | 2024-05-16 | 2 | -2/+12 | |
| | ||||||
* | Update docs | Marc Coquand | 2024-05-16 | 3 | -75/+92 | |
| | ||||||
* | Document environment variables | Marc Coquand | 2024-05-16 | 4 | -5/+56 | |
| | ||||||
* | Fix regexp being empty error. Just display nothing for now | Marc Coquand | 2024-05-16 | 4 | -55/+82 | |
| | ||||||
* | Fix editor opening | Marc Coquand | 2024-05-16 | 4 | -4/+4 | |
| | ||||||
* | Update README | Marc Coquand | 2024-05-16 | 1 | -0/+4 | |
| | ||||||
* | Updates | Marc Coquand | 2024-05-15 | 3 | -9/+5 | |
| | ||||||
* | Update README example | Marc Coquand | 2024-05-15 | 1 | -2/+13 | |
| | ||||||
* | Rename screen -> Prompt | Marc Coquand | 2024-05-15 | 5 | -10/+10 | |
| | ||||||
* | Add basic file search | Marc Coquand | 2024-05-15 | 3 | -2/+68 | |
| | ||||||
* | Add regexp search for done and todo | Marc Coquand | 2024-05-15 | 3 | -22/+56 | |
| | ||||||
* | Add refresh button | Marc Coquand | 2024-05-15 | 3 | -4/+28 | |
| | ||||||
* | Add done view + visual | Marc Coquand | 2024-05-15 | 7 | -33/+240 | |
| | ||||||
* | Update Note view | Marc Coquand | 2024-05-15 | 2 | -15/+20 | |
| | ||||||
* | Update state management | Marc Coquand | 2024-05-15 | 6 | -70/+70 | |
| | ||||||
* | State handling done | Marc Coquand | 2024-05-15 | 4 | -32/+67 | |
| | ||||||
* | Add way to go back and forth between note and todo view | Marc Coquand | 2024-05-15 | 2 | -20/+9 | |
| | ||||||
* | TODO and DONE are not showed in note view | Marc Coquand | 2024-05-15 | 1 | -3/+11 | |
| | ||||||
* | Add TODOs, update help, rebind keys | Marc Coquand | 2024-05-15 | 8 | -38/+336 | |
| | ||||||
* | Update copyright comment to add link to correct license | Marc Coquand | 2024-05-15 | 1 | -1/+1 | |
| | ||||||
* | Manual updates | Marc Coquand | 2024-05-14 | 1 | -5/+6 | |
| | ||||||
* | Add help menu | Marc Coquand | 2024-05-14 | 3 | -0/+61 | |
| | ||||||
* | Fix offset | Marc Coquand | 2024-05-14 | 3 | -20/+54 | |
| | ||||||
* | Change ridiculously slow file read implementation | Marc Coquand | 2024-05-14 | 1 | -10/+9 | |
| | ||||||
* | Add nice headings | Marc Coquand | 2024-05-14 | 4 | -60/+164 | |
| | ||||||
* | Resolve a few bugs | Marc Coquand | 2024-05-14 | 3 | -15/+7 | |
| | ||||||
* | Add sort algorithms | Marc Coquand | 2024-05-14 | 1 | -3/+36 | |
| | ||||||
* | Add search and tag search | Marc Coquand | 2024-05-14 | 5 | -23/+159 | |
| | ||||||
* | Refactor | Marc Coquand | 2024-05-13 | 7 | -81/+91 | |
| | ||||||
* | test a org based readme | Marc Coquand | 2024-05-13 | 3 | -26/+29 | |
| | ||||||
* | try again | Marc Coquand | 2024-05-13 | 1 | -1/+1 | |
| | ||||||
* | cgit again | Marc Coquand | 2024-05-13 | 1 | -1/+1 | |
| | ||||||
* | update cgitrc | Marc Coquand | 2024-05-13 | 1 | -0/+1 | |
| | ||||||
* | Initial commit x2 | Marc Coquand | 2024-05-13 | 4 | -23/+1 | |
| |