Skip to content

Commit

Permalink
Quick fix (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
puffyCid committed Mar 13, 2024
1 parent 6bfd0c2 commit b19e210
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,5 @@
/.idea/
*.org
*.org~
/.vscode/
*heartbeat.jsonl
*/style
10 changes: 10 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"recommendations": [
"serayuzgur.crates",
"denoland.vscode-deno",
"tamasfe.even-better-toml",
"rust-lang.rust-analyzer",
"bradlc.vscode-tailwindcss",
"eamodio.gitlens",
]
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ Commands:
chromiumhistory Parse Chromium History
firefoxdownloads Parse Firefox Downloads
chromiumdownloads Parse Chromium Downloads
prefetch Parse Prefetch
prefetch windows: Parse Prefetch
eventlogs windows: Parse EventLogs
rawfilelisting windows: Parse NTFS to get filelisting
shimdb windows: Parse ShimDatabase
Expand Down
2 changes: 1 addition & 1 deletion cli/src/collector/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ pub(crate) enum CommandArgs {
/// Parse Chromium Downloads
Chromiumdownloads {},

/// Parse Prefetch
/// windows: Parse Prefetch
Prefetch {
/// Alternative Prefetch directory to use
#[arg(long, default_value = None)]
Expand Down

0 comments on commit b19e210

Please sign in to comment.