mirror of
https://github.com/maaslalani/slides.git
synced 2026-01-08 22:07:59 -05:00
* feat: basic command system * feat: implemented forward search, backward search and `:<slide>`-command * fix: golint * fix: removed `fmt.Sprintf` * fix: proper args splitting, added `goto` example * refactor: less verbose output, removed `goto`-example * fix: ignore empty commands * refactor: remove `:`-commands, moved `search` to `navigation` package * feat: implemented different search-types: header-search, full-text search (case sensitive, insensitive and regex) * feat: go to next occurrence with `ctrl+n` * fix: regex search * docs: added search instructions * refactor: removed search types, style changes * docs: update README.md * docs: update README.md * refactor: `GetSlides()` -> `Pages()`, `Buffer` -> `Query` * feat: use `tea.KeyRunes` to allow international characters (such as `ä` or `動`) * test: added test for search * test: added ignore-case flag test