mirror of
https://github.com/wagoodman/dive
synced 2026-03-14 22:35:50 +01:00
* refactor cli harness Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com> * use single configuration for ui Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com> * remove remaining viper rules * add basic CLI tests Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com> * separate cmd and api concerns for keybindings * plumb through context for future logging * port to using internal logger * internalize non-analysis path * encapsulate ui with clio * merge runtime into cmd + add adapter package * support legacy config shapes * improve testing around formatting * fix log-ui interactions * fix linting and update test snapshots * fix initialization of tree viewmodel * indent files in report * fix build * setup qemu and buildx in release workflow * show formatted output in CI * add cli tests for source flag * add default ci config cli test --------- Signed-off-by: Alex Goodman <wagoodman@users.noreply.github.com>
47 lines
458 B
Text
47 lines
458 B
Text
# app configs
|
|
.dive.yaml
|
|
|
|
# misc
|
|
/.image
|
|
*.log
|
|
CHANGELOG.md
|
|
VERSION
|
|
|
|
# IDEs
|
|
/.idea
|
|
/.vscode
|
|
|
|
# tooling
|
|
/bin
|
|
/.tool-versions
|
|
/.tmp
|
|
/.tool
|
|
/.mise.toml
|
|
/.task
|
|
/go.work
|
|
/go.work.sum
|
|
|
|
# builds
|
|
/dist
|
|
/snapshot
|
|
|
|
# testing
|
|
.cover
|
|
coverage.txt
|
|
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, build with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool, specifically when used with LiteIDE
|
|
*.out
|
|
/tmp
|
|
/build
|
|
/_vendor*
|
|
/vendor
|