summaryrefslogtreecommitdiff
path: root/src/termio/shell_integration.zig
AgeCommit message (Expand)Author
2025-10-03Zig 0.15: zig build test Mitchell Hashimoto
2025-09-30feat: add GHOSTTY_BIN_DIR to path via shell integrationMatthew Hrehirchuk
2025-08-19zsh: add tests for setupZshJon Parise
2025-07-10bash: preserve an existing ENV valueJon Parise
2025-07-09cli: rewrite ssh-cache diskcache and test IOMitchell Hashimoto
2025-06-25test: update shell integration tests for SSH flagsJason Rayne
2025-06-25change: migrate SSH integration from standalone option to shell-integration-f...Jason Rayne
2025-06-25feat: add SSH integration wrapper for shell integrationJason Rayne
2025-05-05bash: explicitly request a login shellJon Parise
2025-04-10config: allow commands to specify whether they shell expand or notMitchell Hashimoto
2025-03-22shell-integration: minor documentation updatesJon Parise
2025-03-22shell-integration: comptime buffer capacityJon Parise
2025-03-22shell-integration: switch to $GHOSTTY_SHELL_FEATURESJon Parise
2025-03-12Lots of 0.14 changesMitchell Hashimoto
2025-01-23bash: handle additional command argumentsJon Parise
2025-01-18Ensure `setup_features` runs even when shell detection failsBryan Lee
2025-01-18Add tests for setup shell integration featuresBryan Lee
2025-01-18Fix `shell-integration-features` being ignored when `shell-integration` is `n...Bryan Lee
2025-01-07bash: drop automatic shell integration with --posixJon Parise
2024-12-16os: add prependEnv(), like appendEnv()Jon Parise
2024-12-14bash: re-enable automatic bash shell detectionJon Parise
2024-11-23termio: copy input command to avoid memory corruptionMitchell Hashimoto
2024-11-17termio: tweaks to xdg data dir handling (no logic changes)Mitchell Hashimoto
2024-11-17Append the default value of XDG_DATA_DIRS when setting up shell integrationnotcancername
2024-08-05chore: clean up typosƁukasz Niemier
2024-07-22Fix multiple deprecated names for zig lib/stdmultifred
2024-06-03shell-integration: bash must be explicitly enabledJon Parise
2024-05-27rename env varMitchell Hashimoto
2024-05-27refactor(shell-integration): refactor to make cases alphabeticalilk
2024-05-27feat(shell-integration): add automatic integration for Elvishilk
2024-05-14shell-integration: handle 'bash -c command'Jon Parise
2024-05-08shell-integration: expand bash HISTFILE valueJon Parise
2024-05-07termio: shell integration uses arenaMitchell Hashimoto
2024-05-05shell-integration: revise ShellIntegration.command commentJon Parise
2024-05-05shell-integration: automatic bash integrationJon Parise
2024-04-21termio: pass full command to shell integrationJon Parise
2024-04-20termio: fix "forced" shell integrationJon Parise
2024-04-03shell-integration: implement no-title optionMarius Svechla
2024-01-13add sudo wrapper as optional shell integration featureAtanas Pepechkov
2024-01-05termio: support XDG data dirs greater than 4k for fish shell integrationMitchell Hashimoto
2023-11-07config: switch shell-integration-featuresMitchell Hashimoto
2023-07-06allow configuring shell integration injectionMitchell Hashimoto
2023-07-06zsh integrationMitchell Hashimoto
2023-07-06fish shell integrationMitchell Hashimoto
2023-07-06termio: fish shell integration injectionMitchell Hashimoto