Skip to content

A CLI tool to search with a keyword over multiple profiles in Chrome. / 複数のChrome Profileにまたがってブックマークを検索できるCLIツール

Notifications You must be signed in to change notification settings

ebisuG/search-all-user-bookmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is a CLI tool to search all bookmarks with a keyword over user Profiles in Google Chrome.
Now for Windows only.
Using Bubbletea, thank you!.

Usage

  1. Write your user name in settings_example.json. In Windows11, it's the first 5 character of your user name. Please check C:\Users:\Your username
  2. Change a file name from settings_example.json to settings.json.
  3. Run this command, or compile and run exe file.
go run main.go
  1. Put a keyword you want to search, and enter. Ctrl + c terminate the program.

Testing

util package

Before go test, you should set username as environmental variable.
$Env:UserNameForTest="username"
And put settings.json you want to use in the same folder.

Valid version

Windows : 11
Chrome : 129.0.6668.90
Go : 1.22.3
Powershell : 5.1

About

A CLI tool to search with a keyword over multiple profiles in Chrome. / 複数のChrome Profileにまたがってブックマークを検索できるCLIツール

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages