summaryrefslogtreecommitdiff
path: root/src/shell-integration/fish
AgeCommit message (Expand)Author
2025-10-01shell-integration: append $GHOSTTY_BIN_DIR to $PATHJon 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-08-04fix fish shell syntax for ssh-env shell integrationRobbie Vanbrabant
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-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-05fix: optimize SSH integration and improve error handlingJason Rayne
2025-07-03feat(ssh): rewrite SSH cache system in native ZigJason Rayne
2025-06-25fix: replace non-existent GHOSTTY_VERSION with TERM_PROGRAM_VERSION in shell ...Jason 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-25refactor: extract SSH cache functionality to shared scriptJason Rayne
2025-06-25ssh-integration: replace levels with flags, optimize implementationJason 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: 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-25refactor: simplify ssh integration environment variable checksJason Rayne
2025-06-25fix: use kebab-case for ssh-integration enum valuesJason Rayne
2025-06-25feat: add SSH integration wrapper for shell integrationJason Rayne
2025-04-07shell-integration: Fix condition for sudoFabian Boehm
2025-03-22shell-integration: use fish's native list typeJon Parise
2025-03-22shell-integration: switch to $GHOSTTY_SHELL_FEATURESJon Parise
2025-01-21Fix sudo fish shell integrationm154k1
2024-11-15Remove shebangs from non-executable configuration source scriptsAnthony
2024-05-27rename env varMitchell Hashimoto
2024-05-27refactor(shell-integration): refactor to make cases alphabeticalilk
2024-01-13add sudo wrapper as optional shell integration featureAtanas Pepechkov
2023-11-07shell-integration: implement "no-cursor" optionTim Culverhouse
2023-07-06fish: pwd reportingMitchell Hashimoto
2023-07-06fish shell integrationMitchell Hashimoto
2023-07-06start shell-integration folder, copy into zig-outMitchell Hashimoto