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`.
- Host: GitHub
- URL: https://github.com/ctrlcctrlv/genoathplz.bash
- Owner: ctrlcctrlv
- License: apache-2.0
- Created: 2022-11-08T19:14:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-08T19:16:51.000Z (over 3 years ago)
- Last Synced: 2025-10-11T04:28:43.619Z (8 months ago)
- Language: Makefile
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.**