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

https://github.com/notnite/decky-totp

Show TOTP codes on your Steam Deck
https://github.com/notnite/decky-totp

Last synced: 11 months ago
JSON representation

Show TOTP codes on your Steam Deck

Awesome Lists containing this project

README

          

# decky-totp

Show TOTP codes on your Steam Deck.

## Installation

Download the latest release from GitHub Actions, then unzip it:

```shell
sudo unzip -o ./decky-totp.zip -d /home/deck/homebrew/plugins
```

## Building

You will need pnpm and Python 3 installed.

```shell
pnpm i
./scripts/build.sh && ./scripts/pack.sh && ./scripts/deploy.sh
```

## Usage

Create `/home/deck/homebrew/settings/decky-totp/settings.json`:

```json
{
"entries": {
"service name": "totp secret"
}
}
```

Then reload the plugin/restart Steam.