andcli icon indicating copy to clipboard operation
andcli copied to clipboard

A 2FA TUI for your shell

Results 8 andcli issues
Sort by recently updated
recently updated
newest added

On macOS, running `make ci` would give error message `date: illegal option -- -`. This is because `date --rfc-3339=seconds` is exclusive to GNU `date`. On macOS/BSD systems, this is not...

### Proposed changes - The clipboard copy feature doesn't work on my Linux xorg machine unless I add `cmd += " -selection clipboard"`. #### System details **OS:** Manjaro Linux amd64...

json.Unmarshal fails on 32-bit systems like Windows 10 32-bit edition because the **LastUsed int `json:"last_used"** field in **andotp.go** is larger than the 32-bit integer limit. This could be remedied with...

Would it be better to copy the TOTP code without a trailing newline? (i.e. `"echo %s | %s"` -> `"echo -n %s | %s"`)

### Changes - Add support for opening [2FAS](https://2fas.com) encrypted vaults.

Since I both have `xclip` and `wl-copy` installed and I don't want to uninstall `xclip`, I wanted to be able to manually set the clipboard copy command. You can now...