reg-dump

Fuzzy search the Windows registry.
Log | Files | Refs | README | LICENSE

README.md (389B)


      1 # `reg-dump`
      2 
      3 This utility provides fast searching within the Windows registry. 
      4 
      5 ## Install 
      6 
      7 `go install git.sr.ht/~jackmordaunt/reg-dump@latest`
      8 
      9 ## Usage
     10 
     11 `reg-dump search`
     12 
     13 Supply a regex to match paths and values. 
     14 
     15 `reg-dump search -pattern "*.exe"`
     16 
     17 Combine with `fzf` to fuzzy search the result.
     18 
     19 `reg-dump search -pattern "*.exe" -log log.txt | fzf --preview "reg-dump show {}"`