Age | Commit message (Expand) | Author |
2023-11-17 | feat: use x/editor (#543) | Carlos Alexandro Becker |
2023-08-28 | fix: handle running inside a snap (#527) | Carlos Alexandro Becker |
2023-05-09 | fix: lazily init UI | Christian Muehlhaeuser |
2023-03-02 | docs: fix typos | Kian-Meng Ang |
2023-01-24 | fix: do not use deprecated func (#451)revert | Carlos Alexandro Becker |
2023-01-24 | fix: improve editor handling (#449) | Carlos Alexandro Becker |
2023-01-20 | feat: copy contents of document (#439) | Maas Lalani |
2023-01-19 | Show edit help when editable (#442) | Maas Lalani |
2023-01-06 | Keybindings for editing the document from the pager | Justin Moser |
2022-11-23 | feat(ui): `e` to open edit local markdown files in editor | Maas Lalani |
2022-11-11 | chore: fmt & lint issues | Carlos A Becker |
2022-11-11 | Bump Bubbles to v0.14.0, update accordingly, and simplify spinners | Christian Rocha |
2022-11-11 | Bump Bubble Tea, Bubbles, Glamour, Lip Gloss, and Termenv and do related updates | Christian Rocha |
2021-03-12 | Simplify code by removing else block | Christian Muehlhaeuser |
2021-03-12 | Fix typo | Christian Muehlhaeuser |
2021-03-11 | Fix tab contrast in light mode, particularly in macOS terminal | Christian Rocha |
2021-03-10 | Simplify key event handling | Christian Muehlhaeuser |
2021-03-09 | Pass through all keys when editing filter | Christian Muehlhaeuser |
2021-03-02 | Drop string methods various some types (again) | Christian Rocha |
2021-03-02 | Don't mutate paginators in the view!! | Christian Rocha |
2021-03-02 | Update pagintion after changing sections when resetting the filter | Christian Rocha |
2021-03-02 | Implement String method on some enum types for easier debugging | Christian Rocha |
2021-02-01 | Make TUI find markdowns with a variety of file extensions | Christian Muehlhaeuser |
2021-01-19 | Add missing newline in pager | Christian Rocha |
2021-01-19 | If the only arguement is a directory open a TUI at that path (see #234) | Christian Rocha |
2021-01-19 | Update outdated comment | Christian Rocha |
2020-12-24 | Show stash error details in the error message view | Christian Rocha |
2020-12-24 | Add more context to stash fail status messages + make them red | Christian Rocha |
2020-12-24 | More logging around markdown stash failures | Christian Rocha |
2020-12-24 | Fix case where stashDocument could erroneously return a command in a command | Christian Rocha |
2020-12-24 | Show stash feedback optimistically | Christian Rocha |
2020-12-24 | Adjust "secondary" green color in stash highlight + help | Christian Rocha |
2020-12-24 | Secret keystroke: navigate tabs with shift+h, shift+l | Christian Rocha |
2020-12-24 | Highlight the most recent stash item in green in the stash view | Nicolas Martin |
2020-12-24 | Fix a case where file listings could jitter | Christian Rocha |
2020-12-24 | Only underline matched chars in filter section when a filter is applied | Christian Rocha |
2020-12-24 | When clearing the filter forget which markdowns were stashed in-session | Christian Rocha |
2020-12-24 | In a filter, deleting stashed news removes those items from the filter | Christian Rocha |
2020-12-24 | Correct empty stashed state when filter is applied | Christian Rocha |
2020-12-24 | In a filter, deleting docs stashed in-session converts them to local ones | Christian Rocha |
2020-12-24 | When stashing in a filter, turn local docs to stashed ones | Christian Rocha |
2020-12-24 | Put filter results in a tab | Christian Rocha |
2020-12-24 | Sort local ID as a last resort as not all markdowns will have an SQL ID | Christian Rocha |
2020-12-24 | Fix bug where deleting newly stashed news could delete the wrong item | Christian Rocha |
2020-12-24 | Filter is now called find | Christian Rocha |
2020-12-24 | Move status message next to the logo in the file browser | Christian Rocha |
2020-12-24 | Use ANSI-aware truncation | Christian Rocha |
2020-12-24 | Make "already stashed" status messages more subtle | Christian Rocha |
2020-12-24 | Adjust spinner thresholds and timing so stashing feels snappier | Christian Rocha |
2020-12-24 | Fine tuning + subtle behavioral adjustments to spinners + status messages | Christian Rocha |