Commit Graph

17 Commits

Author SHA1 Message Date
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
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
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
171374c131 Small help text fix, v0.3.1 2021-07-28 22:50:57 +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
2fb570e457 Remove unnecessary parens around tuple unpacking 2021-05-21 22:30:02 +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
5e457d8da6 Use custom argparse 'extend'-action for compatibility with py<3.8 2020-08-08 17:45:51 +02:00
Rupus Reinefjord
72c4a69487 Prepare for release and upload to PyPI 2020-06-08 08:18:12 +02:00