~nilium/1p

Use uuid for preview window lookup

This is a bug from rearranging the fzf window to put uuid second but
failing to update the selected field correctly.
8ad73ab8 — Noel Cower 6 years ago v0.2.0
Update README
5facb98f — Noel Cower 6 years ago
Add comment for installing things, clean source

- Add comment for installing stuff with xbps
- Clarify -j flag
- Fix missing newline at EOF
3be92fdf — Noel Cower 6 years ago
op: Remove totp tools since op supports those now

I think that was added in 0.5.4 or something, but the important thing
is I don't need to keep around the awful code for extracting an OTP URI
from op.

Incidentally, there is an uncommitted change to this that added support
for oathtool until I realized I could just get the totp from op.
e7be2cec — Noel Cower 6 years ago
Add a check for xclip to the script
dccdf02f — Noel Cower 6 years ago
Add license
51e6bc07 — Noel Cower 6 years ago
Minor refactoring of CLI flag parsing
27b8e543 — Noel Cower 6 years ago
Fix wording on old gen-totp tool

It is slightly funny that gen-totp is in here since I wrote this tool
for work originally. gen-totp is a small example program I wrote to
demonstrate how to use our Go OTP library. It's not open source,
unfortunately.
ea022930 — Noel Cower 6 years ago
Add comment on program requirements

This was missing, and includes a bad recommendation of implementing
pbcopy with xsel. Use xclip -- xsel hasn't really been updated in
years, at least not officially. Distros keep patching it when they
should just remove it.
9617c3b1 — Noel Cower 6 years ago
Add help, -1, new auth type flags to CLI

This involved cleaning up some of the script as well, beginning with
the addition of withuserpass to extract relevant fields from the JSON
and then do whatever I wanted with them.
d4d790e2 — Noel Cower 6 years ago
Use install instead of chmod-ing a session file

Has the benefit of creating the file with the correct permissions
instead of assigning those permissions after the fact.
db7493e1 — Noel Cower 6 years ago
Allow passing queries to fzf

Useful for the -1 option that's added later, but this was the baseline
commit where that made sense.
15d0aca1 — Noel Cower 6 years ago
Add auth type flags to CLI parsing

These commit messages are added retroactively since 1p began its life
in a gist so I could share it with a few people.
42181bd3 — Noel Cower 6 years ago
Try to be a little more careful with sessions
6c827cb9 — Noel Cower 6 years ago
Add usage comment to file head
04ecd1b1 — Noel Cower 6 years ago
Initial commit
41eec4e5 — Noel Cower 6 years ago
Initial commit