Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/phx/signal-multi-account
Using multiple Signal Desktop accounts with MacOS or Linux
https://github.com/phx/signal-multi-account
Last synced: about 1 month ago
JSON representation
Using multiple Signal Desktop accounts with MacOS or Linux
- Host: GitHub
- URL: https://github.com/phx/signal-multi-account
- Owner: phx
- License: mit
- Created: 2022-02-17T21:58:12.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-27T00:41:19.000Z (almost 3 years ago)
- Last Synced: 2023-03-07T08:57:25.195Z (almost 2 years ago)
- Language: Shell
- Size: 1.95 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![Follow me on Twitter](https://img.shields.io/twitter/follow/rubynorails?label=follow&style=social)
# signal-multi-account
This is a script targeted at Linux and MacOS to utilize more than one Signal account on the same computer.
Run `switch_account.sh` to set up the alternate account, and after that, you should be able to just run the command `sigswap` to toggle between the two accounts.
The Signal application is basically just a UI for what is happening underneath the hood on the filesystem.
If someone wants to create a Powershell or Batch script to do the same for Windows, be my guest, and submit a PR. I just don't have the time right now.
## Installation:
```
git clone https://github.com/phx/signal-multi-account
cd signal-multi-account
./switch_account.sh
```## Usage:
`sigswap`
## Updating:
```
cd signal-multi-account
git pull
./switch_account.sh
```