Skip to content

JackMordaunt/reg-dump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reg-dump

This utility provides fast searching within the Windows registry.

Install

go install git.sr.ht/~jackmordaunt/reg-dump@latest

Usage

reg-dump search

Supply a regex to match paths and values.

reg-dump search -pattern "*.exe"

Combine with fzf to fuzzy search the result.

reg-dump search -pattern "*.exe" -log log.txt | fzf --preview "reg-dump show {}"

About

Fuzzy search the Windows registry.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages