Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-05-30 | Add half-screen down/up scrolling | Marc Coquand | 1 | -6/+12 | |
2024-05-30 | Input Prompt: Implement left and right arrow | Marc Coquand | 1 | -2/+4 | |
2024-05-29 | Bugfix: done and todo should not reset tag when moving something to donev0.0.9 | Marc Coquand | 1 | -1/+7 | |
2024-05-29 | Update todo and done to auto-updatev0.0.8 | Marc Coquand | 1 | -1/+7 | |
2024-05-20 | Reformat title with search; add to todo and done | Marc Coquand | 1 | -3/+11 | |
2024-05-20 | Replace ugly conversion | Marc Coquand | 1 | -1/+1 | |
2024-05-20 | Enable hiding the file name using 'h' | Marc Coquand | 1 | -6/+23 | |
2024-05-19 | Change headers for views | Marc Coquand | 1 | -1/+1 | |
2024-05-18 | Add run command to done; fix content bug | Marc Coquand | 1 | -4/+1 | |
2024-05-18 | Add command execution to TODO | Marc Coquand | 1 | -5/+59 | |
2024-05-18 | Prompt: Fix visual | Marc Coquand | 1 | -1/+1 | |
2024-05-18 | Update keybindings | Marc Coquand | 1 | -1/+1 | |
2024-05-16 | Document environment variables | Marc Coquand | 1 | -1/+1 | |
2024-05-16 | Fix regexp being empty error. Just display nothing for now | Marc Coquand | 1 | -1/+4 | |
2024-05-16 | Fix editor opening | Marc Coquand | 1 | -1/+1 | |
2024-05-15 | Rename screen -> Prompt | Marc Coquand | 1 | -2/+2 | |
2024-05-15 | Add regexp search for done and todo | Marc Coquand | 1 | -17/+22 | |
2024-05-15 | Add refresh button | Marc Coquand | 1 | -1/+13 | |
2024-05-15 | Add done view + visual | Marc Coquand | 1 | -13/+23 | |
2024-05-15 | Update state management | Marc Coquand | 1 | -4/+11 | |
2024-05-15 | State handling done | Marc Coquand | 1 | -2/+2 | |
2024-05-15 | Add way to go back and forth between note and todo view | Marc Coquand | 1 | -19/+7 | |
2024-05-15 | Add TODOs, update help, rebind keys | Marc Coquand | 1 | -21/+18 | |
2024-05-14 | Add help menu | Marc Coquand | 1 | -0/+2 | |
2024-05-14 | Fix offset | Marc Coquand | 1 | -3/+10 | |
2024-05-14 | Add nice headings | Marc Coquand | 1 | -36/+27 | |
2024-05-14 | Resolve a few bugs | Marc Coquand | 1 | -1/+1 | |
2024-05-14 | Add search and tag search | Marc Coquand | 1 | -16/+76 | |
2024-05-13 | Refactor | Marc Coquand | 1 | -19/+21 | |