Skip to content

A little code in golang to extract info about BSD Kernel info and create another directory structure

License

Notifications You must be signed in to change notification settings

FoxBSD/Convert-K2K

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Convert-K2K

This is a small aplication to convert a Kernel BSD Like in a mount of files sorted by extension.

Can be useless to coding but, we can study the languages and logic in most organized enviroment.

Warning

This code occupes a lot of storage because we prefer copy the file instead moving

Caution

This code want work with some BSD OS code to work and needs the flag -dir {BSD OS dir} or the flag -nbsd to work in non bsd repository nbsd assumes than you don't want work with bsd kernel, this make the code walk by all repository

License

This code is written under license MIT

How run this code

Start instealing dependencies like sqlite3 and run:

go mod tidy

Before this do you can build the code with:

go build cmd/ck2k/main.go

or run interactively

go run cmd/ck2k/main.go

About

A little code in golang to extract info about BSD Kernel info and create another directory structure

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages