-
-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
76 changed files
with
76 additions
and
76 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
#!/usr/bin/env bash | ||
# pass import - Password Store Extension (https://www.passwordstore.org/) | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
__all__ = [ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
"""Passwords importer swiss army knife.""" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#!/usr/bin/env python3 | ||
# -*- coding: utf-8 -* | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
# This program is free software: you can redistribute it and/or modify | ||
# it under the terms of the GNU General Public License as published by | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
import hashlib | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
import io | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
import io | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
import shutil | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
from typing import List | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
import csv | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
import json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
import json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
from xml.parsers.expat import ExpatError | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
import yaml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
import base64 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
from pass_import.core import register_managers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2019 Santi González https://github.com/santigz | ||
# | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
import json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
import json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
from pass_import.core import register_managers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
from pass_import.core import register_managers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
import json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
import csv | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
import json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
from pass_import.core import register_managers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
import csv | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
from pass_import.core import register_managers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
|
||
from pass_import.core import register_managers | ||
from pass_import.formats.csv import CSV | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
import base64 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
from pass_import.core import register_managers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
try: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
from pass_import.core import register_managers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
from pass_import.core import register_managers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
from pass_import.core import register_managers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
from pass_import.core import register_managers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
import json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
from pass_import.core import register_managers | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
import configparser | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
import json | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
import os | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# -*- encoding: utf-8 -*- | ||
# pass import - Passwords importer swiss army knife | ||
# Copyright (C) 2017-2020 Alexandre PUJOL <[email protected]>. | ||
# Copyright (C) 2017-2024 Alexandre PUJOL <[email protected]>. | ||
# | ||
|
||
import json | ||
|
Oops, something went wrong.