Skip to content

BlackCodec/valaotp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ValaOtp

ValaOtp is a vala app that parse the otpauth url parameter and call oathtool for generate an otp.

Because I use it with QtPass when you invoke make the process generate a binary file called otptool.

Install

Build it with: make or: make build

The install it globally with: make install

or locally with: make local

Uninstall

Uninstall it globally with: make uninstall

or locally with: make remove

History

Latest: 20231213.1922

  • 20231213.1922: Removed pass-otp dependencies
  • 20231213.1445: First release