microsoft/Terminal

[Feature Request] Option to auto trim leading/ending new lines/spaces from pasted content

Open

#14.410 aberto em 18 de nov. de 2022

Ver no GitHub
 (4 comments) (0 reactions) (0 assignees)C++ (3.212 forks)batch import
Area-SettingsHelp WantedIn-PRIssue-FeatureProduct-Terminal

Métricas do repositório

Stars
 (35.764 stars)
Métricas de merge de PR
 (Mesclagem média 27d 19h) (24 fundiu PRs em 30d)

Description

Description of the new feature/enhancement

Simple feature quest, to add an option to automatically trim spaces and/or new lines from pasted text.

I'm constantly copying stuff, pasting in the terminal and having to go with my arrow keys to erase unnecessary chars so that my commands work.

Proposed technical implementation details (optional)

We can have these options:

  1. Trim new lines
  2. Trim spaces

a) Trim leading b) Trim ending

Maybe it should display as two ComboBoxes:

New line trimming: Disabled/Leading/Ending/Both Space trimming: Disabled/Leading/Ending/Both

Guia do colaborador