30 Commits

Author SHA1 Message Date
02e4b58510 Merge pull request #2 from taigrr/cd/tests-deps-ci
feat(tests): add test suite, update deps, Go 1.26.1
2026-03-14 22:51:20 -04:00
aa4c97c553 feat(tests): add comprehensive test suite, update deps and Go 1.26.1
- Add 20+ tests for utility functions, SharedData, and Model
- Tests cover: LoadTables, LoadTableData, UpdateCell, pagination,
  table inference, focus/blur, empty database, invalid indices
- Update Go to 1.26.1, upgrade all dependencies
- Replace custom Min/Max with Go builtin min/max
- Format all files with goimports
- Add staticcheck to CI workflow
2026-03-13 02:46:03 +00:00
7913b17d74 Merge pull request #1 from taigrr/cd/modernize
chore: modernize to Go 1.26.0, upgrade deps + add CI
2026-02-23 14:39:41 -05:00
0a17ecc9f8 ci: add GitHub Actions test workflow 2026-02-23 18:09:26 +00:00
4f9352cc51 chore(deps): update to Go 1.26.0 and upgrade all dependencies 2026-02-23 18:09:26 +00:00
7032659d07 update size based on screen v1.0.0 2025-07-13 21:12:21 -07:00
491416a575 fix help properly 2025-07-13 21:05:32 -07:00
5543a9a8e0 jerry-rig a help toggle cmd 2025-07-13 20:56:16 -07:00
96b10e7b00 modernize, fixup docstring 2025-07-13 20:41:43 -07:00
d7c9c055a0 update layout 2025-07-13 20:40:18 -07:00
460917ceca clear filter via esc 2025-07-13 20:19:41 -07:00
928db70011 update go mod 2025-07-13 20:13:34 -07:00
f0fcd48911 simplify readme 2025-07-13 20:12:35 -07:00
ceceeeeac9 license, funding 2025-07-13 20:11:41 -07:00
9b40c3bd8e add fuzzy search 2025-07-13 20:09:58 -07:00
1d9c8fff73 tweaks to controls for pagination 2025-07-13 20:06:40 -07:00
2fa8ebe741 update editor bindings 2025-07-13 19:53:38 -07:00
76bcc8520c cell editing works better 2025-07-13 17:50:56 -07:00
3fdac7d9d8 fixup cursor, blinking 2025-07-13 17:39:30 -07:00
001992a688 fixup, add docs 2025-07-12 22:49:05 -07:00
686cb97eb3 use cobra/fang 2025-07-12 22:40:08 -07:00
f2358a1ab5 remove q to quit 2025-07-12 22:25:09 -07:00
ac9147ac14 small cleanups, modernize 2025-07-12 22:17:27 -07:00
c32d200c15 enable swapping focus into the table 2025-07-11 23:24:25 -07:00
e79d20f7ce add ability to use editing modes 2025-07-11 23:19:49 -07:00
b1018b7fa8 refactor models out 2025-07-11 23:13:44 -07:00
c7c0675f47 adding exemptions for sql 2025-07-11 23:05:05 -07:00
28a7100d9a make things editable 2025-07-11 22:58:07 -07:00
a2e5d43fe0 add search, pagination for table view 2025-07-11 22:48:37 -07:00
c61ec75f4b initial project 2025-07-11 22:28:29 -07:00