chrome-session-dump icon indicating copy to clipboard operation
chrome-session-dump copied to clipboard

A program for extracting information from chrome session files.

Results 6 chrome-session-dump issues
Sort by recently updated
recently updated
newest added

Executing `chrome-session-dump.exe` [v0.0.2](https://github.com/lemnos/chrome-session-dump/releases/tag/v0.0.2) outputs the following: ``` panic: open /.config/chrome: The system cannot find the path specified. goroutine 1 [running]: main.parse(0x50e67b, 0xf, 0x0, 0x0, 0x52c8c0) /home/qpls/projects/chrome-session-dump/chrome-session-dump.go:248 +0x1a63 main.main() /home/qpls/projects/chrome-session-dump/chrome-session-dump.go:542 +0x479...

Here is the error message I get: ``` panic: open /Users//.config/chrome: no such file or directory goroutine 1 [running]: main.parse(0xc000080080, 0x1d, 0x0, 0x0, 0x111ca60) /home/qpls/projects/chrome-session-dump/chrome-session-dump.go:248 +0x1a4f main.main() /home/qpls/projects/chrome-session-dump/chrome-session-dump.go:542 +0x4a8 ```

``` ./chrome-session-dump.go:512:22: newline in string ./chrome-session-dump.go:512:22: syntax error: unexpected newline in argument list; possibly missing comma or ) ./chrome-session-dump.go:513:29: syntax error: unexpected ] at end of statement ./chrome-session-dump.go:513:62: invalid character...

Users can manually name windows by right-clicking on the empty space to the right of the tab bar, and selecting "Name window..." In this case, the window title as reflected...

Literal newlines need to be inside backticks not double quotes. Fixes #5.

Would it be possible to detect and ignore all pinned tabs? Warm Regards Darren

todo