#daemon #file-watcher #dropbox #dropboxignore

app dropboxignored

A lot like dropboxignore but with a file watcher

1 unstable release

0.1.0 Apr 17, 2024

#2 in #file-watcher

Download history 125/week @ 2024-04-15

125 downloads per month

Custom license

17KB
397 lines

dropboxignored

Usage

Overall

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

Explicitly checking and marking files

dropboxignored check <PATH>
dropboxignored ignore <PATH>
dropboxignored unignore <PATH>

File watcher

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.

Dependencies

~6–20MB
~245K SLoC