Skip to content
/ botools Public

used to get the dirs/files tree on the disk, including meta, sha1, and record to the sqlite database, then deduplications, make and sync virtual links for dir and files, etc.

Notifications You must be signed in to change notification settings

vagra/botools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

botools

bot.sanxuezang.com toolchain

used to get the dirs/files tree on the disk, including meta, sha1, and record to the sqlite database, then deduplications, make and sync virtual links for dir and files, etc.

charts

requirement

2023-1-29

as of now, the latest stable of go is 1.19.5, but this version will encounter a cgi compilation error when build this project, which is caused by go-sqlite3.

the solution is to use go 1.20 or later.

build

if your go is 1.20 or later, just compile and run it:

$ go mod tidy
$ go build
$ go run botools

using

copy example.ini as config.ini, edit this ini file, then start botools.exe.

About

used to get the dirs/files tree on the disk, including meta, sha1, and record to the sqlite database, then deduplications, make and sync virtual links for dir and files, etc.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages