{"id":21135495,"url":"https://github.com/asmoker/txtic","last_synced_at":"2025-07-09T03:33:10.190Z","repository":{"id":96447193,"uuid":"595557975","full_name":"asmoker/txtic","owner":"asmoker","description":"Txtic is a plugin for JetBrains IDEs dedicated to reduce repetitive work by using simple commands and the power of multiple cursors in JetBrains IDEs. ","archived":false,"fork":false,"pushed_at":"2024-05-21T09:11:47.000Z","size":113,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-22T09:58:35.695Z","etag":null,"topics":["command","developer-tools","jetbrains","multiline","plugin"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/asmoker.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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":"2023-01-31T10:31:30.000Z","updated_at":"2024-05-21T09:56:02.000Z","dependencies_parsed_at":"2024-05-21T10:02:58.678Z","dependency_job_id":null,"html_url":"https://github.com/asmoker/txtic","commit_stats":null,"previous_names":[],"tags_count":14,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asmoker%2Ftxtic","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asmoker%2Ftxtic/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asmoker%2Ftxtic/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/asmoker%2Ftxtic/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/asmoker","download_url":"https://codeload.github.com/asmoker/txtic/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225482445,"owners_count":17481208,"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":["command","developer-tools","jetbrains","multiline","plugin"],"created_at":"2024-11-20T06:56:02.778Z","updated_at":"2024-11-20T06:56:03.412Z","avatar_url":"https://github.com/asmoker.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"![](./doc/img/logo_middle.png)\n\n# Txtic\n\n[![Version](https://img.shields.io/jetbrains/plugin/v/20961.svg)](https://plugins.jetbrains.com/plugin/20961)\n[![Downloads](https://img.shields.io/jetbrains/plugin/d/20961.svg)](https://plugins.jetbrains.com/plugin/20961)\n![](https://img.shields.io/github/issues-closed/asmoker/txtic)\n![](https://img.shields.io/github/issues/asmoker/txtic)\n![](https://img.shields.io/jetbrains/plugin/r/rating/20961)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n\u003ca href=\"https://www.producthunt.com/posts/txtic?utm_source=badge-featured\u0026utm_medium=badge\u0026utm_souce=badge-txtic\" target=\"_blank\"\u003e\u003cimg src=\"https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=379809\u0026theme=light\" alt=\"txtic - Text magic command for code | Product Hunt\" style=\"width: 250px; height: 54px;\" width=\"250\" height=\"54\" /\u003e\u003c/a\u003e\n\nTxtic is a plugin for [JetBrains IDEs](https://www.jetbrains.com/) dedicated to reduce repetitive work by using simple\ncommands and the power of multiple cursors in JetBrains IDEs.\n\n[Get from Marketplace](https://plugins.jetbrains.com/plugin/20961-txtic)\nor [Releases](https://github.com/asmoker/txtic/releases).\n\n**Default shortcut: `ctrl + alt + X`.**\n\n[![Watch the video](https://i.ytimg.com/vi/_6i-GI5SZaY/hqdefault.jpg)](https://www.youtube.com/watch?v=_6i-GI5SZaY)\n\n## Commands\n\n- `r`/`range`: incremental numbers\n- `a`: a to z\n- `A`: A to Z\n- `uuid`: generate uuid(lower case)\n- `UUID`: generate UUID(upper case)\n- `l`/`lower`: to lower case\n- `u`/`upper`: to upper case\n- `df`/`del_first`: delete first specified str\n- `da`/`del_all`: delete all specified str\n- `rf`/`rep_first`: replace first specified str\n- `ra`/`rep_all`: replace all specified str\n- `p`/`paste`: paste the first line of text from the clipboard\n- `rp`/`repeat`: repeat str\n- `pangu`: beautify text\n- `p2m`: convert method parameters to map(**useful for Python**)\n- `myip`: get my public IP address(**network required**)\n- `carbon`: open the selected code in https://carbon.now.sh (**support custom url**)\n\n## Wiki\n\nIf you would like to know more about how Txtic can help you out, check out\nour [wiki](https://github.com/asmoker/txtic/wiki).\n\n## Changelog\n\nSee https://github.com/asmoker/txtic/blob/master/CHANGELOG.md\n\n## 3rd Party Resources\n\n- [Camel Case](https://github.com/netnexus/camelcaseplugin): CamelCasePlugin for IDEA IDEs.\n- [Text-Pastry](https://github.com/duydao/Text-Pastry): Extend the power of multiple selections in Sublime Text.\n- [Pangu.java](https://github.com/vinta/pangu.java): Paranoid text spacing for good readability, to automatically insert\n  whitespace between CJK (Chinese, Japanese, Korean), half-width English, digit and symbol characters.\n- [idea-carbon-now-sh](https://github.com/trubitsyn/idea-carbon-now-sh): IntelliJ IDEA plugin to open the selected code in https://carbon.now.sh\n\n## Special thanks:\n\n- [JetBrains](https://www.jetbrains.com/buy/opensource/) for providing us with All Products Pack licenses.\n\n## License\n\nThe MIT License (MIT)\n\nCopyright (c) 2023 asmoker, https://github.com/asmoker/txtic\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in\nall copies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\nTHE SOFTWARE.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasmoker%2Ftxtic","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fasmoker%2Ftxtic","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fasmoker%2Ftxtic/lists"}