All Projects → TheYkk → tfa

TheYkk / tfa

Licence: MIT license
tfa is a 2fa cli tool that aims to help you to generate 2fa code on CI/CD pipelines.

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to tfa

hyperdrive
Extensible streaming ingestion pipeline on top of Apache Spark
Stars: ✭ 31 (+24%)
Mutual labels:  pipeline
httpit
A rapid http(s) benchmark tool written in Go
Stars: ✭ 156 (+524%)
Mutual labels:  pipeline
nanoflow
🔬 De novo assembly of nanopore reads using nextflow
Stars: ✭ 20 (-20%)
Mutual labels:  pipeline
SeqTools
A python library to manipulate and transform indexable data (lists, arrays, ...)
Stars: ✭ 42 (+68%)
Mutual labels:  pipeline
LabPype
Framework for Creating Pipeline Software
Stars: ✭ 18 (-28%)
Mutual labels:  pipeline
towhee
Towhee is a framework that is dedicated to making neural data processing pipelines simple and fast.
Stars: ✭ 821 (+3184%)
Mutual labels:  pipeline
rci
🔢 better code inputs for react/web
Stars: ✭ 805 (+3120%)
Mutual labels:  2fa
authy-extractor
Extract 2FA tokens from Authy.
Stars: ✭ 30 (+20%)
Mutual labels:  2fa
html-pipeline
HTML processing filters and utilities in Go version
Stars: ✭ 18 (-28%)
Mutual labels:  pipeline
Ramses
The Rx Asset Management System for motion picture production
Stars: ✭ 48 (+92%)
Mutual labels:  pipeline
MIPS-pipeline-processor
A pipelined implementation of the MIPS processor featuring hazard detection as well as forwarding
Stars: ✭ 92 (+268%)
Mutual labels:  pipeline
jenkins-terraform-pipeline
create a jenkins pipeline which uses terraform to manage AWS resources
Stars: ✭ 17 (-32%)
Mutual labels:  pipeline
IARC-nf
List of IARC bioinformatics nextflow pipelines
Stars: ✭ 34 (+36%)
Mutual labels:  pipeline
Apos.Content
Content builder library for MonoGame.
Stars: ✭ 14 (-44%)
Mutual labels:  pipeline
yoti-php-sdk
The PHP SDK for interacting with the Yoti Platform
Stars: ✭ 22 (-12%)
Mutual labels:  2fa
bitbucket-push-and-pull-request-plugin
Plugin for Jenkins v2.138.2 or later, that triggers job builds on Bitbucket's push and pull request events.
Stars: ✭ 47 (+88%)
Mutual labels:  pipeline
SalmonTE
SalmonTE is an ultra-Fast and Scalable Quantification Pipeline of Transpose Element (TE) Abundances
Stars: ✭ 63 (+152%)
Mutual labels:  pipeline
TDAstats
R pipeline for computing persistent homology in topological data analysis. See https://doi.org/10.21105/joss.00860 for more details.
Stars: ✭ 26 (+4%)
Mutual labels:  pipeline
lines
A pure bash clojureish CI pipeline
Stars: ✭ 72 (+188%)
Mutual labels:  pipeline
lightflow
A lightweight, distributed workflow system
Stars: ✭ 67 (+168%)
Mutual labels:  pipeline

tfa

tfa is 2fa cli tool that aim to help you to generate 2fa code on CI/CD pipelines.

You can provide secret with stdin or flag.

Install

brew install theykk/tap/tfa

Flag usage

tfa -key="GEZDGNBV"

Your 2fa code: 160014

Stdin usage

echo -n "GEZDGNBV" | tfa

Your 2fa code: 160014

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].