Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-05-30 | Add half-screen down/up scrolling | Marc Coquand | 6 | -26/+52 | |
2024-05-30 | Input Prompt: Implement left and right arrow | Marc Coquand | 5 | -18/+50 | |
2024-05-29 | Bugfix: done and todo should not reset tag when moving something to donev0.0.9 | Marc Coquand | 2 | -7/+13 | |
2024-05-29 | Update todo and done to auto-updatev0.0.8 | Marc Coquand | 2 | -2/+14 | |
2024-05-29 | Refresh when editing in stitched and headline view | Marc Coquand | 3 | -5/+25 | |
2024-05-27 | Full view: Bold headline, not file number | Marc Coquand | 1 | -1/+1 | |
2024-05-23 | Fix export with relative line | Marc Coquand | 3 | -8/+18 | |
2024-05-23 | Add ability to export current view | Marc Coquand | 4 | -5/+54 | |
2024-05-23 | Irrelevant TODO | Marc Coquand | 1 | -1/+1 | |
2024-05-23 | Resolve issue with tag not showing if using -t tag | Marc Coquand | 1 | -5/+2 | |
2024-05-22 | Bug fix: change order for line_number_arg | Marc Coquand | 1 | -1/+1 | |
This resolves an issue in vis where it didn't correctly open the correct line. | |||||
2024-05-20 | Add search query to title in full view | Marc Coquand | 1 | -2/+7 | |
2024-05-20 | Reformat title with search; add to todo and done | Marc Coquand | 3 | -7/+23 | |
2024-05-20 | Display search query in title | Marc Coquand | 1 | -2/+9 | |
2024-05-20 | Replace ugly conversion | Marc Coquand | 4 | -4/+6 | |
2024-05-20 | Enable hiding the file name using 'h' | Marc Coquand | 5 | -20/+75 | |
2024-05-19 | Arbitrary command supports all shell scripts, also those that open editor | Marc Coquand | 1 | -10/+33 | |
2024-05-19 | Set Stitch to fail if STITCH_DIRECTORY is not set | Marc Coquand | 1 | -49/+56 | |
2024-05-19 | Change headers for views | Marc Coquand | 5 | -10/+10 | |
2024-05-18 | Arbitrary command for article | Marc Coquand | 4 | -7/+84 | |
2024-05-18 | Add run command to done; fix content bug | Marc Coquand | 3 | -14/+58 | |
2024-05-18 | Add command execution to TODO | Marc Coquand | 1 | -5/+59 | |
2024-05-18 | Add support for arbitrary command in the note view | Marc Coquand | 3 | -8/+110 | |
2024-05-18 | Prompt: Fix visual | Marc Coquand | 5 | -9/+15 | |
2024-05-18 | Fix infov0.0.2 | Marc Coquand | 1 | -1/+1 | |
2024-05-18 | Update keybindings | Marc Coquand | 5 | -8/+8 | |
2024-05-17 | Resolve OOB error | Marc Coquand | 2 | -8/+10 | |
2024-05-17 | Fix binary release | Marc Coquand | 1 | -1/+4 | |
2024-05-16 | Update docs | Marc Coquand | 1 | -1/+1 | |
2024-05-16 | Document environment variables | Marc Coquand | 3 | -4/+4 | |
2024-05-16 | Fix regexp being empty error. Just display nothing for now | Marc Coquand | 4 | -55/+82 | |
2024-05-16 | Fix editor opening | Marc Coquand | 4 | -4/+4 | |
2024-05-15 | Updates | Marc Coquand | 2 | -6/+3 | |
2024-05-15 | Rename screen -> Prompt | Marc Coquand | 5 | -10/+10 | |
2024-05-15 | Add basic file search | Marc Coquand | 3 | -2/+68 | |
2024-05-15 | Add regexp search for done and todo | Marc Coquand | 3 | -22/+56 | |
2024-05-15 | Add refresh button | Marc Coquand | 3 | -4/+28 | |
2024-05-15 | Add done view + visual | Marc Coquand | 7 | -33/+240 | |
2024-05-15 | Update Note view | Marc Coquand | 2 | -15/+20 | |
2024-05-15 | Update state management | Marc Coquand | 5 | -68/+69 | |
2024-05-15 | State handling done | Marc Coquand | 4 | -32/+67 | |
2024-05-15 | Add way to go back and forth between note and todo view | Marc Coquand | 2 | -20/+9 | |
2024-05-15 | TODO and DONE are not showed in note view | Marc Coquand | 1 | -3/+11 | |
2024-05-15 | Add TODOs, update help, rebind keys | Marc Coquand | 6 | -38/+303 | |
2024-05-15 | Update copyright comment to add link to correct license | Marc Coquand | 1 | -1/+1 | |
2024-05-14 | Manual updates | Marc Coquand | 1 | -5/+6 | |
2024-05-14 | Add help menu | Marc Coquand | 3 | -0/+61 | |
2024-05-14 | Fix offset | Marc Coquand | 3 | -20/+54 | |
2024-05-14 | Change ridiculously slow file read implementation | Marc Coquand | 1 | -10/+9 | |
2024-05-14 | Add nice headings | Marc Coquand | 3 | -54/+148 | |