Skip to content

A simple utility to walk a directory tree and compute SHA1s.

License

Notifications You must be signed in to change notification settings

jcrussell/sha1files

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

sha1files
=========

A simple utility to walk a directory tree and compute SHA1s.


Usage
-----

sha1files DIR [DIR]...

The utility walks the provided directories and inserts the SHA1, extension,
filename (minus extension), and absolute path for all found files into a SQLite
database (files.db). Currently, all hidden directories and files are skipped.


Dependencies
------------

For SQLite:

github.com/mattn/go-sqlite3


License
-------

Code is available under the MIT license, see LICENSE for details.

About

A simple utility to walk a directory tree and compute SHA1s.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages