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.
-
bigfile
DISCONTINUED. 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, ...) -
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.
SaaSHub - Software Alternatives and Reviews
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.