Releases: getsavvyinc/savvy-cli
Releases · getsavvyinc/savvy-cli
v0.8.0
Changelog
- da30b11 cmd/record: add ignoreErrors flag
- 5ab4699 cmd/send: generate recordedData for each step
- 2a26299 cmd/send: print step_id only if we generated it
- 92f1918 cmg/setup/bash: add support for ignoreErrors to bash
- 415cdea idgen: generate id for each cmd
- 780a5e3 server/client: todo: fix recording files
- 9355aa2 server/client: update file recording to use new msg format
- 24910e4 server: initialize map and rename vars
- 7f8dbe3 server: record command exit status and add support for ignoring errors
- 514c383 setup/savvy.zsh: rm debug log
- b12f88c setup/savvy.zsh: track return code
v0.7.9
v0.7.8
v0.7.7
v0.7.6
Changelog
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