17 Commits

Author SHA1 Message Date
9de118126d Merge pull request #5 from FreeMinded/main
Update readme to reflect KeePassXC import current status
2024-04-19 16:12:25 +05:30
Pascal Mages
a5cb2512af update readme to reflect KeePassXC import current status 2024-04-19 09:08:45 +02:00
5c25926897 Merge pull request #4 from xswordsx/patch-1
Set proper module name
2024-01-31 09:27:14 +05:30
Ivan Latunov
4597eeb4cb Set proper module name
Adding the full name of the package allows for end-users to install the binary with:

    go install github.com/thelazyoxymoron/bitwarden-to-keepassxc-converter@latest
2024-01-31 00:23:03 +02:00
ee239b3713 Merge pull request #3 from FreeMinded/main
Fix Readme and Usage hint
2023-09-20 14:36:46 +05:30
Pascal Mages
152990894e fix Usage hint 2023-09-19 20:31:16 +02:00
Pascal Mages
bf85a62f66 Update README.md 2023-09-19 20:21:24 +02:00
b38cad4387 Merge pull request #2 from FreeMinded/main 2023-08-25 17:49:44 +05:30
Pascal Mages
02f5050193 Merge pull request #1 from Mattyrab/main
Keep name from .json file for the .csv file instead of hardcoded value, remove deprecated package and fix formatting according to gofmt
2023-08-23 22:05:58 +02:00
Matthew Rabe
b02c141050 Replace .csv naming,
The produced csv file now always has the same name as the given json file.
2023-08-23 17:11:36 +02:00
Matthew Rabe
62cbba2965 Remove deprecated package,
'ioutil' is deprecated as of Go 1.16, the same functionality is now provided by package 'io' or package 'os'.
2023-08-23 11:16:05 +02:00
ecbda06920 Merge pull request #1 from FreeMinded/main
Include TOTP token in the csv export
2023-08-23 10:00:26 +05:30
Pascal Mages
4bf9dc7fd1 update Readme to include TOTP 2023-08-22 19:10:06 +02:00
Pascal Mages
e87bc01911 add TOTP token to the csv export 2023-08-22 19:07:03 +02:00
b54e95fa95 fix typo 2023-07-24 23:05:59 +05:30
062625fe45 change readme to clarify card handling 2023-07-24 23:04:45 +05:30
71b39c146e add converter script 2023-07-24 23:00:33 +05:30