An open API service indexing awesome lists of open source software.

https://github.com/asmoker/txtic

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.
https://github.com/asmoker/txtic

command developer-tools jetbrains multiline plugin

Last synced: 11 months ago
JSON representation

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.

Awesome Lists containing this project

README

          

![](./doc/img/logo_middle.png)

# Txtic

[![Version](https://img.shields.io/jetbrains/plugin/v/20961.svg)](https://plugins.jetbrains.com/plugin/20961)
[![Downloads](https://img.shields.io/jetbrains/plugin/d/20961.svg)](https://plugins.jetbrains.com/plugin/20961)
![](https://img.shields.io/github/issues-closed/asmoker/txtic)
![](https://img.shields.io/github/issues/asmoker/txtic)
![](https://img.shields.io/jetbrains/plugin/r/rating/20961)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

txtic - Text magic command for code | Product Hunt

Txtic is a plugin for [JetBrains IDEs](https://www.jetbrains.com/) dedicated to reduce repetitive work by using simple
commands and the power of multiple cursors in JetBrains IDEs.

[Get from Marketplace](https://plugins.jetbrains.com/plugin/20961-txtic)
or [Releases](https://github.com/asmoker/txtic/releases).

**Default shortcut: `ctrl + alt + X`.**

[![Watch the video](https://i.ytimg.com/vi/_6i-GI5SZaY/hqdefault.jpg)](https://www.youtube.com/watch?v=_6i-GI5SZaY)

## Commands

- `r`/`range`: incremental numbers
- `a`: a to z
- `A`: A to Z
- `uuid`: generate uuid(lower case)
- `UUID`: generate UUID(upper case)
- `l`/`lower`: to lower case
- `u`/`upper`: to upper case
- `df`/`del_first`: delete first specified str
- `da`/`del_all`: delete all specified str
- `rf`/`rep_first`: replace first specified str
- `ra`/`rep_all`: replace all specified str
- `p`/`paste`: paste the first line of text from the clipboard
- `rp`/`repeat`: repeat str
- `pangu`: beautify text
- `p2m`: convert method parameters to map(**useful for Python**)
- `myip`: get my public IP address(**network required**)
- `carbon`: open the selected code in https://carbon.now.sh (**support custom url**)

## Wiki

If you would like to know more about how Txtic can help you out, check out
our [wiki](https://github.com/asmoker/txtic/wiki).

## Changelog

See https://github.com/asmoker/txtic/blob/master/CHANGELOG.md

## 3rd Party Resources

- [Camel Case](https://github.com/netnexus/camelcaseplugin): CamelCasePlugin for IDEA IDEs.
- [Text-Pastry](https://github.com/duydao/Text-Pastry): Extend the power of multiple selections in Sublime Text.
- [Pangu.java](https://github.com/vinta/pangu.java): Paranoid text spacing for good readability, to automatically insert
whitespace between CJK (Chinese, Japanese, Korean), half-width English, digit and symbol characters.
- [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

## Special thanks:

- [JetBrains](https://www.jetbrains.com/buy/opensource/) for providing us with All Products Pack licenses.

## License

The MIT License (MIT)

Copyright (c) 2023 asmoker, https://github.com/asmoker/txtic

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.