mirror of
https://github.com/nickustinov/itsypad-macos.git
synced 2026-04-25 20:05:54 +03:00
[GH-ISSUE #56] [Doubt]: How can I run custom scripts? #50
Labels
No labels
bug
documentation
enhancement
help wanted
localization
pending release
pull-request
question
wip
wishlist
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/itsypad-macos#50
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 @AB-boi on GitHub (Feb 24, 2026).
Original GitHub issue: https://github.com/nickustinov/itsypad-macos/issues/56
So, in coteditor I use this script (AI generated):
I run it manually to prettify json code pasted inside the editor. How can I achieve the same in itsypad? Is it possible?
Thanks in advance!
@nickustinov commented on GitHub (Feb 25, 2026):
Hi, thanks for the suggestion!
Itsypad doesn't have a built-in script runner at the moment. This is somewhat related to #27 (AppleScript support), which would also enable this kind of workflow – getting editor text, piping it through a command, and putting it back.
For now, a workaround would be to use the clipboard via the terminal:
Then just paste the result back into Itsypad. Not as seamless as CotEditor's approach, but it gets the job done.
I might consider adding something like this if it gets more interest, but it's not a priority right now. Feel free to upvote #27 if you'd like to see scriptability happen!
@AB-boi commented on GitHub (Feb 25, 2026):
Got it! Thanks for the tip. I agree that it’s not high priority!