mirror of
https://github.com/Clipy/Clipy.git
synced 2026-04-25 17:15:58 +03:00
[GH-ISSUE #152] [Enhancement REQ] Click on snippet with ALT (or CMD etc.) = run shell command or script before pasting #81
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Clipy#81
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JayBrown on GitHub (Feb 17, 2017).
Original GitHub issue: https://github.com/Clipy/Clipy/issues/152
I often have to post default text snippets, but the contents vary, e.g. the date. Therefore it would be great to have a functionality to run shell commands or even shell scripts beforehand, e.g. $(date).
A snippet with commands/scripts could then look e.g. like this
Don't know if it's hard to add a bash thingy to Clipy; for user interaction, at least, it would be necessary to define the surrounding characters, so Clipy will know that a command or script will start, in this case {{ }}
@Econa77 commented on GitHub (Mar 7, 2017):
@JayBrown Sorry for my late reply. The function to embed dates etc in the snippet is planned to be implemented.
Please wait a little more until implementation 😄
Related: #90
@bjohas commented on GitHub (Nov 27, 2018):
I would love to see this feature too (similar to the clipmenu functionality)!