Crates.io | dropboxignored |
lib.rs | dropboxignored |
version | 0.1.0 |
source | src |
created_at | 2024-04-17 21:59:03.513232 |
updated_at | 2024-04-17 21:59:03.513232 |
description | A lot like dropboxignore but with a file watcher |
homepage | |
repository | https://github.com/csfalcione/dropboxignored |
max_upload_size | |
id | 1211824 |
size | 34,365 |
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>
Where PATH is your dropbox directory (or a subdir). IGNORE_FILE
defaults to a .dropboxignore
file in the PATH
directory if the -f
switch isn't specified.