Default path is incorrect on windows 11
Open
Nobody has claimed this yet.
- Dominant language
- Elixir
- Stars
- 69
- Forks
- 18
- PR merge metrics
- No merged PRs in 30d
Description
bookmarker
** (File.Error) could not read file "c:/AppData/Local/Google/Chrome/User Data/Default": no such file or directory
(elixir 1.15.4) lib/file.ex:358: File.read!/1
(bookmarker 1.0.0) lib/bookmarker/runner.ex:72: Bookmarker.Runner.get_bookmarks/1
(bookmarker 1.0.0) lib/bookmarker/runner.ex:8: Bookmarker.Runner.run/1
(elixir 1.15.4) lib/kernel/cli.ex:136: anonymous fn/3 in Kernel.CLI.exec_fun/2
It should be c:/Users//AppData/Local/Google/Chrome/User Data/Default/Bookmarks
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in lib/bookmarker/runner.ex at Bookmarker.Runner.get_bookmarks/1, reported at line 72, and inspect how the default Chrome profile path is built. Verify the path on Windows 11 and update it so it includes the user's directory and ends at the Bookmarks file described in the issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- elixir
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100