pullrequests Search Results · user:sindresorhus language:swift archived:false is:public language:Rust language:Shell is:unmerged
Filter by
219 results
insindresorhus (press backspace or delete to remove)Fixes #432.
This dims the / separators in the rendered path so the path components are easier to scan, while leaving the path text
itself on the existing path color.
The expanded path is also %-escaped ...
Fixes #432
IssueHunt bounty: https://issuehunt.io/r/sindresorhus/pure/issues/432
Changes
- Render the current path through a prompt-safe path variable so path separators can use their own color.
...
Fixes #460
Changes
- Split the first prompt line into named preprompt segments while keeping the default rendered PROMPT unchanged.
- Add helpers to add, replace, remove, and position preprompt segments ...
Fixes #432
IssueHunt bounty: https://issuehunt.io/repos/5890857/issues/432
Changes
- Render the current path through a small formatter so / separators can use their own color.
- Add a path:separator ...
Summary
Fixes the estimated file size not updating when changing the screen-area crop.
Changes
Added an outputCropRect change observer in EditScreen. Also refreshes preview settings after crop changes, ...
Summary
The export dimensions controls now use the cropped video area as their reference size.
Previously, the width and height fields were based on the full source video dimensions even after cropping. ...
If psvar[21] is set, use that value as the current directory, defaulting to the existing %~. This allows, for example,
truncating the directory based on available column width.
Fixes #660 (insomuch as ...
Expose Shortcut.isTakenBySystem and Shortcut.isDisallowed to make it easier to implement custom recorder UIs.
Improved README formatting and readability.
Ensure nested color variables in the username/host segment are evaluated when building PROMPT so SSH user@host remains
visible on dark themes after the psvar refactor.
Fixes #707