Skip to content

Commit

Permalink
Create Browserparser.mkape
Browse files Browse the repository at this point in the history
Added module file for Browserparser, a tool I created
seba7236 authored Oct 22, 2024

Unverified

The committer email address is not verified.
1 parent f32198e commit 0853cb5
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions Modules/Apps/GitHub/Browserparser.mkape
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Description: Parse most artifacts in a browser to CSV or JSON
Category: WebBrowsers
Author: Sebastian Søgaard
Version: 1.0
Id: c91c1c99-f979-4c68-bcad-57f1a4afc878
BinaryUrl: https://github.com/seba7236/BrowserParser/releases/
ExportFormat: csv
Processors:
-
Executable: Browserparser\browserparser.exe
CommandLine: --csv %sourceDirectory% %destinationDirectory%
ExportFormat: csv
-
Executable: Browserparser\browserparser.exe
CommandLine: --json %sourceDirectory% %destinationDirectory%
ExportFormat: json

# Documentation
# N/A

0 comments on commit 0853cb5

Please sign in to comment.