Skip to content

goncalomb/filekeep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

filekeep

Verify integrity and track file changes.

Setup

Start using right now:

pipx install git+https://github.com/goncalomb/filekeep.git
filekeep -h

Other commands using pipx

# 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

Other commands using uv

# 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/activate

License

filekeep is released under the terms of the MIT License. See LICENSE.txt for details.

About

🚧 WIP 🚧 Verify integrity and track changes of files.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages