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

https://github.com/ctrlcctrlv/genoathplz.bash

Bash script that calls `oathtool`.
https://github.com/ctrlcctrlv/genoathplz.bash

Last synced: 3 months ago
JSON representation

Bash script that calls `oathtool`.

Awesome Lists containing this project

README

          

# GenOathPlz

Bash script that calls `oathtool`.

## Installation

```bash
make install
```

Or put files into a directory in your `$PATH`, e.g. `$HOME/.local/bin` on most modern GNU/Linux distros.

## Usage

```bash
OATH_TOOL_TOTP_KEY=YOUR_KEY_HERE GenOathPlz
```

## License

```
Copyright 2022 Fredrick R. Brennan

Licensed under the Apache License, Version 2.0 (the "License"); you may not use
this software or any of the provided source code files except in compliance
with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed
under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied. See the License for the
specific language governing permissions and limitations under the License.
```

**By contributing you release your contribution under the terms of the license.**