Skip to content

asmoker/txtic

Repository files navigation

Txtic

Version Downloads License: MIT

txtic - Text magic command for code | Product Hunt

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.

Get from Marketplace or Releases.

Default shortcut: ctrl + alt + X.

Watch the video

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.

Changelog

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

3rd Party Resources

  • Camel Case: CamelCasePlugin for IDEA IDEs.
  • Text-Pastry: Extend the power of multiple selections in Sublime Text.
  • 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: IntelliJ IDEA plugin to open the selected code in https://carbon.now.sh

Special thanks:

  • JetBrains 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.

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages