Releases: dhth/dstll
Releases · dhth/dstll
v0.2.1
v0.2.0
v0.1.0
First release
Basic Usage
# print findings to stdout
dstll [PATH ...]
# write findings to a directory
dstll write [PATH ...] -o /var/tmp/findings
# serve findings via a web server
dstll serve [PATH ...] -o /var/tmp/findings
# open TUI
dstll tui
Changelog
- b1ad500 build: dependency upgrades
- 1e36f27 build: upgrade dependencies (#7)
- 2af3ea0 build: upgrade to go 1.22.5
- 37d5c5a chore(deps): bump github.com/charmbracelet/bubbletea from 0.26.5 to 0.26.6 (#1)
- 45caa32 feat: add ability to view files
- a1b681e feat: add pagination to server response
- c42421e feat: add plain text output for cli mode
- f205a6a feat: add syntax highlighting
- e5140ce feat: add tui mode
- 85fe91a feat: add web server mode
- 7ecf809 feat: initial working setup
- f8efe28 feat: make parameters and return types optional
- 94e9f1b feat: query go types
- 942a565 feat: show modifiers, type params, func receivers
- 42dc84b feat: use xcode-dark as theme
- 083298e refactor: add more linters
- 0a2b685 refactor: move loading bar to internal
- 7868bde refactor: rename to dstll
- d64becd refactor: web -> server