Verify integrity and track file changes.
Start using right now:
pipx install git+https://github.com/goncalomb/filekeep.git
filekeep -h# install
pipx install git+https://github.com/goncalomb/filekeep.git
# install for development (editable)
git clone https://github.com/goncalomb/filekeep.git
pipx install -e ./filekeep
# uninstall
pipx uninstall filekeep# install (on a venv)
uv venv
uv pip install git+https://github.com/goncalomb/filekeep.git
source .venv/bin/activate
# install for development
git clone https://github.com/goncalomb/filekeep.git
cd filekeep
uv sync
source .venv/bin/activatefilekeep is released under the terms of the MIT License. See LICENSE.txt for details.