PyCoffer usage

Get help

Usage: pycoffer [OPTIONS] COMMAND [ARGS]...

Options:
  --help  Show this message and exit.

Commands:
  add       Add file/directory in coffer.
  check     Check tools.
  crypt     Crypt file with keys of coffer.
  decrypt   Decrypt file with keys of coffer.
  delete    Delete file in coffer.
  extract   Extract files from coffer.
  fido      Use fido as keystore.
  generate  Generate configuration for a new coffer.
  ls        List files in coffer.
  password  Manage passwords in coffer.
  rsync     Rsync directory with keys of coffer using mtime (to do).

Manage files

Usage: pycoffer ls [OPTIONS]

  List files in coffer.

Options:
  -c, --conf TEXT    The pycoffer configuration file.  [default:
                     /home/runner/.pycofferrc]
  -f, --coffer TEXT  The coffer name.
  --help             Show this message and exit.
Usage: pycoffer add [OPTIONS]

  Add file/directory in coffer.

Options:
  -c, --conf TEXT    The pycoffer configuration file.  [default:
                     /home/runner/.pycofferrc]
  -f, --coffer TEXT  The coffer name.
  -s, --source TEXT  The file/directory to add to coffer.
  -t, --target TEXT  The target in coffer. if None, the basename is used.
  --replace          Replace file in coffer if already exists.
  --help             Show this message and exit.
Usage: pycoffer extract [OPTIONS]

  Extract files from coffer.

Options:
  -c, --conf TEXT    The pycoffer configuration file.  [default:
                     /home/runner/.pycofferrc]
  -f, --coffer TEXT  The coffer name.
  -p, --path TEXT    The path to extract files.
  -i, --file TEXT    The file to extract from coffer.
  --all              Extract all file.
  --help             Show this message and exit.
Usage: pycoffer delete [OPTIONS]

  Delete file in coffer.

Options:
  -c, --conf TEXT    The pycoffer configuration file.  [default:
                     /home/runner/.pycofferrc]
  -f, --coffer TEXT  The coffer name.
  -f, --file TEXT    The file to delete in coffer.
  --force            Delete file without confirmation.
  --help             Show this message and exit.

Plugins

Usage: pycoffer crypt [OPTIONS]

  Crypt file with keys of coffer.

Options:
  -c, --conf TEXT    The pycoffer configuration file.  [default:
                     /home/runner/.pycofferrc]
  -f, --coffer TEXT  The coffer name.
  -s, --source TEXT  The source clear file to encrypt.
  -t, --target TEXT  The target encrypted file.
  --help             Show this message and exit.
Usage: pycoffer decrypt [OPTIONS]

  Decrypt file with keys of coffer.

Options:
  -c, --conf TEXT    The pycoffer configuration file.  [default:
                     /home/runner/.pycofferrc]
  -f, --coffer TEXT  The coffer name.
  -s, --source TEXT  The source encrypted file to decrypt.
  -t, --target TEXT  The target clear file.
  --help             Show this message and exit.
Usage: pycoffer password [OPTIONS] COMMAND [ARGS]...

  Manage passwords in coffer.

Options:
  --help  Show this message and exit.

Commands:
  add            Add password in coffer.
  clip           Copy password in coffer to clipboard.
  delete         Delete password in coffer.
  import-chrome  Import passwords from chrome.
  ls             List passwords in coffer.
  show           Show password in coffer.
Usage: pycoffer rsync [OPTIONS]

  Rsync directory with keys of coffer using mtime (to do).

Options:
  -c, --conf TEXT    The pycoffer configuration file.  [default:
                     /home/runner/.pycofferrc]
  -f, --coffer TEXT  The coffer name.
  -s, --source TEXT  The source directory.
  -t, --target TEXT  The target directory in coffer.
  --dry              Don't do anything, only show files that will be updated.
  --help             Show this message and exit.
Usage: pycoffer fido [OPTIONS] COMMAND [ARGS]...

  Use fido as keystore.

Options:
  --help  Show this message and exit.

Commands:
  credentials  Check if credentials are available on connected keys.

Tools

Usage: pycoffer generate [OPTIONS]

  Generate configuration for a new coffer.

Options:
  -f, --coffer TEXT  The coffer name.  [required]
  --type TEXT        Type of coffer to use.  [default: bank]
  --location TEXT    Location of the store.
  --backup TEXT      Backup extension for files. None to disable.
  --help             Show this message and exit.
Usage: pycoffer check [OPTIONS] COMMAND [ARGS]...

  Check tools.

Options:
  --help  Show this message and exit.

Commands:
  fido    Check fidos adaptaters.
  system  Print system informations.