1 个不稳定版本
0.1.0 | 2024年4月17日 |
---|
#3 在 #dropbox
17KB
397 代码行
dropboxignored
用法
总体
Usage: dropboxignored <COMMAND>
Commands:
ignore Ignore given file [aliases: i]
unignore Unignore given file [aliases: u]
check Check whether the given file is ignored [aliases: c]
watch Watch a given directory, ignoring and unignoring files as they're created and renamed [aliases: w]
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
显式检查和标记文件
dropboxignored check <PATH>
dropboxignored ignore <PATH>
dropboxignored unignore <PATH>
文件监视器
dropboxignored watch [OPTIONS] <PATH>
Options:
-f <IGNORE_FILE>
其中 PATH 是您的 Dropbox 目录(或子目录)。IGNORE_FILE
默认为 .dropboxignore
文件,位于 PATH
目录中,除非指定了 -f
开关。
依赖项
~6–17MB
~225K SLoC