Script Snips #10746

Open
opened 2026-01-31 02:29:14 +00:00 by claunia · 0 comments
Owner

Originally created by @torrentx on GitHub (Sep 24, 2020).

Description of the new feature/enhancement

A way to save and quickly use common command line inputs. For example git commands such as:

git.exe pull --progress -v -no-rebase "origin"

Proposed technical implementation details (optional)

Add a Snips folder to the drop down next to tabs at the top. Functionality here would be edit/delete/add/reorder snippets.

From the command line Alt-Shift- would copy it to the command line and allow for immediate running.

For example
alt-shift-1 Enter would pull the snippet and run it.

Originally created by @torrentx on GitHub (Sep 24, 2020). # Description of the new feature/enhancement A way to save and quickly use common command line inputs. For example git commands such as: > git.exe pull --progress -v -no-rebase "origin" # Proposed technical implementation details (optional) Add a Snips folder to the drop down next to tabs at the top. Functionality here would be edit/delete/add/reorder snippets. From the command line Alt-Shift-<number or letter of script> would copy it to the command line and allow for immediate running. For example alt-shift-1 Enter would pull the snippet and run it.
claunia added the Issue-QuestionNeeds-Tag-FixResolution-Answered labels 2026-01-31 02:29:14 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/terminal#10746