An open API service indexing awesome lists of open source software.

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.

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
```