GithubHelp home page GithubHelp logo

decopy's Introduction

ユースケース

クリップボードのテキストに装飾

  • メールの引用符付加
  • 区切り線の付加
  • 括弧付加
  • 番号付加
  • etc...

例) あいうえお → >あいうえお
例) あいうえお → 「あいうえお」
例) あいうえお → >あいうえお
   かきくけこ   >かきくけこ
   さしすせそ   >さしすせそ
例) あいうえお → 1. あいうえお
   かきくけこ   2. かきくけこ
   さしすせそ   3. さしすせそ

使用方法

  1. 装飾したいテキストをコピーする
  2. Decopy.exeを起動する -> ウィンドウが表示される
  3. 装飾位置をリストから選択する
  4. 装飾文字をテキストボックスに入力する
  5. OKボタンを押す -> クリップボードに装飾後のテキストが保持される

※4で入力なしの場合Default(">")で装飾される
※装飾を取りやめたい場合はCANCELボタンを押下する

Orderedを選択した場合

  • 装飾文字には順番の先頭番号を指定する(1, ①, aなど)
  • 指定なしの場合は"1"が指定されたものとみなす
  • "1"および"1"を指定した場合2桁番目以降の表示には対応していない
  • "あ"や"ア"の指定には対応していない(入力はできるが期待される順番にならない)

コマンドライン引数(オプション)

  • 装飾位置:デフォルト=左
    -p:[placement]

  • 装飾文字:デフォルト='>'
    -c:[decoString]

例) java -jar Decopy.jar -p:UpDown -c:=

※よく使用する設定があれば上記コマンドをbatファイル化すると便利

placementの種類

以下9種類

  • Left(default) : 左
  • UpDown : 上下
  • Up : 上
  • LeftRight : 左右
  • Brackets : 括弧(左右)
  • Full : 全囲(上下左右)
  • Right : 右
  • Under : 下
  • Ordered : 番号(左)

※指定なしの場合はLeft
※Fullは文字幅のばらつきにより囲いがずれることが多い

制限

装飾文字の指定

以下の文字を装飾文字に指定する場合は \(バックスラッシュ,osx) or ^(キャレット,windows) を前につけること。

  • ( → -c:\(
  • < → -c:\<
  • << → -c:\<\<
  • [ → -c:\[

実行環境

本ツールの動作にはJRE(Java Runtime Environment)※が必要となる
※Java 8 以上

decopy's People

Contributors

ryokow avatar kuwahara-r avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.