← 返回
未分类

Text Case Converter

Convert text in a file to upper, lower, or title case. Use when the user wants to change the capitalization of text in a file.
将文件中的文本转换为大写、小写或标题大小写,用于更改文件中文字的大小写。
jinwangmok jinwangmok 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 371
下载
💾 0
安装
1
版本
#latest

概述

Text Case Converter / 텍스트 대소문자 변환기

Convert text in a file to UPPER, lower, or Title case with a single command.

파일의 텍스트를 대문자, 소문자 또는 제목 형식으로 한 번의 명령으로 변환합니다.

Usage / 사용법

bash run.sh <FILE_PATH> [CASE]

Arguments / 인수:

#NameDescription설명
----------------------------
1FILE_PATHPath to the text file텍스트 파일의 경로
2CASEupper, lower, or title (default: upper)upper, lower, title (기본값: upper)

Example / 예시

bash run.sh /home/user/notes.txt lower

Output / 출력:

FILE: /home/user/notes.txt
CASE: lower
---
hello world this is a test
---
STATUS: OK

Success / Failure — 성공 / 실패

  • Success / 성공: Converted text followed by STATUS: OK (exit code 0) — 변환된 텍스트와 STATUS: OK 출력 (종료 코드 0)
  • Failure / 실패: Error message starting with ERROR: (exit code non-zero) — ERROR:로 시작하는 오류 메시지 (종료 코드 0이 아님)

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 11:04 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

Simple File Tree

jinwangmok
显示文件夹的目录树结构,以可视化的树形格式展示文件和子目录。在用户想查看某文件夹中包含哪些文件时使用。
★ 1 📥 463
dev-programming

Simple File Backup

jinwangmok
在相同目录中创建带时间戳的备份副本。适用于用户想在修改前保存文件副本的情况。
★ 0 📥 442

Gmail Link Archiver

jinwangmok
通过IMAP连接Gmail,按主题前缀关键词过滤指定邮箱的邮件,使用Playwright抓取过滤后邮件中的链接(以绕过…)
★ 0 📥 423