{"id":15349244,"url":"https://github.com/liuml07/popclipextensions","last_synced_at":"2025-10-16T14:30:47.012Z","repository":{"id":71629491,"uuid":"43915028","full_name":"liuml07/PopClipExtensions","owner":"liuml07","description":"A PopClip plugin to fast open an Atlassian JIRA link","archived":false,"fork":false,"pushed_at":"2025-01-08T19:08:06.000Z","size":67,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-08T20:24:15.443Z","etag":null,"topics":["jira","macos","plugin","popclip","tools"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/liuml07.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2015-10-08T20:37:55.000Z","updated_at":"2025-01-08T19:08:09.000Z","dependencies_parsed_at":"2025-01-08T20:23:41.579Z","dependency_job_id":"2047d8de-6bae-455c-b558-ff049f24abb2","html_url":"https://github.com/liuml07/PopClipExtensions","commit_stats":{"total_commits":7,"total_committers":3,"mean_commits":"2.3333333333333335","dds":0.4285714285714286,"last_synced_commit":"df59d5ce1cd905220b47b1d3a37fc8ff63b1d3e7"},"previous_names":["liuml07/popclipextensions"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuml07%2FPopClipExtensions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuml07%2FPopClipExtensions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuml07%2FPopClipExtensions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liuml07%2FPopClipExtensions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liuml07","download_url":"https://codeload.github.com/liuml07/PopClipExtensions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":236726279,"owners_count":19194889,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["jira","macos","plugin","popclip","tools"],"created_at":"2024-10-01T11:54:09.997Z","updated_at":"2025-10-16T14:30:46.660Z","avatar_url":"https://github.com/liuml07.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# PopClip Extensions\n\nThis repo contains several useful PopClip extensions.\n\nSome can be installed directly by installing the whole folder.\nThe other can be simply copy and install as they are [snippets](https://github.com/pilotmoon/PopClip-Extensions/blob/master/README.md).\nSelect that text below, and you’ll see an “Install Extension” action in PopClip. Just install it!\n\n###  Fast Open JIRA Links via PopClip\n\nSee the `jira/` directory.\n\n### Copy `bat` output to clipboard\n\nIt removes the leading line number and | format when you a `bat` output. With this you will never miss `cat`!\nIf you want, feel free to add more apps to `required apps` where this extension should be activated.\nTo get the app ID, use `osascript -e 'id of app \"iTerm\"'`\n\n```javascript\n// # popclip\n// name: CopyBat\n// icon: circle filled BAT\n// description: Remove `bat` formatter from the selected text.\n// language: javascript\n// required apps: [com.googlecode.iterm2]\npasteboard.text = popclip.input.text\n  .split('\\n')\n  .map(line =\u003e line.replace(/.*│ ?/g, ''))\n  .join('\\n');\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliuml07%2Fpopclipextensions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliuml07%2Fpopclipextensions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliuml07%2Fpopclipextensions/lists"}