Releases: getsavvyinc/savvy-cli
Releases · getsavvyinc/savvy-cli
v0.7.5
Changelog
- 754601b cmd/logger: isolate logger code into its own file
- 4a0e180 cmd/root: set a default logger
- 7adfa5a cmd/root: setup and inject a slog instance accessible to all sub commands
- 5f0305f history: add debug logs
- 84d0a8c history: wait for pty to process all commands before we cancel the context
- 2d6abb2 server: log accept conn error as debug log
v0.7.4
v0.7.3
Changelog
- 3c4ee73 cmd/file: allow users to record files within a recording session
- 1e63c98 cmd/history: Add a skeleton for history command.
- b1f3b3a cmd/history: Hide history for now
- 5c76983 cmd/history: connect everythind end to end
- 76e5db4 cmd/history: history cmd index starts at 1
- 60a88ca cmd/history: improve formatting
- cf21e4c cmd/history: present history with huh? forms
- a77c3b9 cmd/history: prototype works now
- 41170df cmd/history: tail history for zsh
- 0acd002 cmd/record: avoid context leak
- 2036a58 cmd/record: handle unused variables
- 8d68865 cmd/send: use fmt.Fprintf instead of conn.Write(fmt.Sprintf())
- 5918887 display: ErrorMsg displays a string with the style of an error
- ad5d14e display: add Infof
- b778121 history: rm pkg
- d7124bb internal: add internal/detect pkg to detect SupportedShells
- ea18ea1 kind: extract shell/kind pkg for reuse
- c3de3a0 nop impl for TailHistory
- f1a74a1 shell/history: add basic parser
- 99f640f shell/zsh: history presentation: show most recent command first
- b7aacde tail/tesdata: force add testdata
- 9fafd2b tail: Tail returns an io.ReadCloser that reads the last N lines from a file
- 8f214d2 tail: rm pwd from testData path in tests