Skip to main content

Tracking file changes according to the record file.

Project description

FileTrack

CHANGELOG

FileTrack is a filetracking cli tool that can track file changes in a certain folder.

Get Started

pip install filetrack  # Install

filetrack  # Run FileTrack according filetrack.toml in current folder.
filetrack -h/--help  # Show help message.
filetrack -v/--version  # Show version.
filetrack -c/--config $config_file  # Run FileTrack according to the config file.

Installation

# pip
pip install --user filetrack  # install filetrack
pip install --upgrade filetrack # upgrade filetrack
pip uninstall filetrack  # uninstall filetrack

# pipx (recommanded)
pipx install filetrack  # install filetrack through pipx
pipx upgrade filetrack  # upgrade filetrack through pipx
pipx uninstall filetrack  # uninstall filetrack through pipx

Config File

  • Config file example: [filetrack.toml]

Knowledge Base

  • Trackings: File hashes to track changes.
  • TrackFile: The output file to hold file trackings.
  • TrackFile Format: Can choose from TOML or JSON
  • Target File Exts: Files that you wanna track with specific extensions. Leave it empty [] to track all files.
  • Old TrackFile: Autodetect and parse old TrackFile to compared with.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

filetrack-0.0.10.tar.gz (9.1 kB view hashes)

Uploaded Source

Built Distribution

filetrack-0.0.10-py3-none-any.whl (8.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page