0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

自分用Clibor整形&定型

Last updated at Posted at 2025-06-22

整形

連続した改行を削除
(\r\n)+
->
\r\n
改行をパイプに置換
\r\n
->
|

定型

【FIFOモード】
<$CLB_TFIFO/>
yyyy/mm/dd hh:mm
<$CLB_HDATE>yyyy/mm/dd hh:mm </CLB_HDATE> 
X 期間検索クエリ
 since:<$CLB_HDATE><$CLB_INCDAY>-3</CLB_INCDAY>yyyy-mm-dd</CLB_HDATE> until:<$CLB_HDATE><$CLB_INCDAY>1</CLB_INCDAY>yyyy-mm-dd</CLB_HDATE> 
memo
デベロッパーツールF12
動画編集はWindowsフォト

■スクショ
Win + Shift + s
Win + PrtSc
Win + Alt + PrtSc
Edge Ctrl+Shift+s
Chrome Ctrl+Shift+p -> full

■録画
Alt+ZorF9

■録画2
[Win]+[G]
キャプチャをクリック
[録画を開始(●)]をクリック

■taskkill
tasklist /fi "status eq not responding"
taskkill /f /pid 10152
tasklist | find /I "psname"
taskkill /f /im PSnaMe

ほか

  • 枠をダブルクリックで固定
  • 履歴に対して右クリックし「改行ごとにFIFOモード」
  • 設定→クリップボード→更新→ファイル・フォルダのコピー時にパスを履歴に保存する
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?