Add fsctl

This commit is contained in:
mstmdev 2023-03-27 14:19:14 +08:00
parent ae0007950b
commit 61405515c3

View File

@ -1027,6 +1027,7 @@ _Libraries for handling files and file systems._
- [checksum](https://github.com/codingsince1985/checksum) - Compute message digest, like MD5, SHA256, SHA1, CRC or BLAKE2s, for large files.
- [copy](https://github.com/otiai10/copy) - Copy directory recursively.
- [flop](https://github.com/homedepot/flop) - File operations library which aims to mirror feature parity with [GNU cp](https://www.gnu.org/software/coreutils/manual/html_node/cp-invocation.html).
- [fsctl](https://github.com/no-src/fsctl) - The fsctl is a configuration-based file operation and validation tool.
- [gdu](https://github.com/dundee/gdu) - Disk usage analyzer with console interface.
- [go-csv-tag](https://github.com/artonge/go-csv-tag) - Load csv file using tag.
- [go-decent-copy](https://github.com/hugocarreira/go-decent-copy) - Copy files for humans.