Add brick (and remove links from readme)
This commit is contained in:
57
README.md
57
README.md
@@ -6,26 +6,26 @@ This repository contains a collection of personal tools I've developed to addres
|
||||
|
||||
## Table of Contents
|
||||
|
||||
1. [File Management Tools](#file-management-tools)
|
||||
- [cln](#cln)
|
||||
- [fiter](#fiter)
|
||||
- [fmoditer](#fmoditer)
|
||||
2. [Git and Repository Tools](#git-and-repository-tools)
|
||||
- [repo](#repo)
|
||||
- [git-vc](#git-vc)
|
||||
3. [System Utilities](#system-utilities)
|
||||
- [vsclean](#vsclean)
|
||||
- [lazygit-cleaner](#lazygit-cleaner)
|
||||
- [autoruns](#autoruns)
|
||||
4. [Directory Management Tools](#directory-management-tools)
|
||||
- [directory-cleaner](#directory-cleaner)
|
||||
- [directory-deletor](#directory-deletor)
|
||||
5. [Misc](#misc)
|
||||
- [b64encode](#b64encode)
|
||||
- [cclip](#cclip)
|
||||
- [image-transcoder](#image-transcoder)
|
||||
1. File Management Tools
|
||||
- cln
|
||||
- fiter
|
||||
- fmoditer
|
||||
2. Git and Repository Tools
|
||||
- repo
|
||||
- git-vc
|
||||
3. System Utilities
|
||||
- vsclean
|
||||
- lazygit-cleaner
|
||||
- autoruns
|
||||
4. Directory Management Tools
|
||||
- directory-cleaner
|
||||
- directory-deletor
|
||||
5. Misc
|
||||
- b64encode
|
||||
- cclip
|
||||
- image-transcoder
|
||||
|
||||
## [File Management Tools](#file-management-tools)
|
||||
## File Management Tools
|
||||
|
||||
### [cln](https://git.site.quack-lab.dev/dave/synclib)
|
||||
**Create symbolic links given a custom set of commands**
|
||||
@@ -240,6 +240,25 @@ Entry struct {
|
||||
|
||||
This tool supports **no configuration** outside of constants applied at compile time (one of which is autoruns.json)
|
||||
|
||||
### [bricker](https://git.site.quack-lab.dev/dave/bricker)
|
||||
**Corrupts random bytes in given files**
|
||||
|
||||
Why? Because I can not disable edge updater malware and I can not stop it from running
|
||||
|
||||
So the next best thing is nuking the exe, right?
|
||||
|
||||
If that doesn't work the next tool will be process-murderer
|
||||
|
||||
To use this tool:
|
||||
```
|
||||
$ brick --help
|
||||
Usage of brick.exe:
|
||||
-p int
|
||||
Percent to mangle (default 20)
|
||||
-w int
|
||||
Workers (default 8)
|
||||
```
|
||||
|
||||
## [Directory Management Tools](#directory-management-tools)
|
||||
|
||||
### [directory-cleaner](https://git.site.quack-lab.dev/dave/directory-cleaner)
|
||||
|
1
sync
1
sync
@@ -9,3 +9,4 @@
|
||||
"C:\Users\Administrator\Seafile\Projects-Go\GoProjects\b64encode\b64encode.exe",b64encode.exe,t,t
|
||||
"C:\Users\Administrator\Seafile\Projects-Go\GoProjects\cclip\cclip.exe",cclip.exe,t,t
|
||||
"C:\Users\Administrator\Seafile\Projects-Go\GoProjects\image-transcoder\image-transcoder.exe",itrans.exe,t,t
|
||||
"C:\Users\Administrator\Seafile\Projects-Go\GoProjects\exe-bricker\bricker.exe",brick.exe,t,t
|
1
sync2bin
1
sync2bin
@@ -8,3 +8,4 @@ autoruns.exe,"C:\Program Files\Git\usr\bin\autoruns.exe",t
|
||||
lazygit-cleaner.exe,"C:\Program Files\Git\usr\bin\lgclean.exe",t
|
||||
cclip.exe,"C:\Program Files\Git\usr\bin\cclip.exe",t
|
||||
itrans.exe,"C:\Program Files\Git\usr\bin\itrans.exe",t
|
||||
brick.exe,"C:\Program Files\Git\usr\bin\brick.exe",t
|
Reference in New Issue
Block a user