summaryrefslogtreecommitdiff
path: root/src/shell-integration
AgeCommit message (Expand)Author
2025-10-01shell-integration: append $GHOSTTY_BIN_DIR to $PATHJon Parise
2025-10-01shell-integration: remove redundant commentsJon Parise
2025-09-30fix: cleaned up elvish and fish integrations for bin_dirMatthew Hrehirchuk
2025-09-30feat: add GHOSTTY_BIN_DIR to path via shell integrationMatthew Hrehirchuk
2025-09-15mark ssh shell-integration wrapper as a function this matches other features ...rhodes-b
2025-08-19zsh: clarify that an unset ZDOTDIR defaults to HOMEJon Parise
2025-08-19zsh: unset _ghostty_file in the early exit pathJon Parise
2025-08-04fix fish shell syntax for ssh-env shell integrationRobbie Vanbrabant
2025-08-03bash: upgrade to bash-preexec 0.6.0Jon Parise
2025-07-19Remove unnecessary stderr redirection in fish integrationHuaDeity
2025-07-19Fix shell variable expansion in fish SSH setupHuaDeity
2025-07-16shell-integration.fish: don't use $ssh_terminfoHuaDeity
2025-07-10bash: preserve an existing ENV valueJon Parise
2025-07-09elvish: revise the ssh integrationJon Parise
2025-07-09shell-integration: use $GHOSTTY_BIN_DIR/ghosttyJon Parise
2025-07-09shell-integration: simplify "ssh target" checksJon Parise
2025-07-09fish: prefer 'command -q' to check for commandsJon Parise
2025-07-08refactor: apply maintainer feedback to SSH integration scripts across all shellsJason Rayne
2025-07-07refactor: simplify terminfo handling and remove base64 dependencyJason Rayne
2025-07-07refactor: simplify SSH terminfo and environment handlingJason Rayne
2025-07-07refactor: simplify SSH environment variable handlingJason Rayne
2025-07-05Merge branch 'main' into ssh-integrationJason Rayne
2025-07-05fix: optimize SSH integration and improve error handlingJason Rayne
2025-07-04bash: stop using PS0 for the 'cursor' featureJon Parise
2025-07-03feat(ssh): rewrite SSH cache system in native ZigJason Rayne
2025-07-03docs: update to reflect changes after porting terminfo host caching to ZigJason Rayne
2025-06-25fix: replace non-existent GHOSTTY_VERSION with TERM_PROGRAM_VERSION in shell ...Jason Rayne
2025-06-25docs: call out bash dependencyJason Rayne
2025-06-25style: revert fish_indent quote removalJason Rayne
2025-06-25refactor: replace ghostty wrapper with proper CLI actions for terminfo cache ...Jason Rayne
2025-06-25docs: add shared directory section to shell-integration READMEJason Rayne
2025-06-25refactor: extract SSH cache functionality to shared scriptJason Rayne
2025-06-25ssh-integration: replace levels with flags, optimize implementationJason Rayne
2025-06-25fix: update cache file locationJason Rayne
2025-06-25fix: catch up to current stateJason Rayne
2025-06-25ssh-integration: improve host caching, new method for "full" integrationJason Rayne
2025-06-25fix: manual formatting pass to ensure consistency with existing patternsJason Rayne
2025-06-25fix: add client-side caching to eliminate redundant terminfo installationsJason Rayne
2025-06-25fix: address comprehensive shell integration code review issuesJason Rayne
2025-06-25fix: add builtin prefix for safety and consistencyJason Rayne
2025-06-25fix: remove resources_dir var, add builtin prefix for consistencyJason Rayne
2025-06-25fix: remove dangling resources_dir varJason Rayne
2025-06-25fix: critical elvish syntax errors for environment variablesJason Rayne
2025-06-25fix: use idiomatic Fish shell syntax in SSH integrationJason Rayne
2025-06-25fix: clean up SSH environment variable propagationJason Rayne
2025-06-25fish: revert all formatting changesJason Rayne
2025-06-25bash: revert all formatting changesJason Rayne
2025-06-25bash: preserve mixed indentation in SSH integration changesJason Rayne
2025-06-25refactor: simplify ssh integration environment variable checksJason Rayne
2025-06-25fix: use kebab-case for ssh-integration enum valuesJason Rayne