https://github.com/aarrwnh/stg-backup-reader
Utility tool to help with organization of a VERY large amount of tabs.
https://github.com/aarrwnh/stg-backup-reader
firefox windows
Last synced: about 1 month ago
JSON representation
Utility tool to help with organization of a VERY large amount of tabs.
- Host: GitHub
- URL: https://github.com/aarrwnh/stg-backup-reader
- Owner: aarrwnh
- Created: 2023-08-02T17:56:19.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T21:04:34.000Z (over 1 year ago)
- Last Synced: 2025-02-12T22:22:13.901Z (over 1 year ago)
- Topics: firefox, windows
- Language: Go
- Homepage:
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
https://addons.mozilla.org/firefox/addon/simple-tab-groups/
## run
```
go run . -p $env:DESKTOP/tab-backup
```
## with websockets
```
openssl req -x509 -newkey rsa:2048 -keyout key.pem -out cert.pem -days 100 -nodes
go run . -p $env:DESKTOP/tab-backup -ws -key key.pem -cert cert.pem
```