alpha
Login
or
Join now
ptr.pet
/
ghostty
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
This repository has no description
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
ghostty
/
src
/
extra
/
at
main
5 files
Jon Parise
cli: add +explain-config
5mo ago
cef1f19d
bash.zig
bash: avoid mapfile for bash 3.2 compatibility We continue to support bash 3.2 for compatibility with /bin/bash on macOS. `mapfile` was introduced in bash 4.0, so this change introduces a `read -r`-based helper function for populating COMPREPLY from a list of lines.
6 months ago
fish.zig
fix(completions.fish): add +help and +version to completions
7 months ago
sublime.zig
Remove unused imports
8 months ago
vim.zig
cli: add +explain-config This is a new CLI action that prints an option or keybind's help documentation to stdout. ghostty +explain-config font-size ghostty +explain-config copy_to_clipboard ghostty +explain-config --option=font-size ghostty +explain-config --keybind=copy_to_clipboard The --option and --keybind flags perform a specific lookup. A string passed as a positional argument attempts to look up the name first as an option and then as a keybind. Our vim plugin uses this with &keywordprg, which allows you to look up the documentation for the config option or keybind under the cursor (K).
5 months ago
zsh.zig
extra: enable +help and +version in bash and zsh
7 months ago