← 返回命令列表

Linux command

notox 命令

文件

复制后可按需替换文件名、目录或参数。

常用示例

Preview filename changes

notox [path/to/directory]

Apply the renames

notox -d [path/to/directory]

Preview with quiet output

notox -q [path/to/directory]

Output changes as JSON

notox --json [path/to/directory]

说明

notox is a CLI tool that renames files in a directory to eliminate problematic characters from filenames such as spaces, special characters, and non-ASCII characters. By default it operates in safe mode, displaying proposed changes without applying them.

参数

-d, --do
Execute the renames (default is preview only).
-q, --quiet
Suppress verbose output.
--json
Output results in JSON format.

FAQ

What is the notox command used for?

notox is a CLI tool that renames files in a directory to eliminate problematic characters from filenames such as spaces, special characters, and non-ASCII characters. By default it operates in safe mode, displaying proposed changes without applying them.

How do I run a basic notox example?

Run `notox [path/to/directory]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -d, --do do in notox?

Execute the renames (default is preview only).