Description
Package shred is a golang library to mimic the functionality of the linux shred command
shred alternatives and similar packages
Based on the "Files" category.
Alternatively, view shred alternatives based on common mentions on social networks and blogs.
-
go-storage
A vendor-neutral storage library for Golang: Write once, run on every storage service. -
bigfile
Bigfile -- a file transfer system that supports http, rpc and ftp protocol https://bigfile.site -
go-exiftool
Golang wrapper for Exiftool : extract as much metadata as possible (EXIF, ...) from files (pictures, pdf, office documents, ...) -
skywalker
A package to allow one to concurrently go through a filesystem with ease -
concurrent-writer
Highly concurrent drop-in replacement for bufio.Writer -
fileconversion
A Go library to convert various file formats to plaintext and provide related functions -
go-staticfiles
Collects assets (css, js, images...) from a different locations and tags file names with a hash for easy versioning and aggressive caching.
Access the most powerful time series database as a service
Do you think we are missing an alternative of shred or a related project?
Popular Comparisons
README
shred
Package shred is a golang library to mimic the functionality of the linux shred
command
## Usage
package main
import (
"github.com/lu4p/shred"
)
func main(){
shredconf := shred.Conf{Times: 1, Zeros: true, Remove: false}
shredconf.Path("filename")
}
*Note that all licence references and agreements mentioned in the shred README section above
are relevant to that project's source code only.