Rupus Reinefjord
|
fd08fce575
|
outfile is now mandatory
Having your passwords output in plaintext to stdout might be surprising
and potentially dangerous behaviour
|
2022-11-15 21:14:13 +01:00 |
|
Rupus Reinefjord
|
862f6dca4c
|
Less spammy and easier to read messages
|
2022-11-15 21:13:32 +01:00 |
|
Rupus Reinefjord
|
9fa306a8a7
|
Update python-gnupg dependency to 0.5.0
|
2022-11-15 20:45:03 +01:00 |
|
Rupus Reinefjord
|
bc06ec513d
|
Merge pull request #18 from bateast/master
Add matching content in get_line pattern
|
2022-11-15 20:26:49 +01:00 |
|
Baptiste Fouques
|
3eba7612e6
|
Add matching content in get_line pattern
current implementation does not work. Typo ?
|
2022-11-15 14:18:57 +01:00 |
|
Rupus Reinefjord
|
3ff16caf3e
|
Use sys.exit()
|
2022-04-10 12:20:38 +02:00 |
|
Rupus Reinefjord
|
a822d1cb5e
|
Fix typo
|
2022-04-10 12:20:30 +02:00 |
|
Rupus Reinefjord
|
87a7c45560
|
Merge branch 'PrincedelaLune-master'
|
2022-04-10 12:18:37 +02:00 |
|
Thibaut Giroud
|
e4788b98ca
|
fix: added relevant error message if file is missing
|
2022-03-29 16:48:14 +02:00 |
|
Thibaut Giroud
|
8c545b27af
|
fix: issue when you submit wrong file name, error was misleading
|
2022-03-29 16:26:06 +02:00 |
|
Thibaut Giroud
|
2ef7aafc89
|
feat: added support for export of one file/item
|
2022-03-24 13:31:10 +01:00 |
|
Rupus Reinefjord
|
2d60648cf9
|
v0.3.2
|
2021-12-10 13:01:45 +01:00 |
|
Rupus Reinefjord
|
26f796afba
|
Merge pull request #16 from Scriptkiddi/master
Add default setup.py
|
2021-11-30 21:27:32 +01:00 |
|
Fritz Otlinghaus
|
c21ce19ff6
|
Add default setup.py
|
2021-11-30 19:20:17 +01:00 |
|
Rupus Reinefjord
|
d14e35bfb6
|
Add dev-requirements, packaging instructions in README
|
2021-08-21 18:14:01 +02:00 |
|
Rupus Reinefjord
|
171374c131
|
Small help text fix, v0.3.1
|
2021-07-28 22:50:57 +02:00 |
|
Rupus Reinefjord
|
470e4a1d5e
|
v0.3.0
|
2021-07-28 22:37:34 +02:00 |
|
Rupus Reinefjord
|
c1da9962fe
|
Update README
|
2021-07-28 22:33:39 +02:00 |
|
Rupus Reinefjord
|
3599e9d81c
|
Remove extend action
|
2021-07-28 22:29:59 +02:00 |
|
Rupus Reinefjord
|
8c13f457cc
|
Allow specifying multiple encodings
|
2021-07-28 22:29:35 +02:00 |
|
Rupus Reinefjord
|
31f775ff07
|
Minor readme fixes
|
2021-07-25 16:42:45 +02:00 |
|
Rupus Reinefjord
|
2fb570e457
|
Remove unnecessary parens around tuple unpacking
|
2021-05-21 22:30:02 +02:00 |
|
Rupus Reinefjord
|
0436fc5b4d
|
v0.2.1, readme additions
|
2021-05-19 22:45:52 +02:00 |
|
Rupus Reinefjord
|
850da2a6f3
|
Add info about gpg password caching to README
|
2021-05-19 22:38:36 +02:00 |
|
Rupus Reinefjord
|
c4fe7ae144
|
Migrate to pyproject.toml/setup.cfg, v0.2.0
|
2021-05-19 22:23:51 +02:00 |
|
Rupus Reinefjord
|
9bcf2d964b
|
Small fixes to examples
|
2021-05-19 22:19:06 +02:00 |
|
Rupus Reinefjord
|
58016cc153
|
Minor README fixes
|
2021-05-19 21:33:58 +02:00 |
|
Rupus Reinefjord
|
c130ca7ee1
|
Full rewrite with new flexible funcionality
|
2021-05-19 21:30:10 +02:00 |
|
Rupus Reinefjord
|
4418d476f7
|
Add argument to specify base path for grouping of passwords
|
2020-11-01 17:59:54 +01:00 |
|
Raphaël Droz
|
6606d31eac
|
- Identify groups even if run on a subdirectory as long as it contains ".password-store".
Eg: `pass2csv .password-store/foo/bar/`
- Output to stdout by default + ability to set a custom path
|
2020-10-24 18:26:01 -03:00 |
|
Rupus Reinefjord
|
b4c2e4127b
|
Add mailmap
|
2020-08-13 20:42:17 +02:00 |
|
Rupus Reinefjord
|
ef0437eecf
|
v0.1.3
|
2020-08-08 18:53:37 +02:00 |
|
Rupus Reinefjord
|
5635fc7261
|
Update setup.py with minimal python version
|
2020-08-08 18:50:14 +02:00 |
|
Rupus Reinefjord
|
70b8ced056
|
README cleanup and minor fixes
|
2020-08-08 18:02:27 +02:00 |
|
Rupus Reinefjord
|
5e457d8da6
|
Use custom argparse 'extend'-action for compatibility with py<3.8
|
2020-08-08 17:45:51 +02:00 |
|
Rupus Reinefjord
|
b209f920cc
|
Update installation instructions, closes #8
|
2020-06-23 12:23:29 +02:00 |
|
Rupus Reinefjord
|
8631953c2e
|
Add GitHub url to setup.py
|
2020-06-12 19:19:20 +02:00 |
|
Rupus Reinefjord
|
72c4a69487
|
Prepare for release and upload to PyPI
|
2020-06-08 08:18:12 +02:00 |
|
Rupus Reinefjord
|
1cf57cb367
|
Add info about dev setup in readme (pip-tools/venv)
|
2020-06-07 23:04:08 +02:00 |
|
Rupus Reinefjord
|
0629c9188d
|
Warn, don't crash, if not able to decrypt or empty file
|
2020-06-07 22:42:43 +02:00 |
|
Rupus Reinefjord
|
59e9ec30ef
|
Configure everything through cmdline, update README
|
2020-06-07 22:39:28 +02:00 |
|
Rupus Reinefjord
|
bc93916c76
|
Minor style fixes
|
2020-06-07 20:39:08 +02:00 |
|
Rupus Reinefjord
|
e2acfbe23f
|
Merge pull request #6 from ndarilek/master
Better check for failed GPG decryption.
|
2019-05-18 16:38:53 +02:00 |
|
Nolan Darilek
|
39f79aacd2
|
Better check for failed GPG decryption.
|
2019-05-18 09:11:58 -05:00 |
|
Rupus Reinefjord
|
c54ff5d948
|
Merge branch 'fernandocollova-master'
|
2019-01-01 14:59:16 +01:00 |
|
Rupus Reinefjord
|
a349c702cb
|
start at version 0.1.0
|
2019-01-01 14:58:00 +01:00 |
|
Rupus Reinefjord
|
b14ddea356
|
Path is positional arg
|
2019-01-01 14:57:31 +01:00 |
|
Fernando Collova
|
17eb8ea511
|
New features and code refactor
|
2018-12-27 14:12:06 -03:00 |
|
Rupus Reinefjord
|
6a6c49fdc8
|
Merge pull request #4 from stonewareslord/master
Add support for KeePassXC import; Many misc improvements
|
2018-08-16 11:31:42 +02:00 |
|
Austen Adler
|
1ab2a22301
|
Set +x bit for pass2csv.py
|
2018-08-15 01:09:36 -04:00 |
|