Skip to content

0.16.0

Latest
Compare
Choose a tag to compare
@joshi4 joshi4 released this 17 Sep 01:50
· 1 commit to main since this release

Changelog

  • 6b7fddd cmd/history: improve debugl logging
  • 83b7fb6 cmd/setup/fish: setup script for recording commands.
  • ca93900 cmd/setup: savvy.fish setup prompt and hooks for recording artifacts
  • 607b187 display original prompt on the right at the end
  • 8acca97 fish auto inlcudes its config files
  • 908ee42 fish: improve prompt ux for savvy run
  • 1a5c521 install.sh: update install script to support fish
  • 0acec24 rm commandline -f
  • 7e2db72 setup/fish: handle case where fish_right_prompt dne
  • 421b814 setup/fish: impl prompt and cli integration for savvy run
  • 6e32c66 setup/fish: make step_id global
  • 79c7edd setup/fish: record command as part of pre-exec hook
  • ce54443 setup/fish: rename savvy_modify_prompt -> savvy_record_prompt
  • d92f797 setup/fish: rm trailing whitespace
  • 7cf2815 setup/fish: savvy run completion hooks
  • b36f284 setup/fish: split on COMMA not :COMMA:
  • 488e5cb setup/fish: use green instead of red for recording
  • 9b78c57 setup/fish: use post_exec hook to capture exit code.
  • aca8595 setup/fish: use well known XDG_DATA_DIRS dir to configure fish shells
  • c6b8567 setup/fish: vendor code in fish is loaded before user configured
  • 7d04940 setup: get status code before copying prompt
  • b3fdf47 setup: impl fish setup
  • a55f500 shell/fish: DRY vendorDir and dataDirs setup
  • b306bfb shell/fish: add pre_exec function that records but does not execute a command
  • 755acf7 shell/fish: add pre_exec hook to record history without executing
  • 928c1df shell/fish: impl SpawnRunner
  • b7c8eba shell/fish: impl record history
  • 3ca4ce5 shell/fish: replace OSTYPE with uname -s
  • 45374c0 shell/fish: rm OS detection
  • 91c712e shell/fish: simplify setup script
  • 4853d48 shell/fish: use completion to suggest commands in savvy run
  • 50f5d40 shell: Impl Shell for fish
  • 83fdec7 use bold; not green for discord
  • 30c9bf1 work out issues with vendor dirs and color sequences