#rename #document #cli #trade-republic

app TR_PDF_rename

Reads security transaction statements (as pdf) from neo-broker Trade Republic and renames them as transactiondate_ordertype_name

6 releases

0.1.9 Aug 13, 2024
0.1.8 Jul 24, 2024

#202 in Filesystem

Download history 113/week @ 2024-06-27 185/week @ 2024-07-04 90/week @ 2024-07-11 64/week @ 2024-07-18 91/week @ 2024-07-25 4/week @ 2024-08-01 81/week @ 2024-08-08 25/week @ 2024-08-15

380 downloads per month

MIT license

8KB
97 lines

Rust Clippy check Crates.io License

Solves a niche problem, but may be useful to some.

The neo-broker Trade Republic does not name security transaction statements in a reasonable way. So TR_PDF_Rename helps to archive the documents and renames all PDF files with the pattern date(yyyy_mm_dd)_transactiontype_stockname. Example: 2024_01_01_WERTPAPIERABRECHNUNG_MSCI World USD (Dist)

Warning:

Should only be used on PDF files from Trade Republic or directories only containing these files! Will panic if used with non Trade Republic PDF files.

how to:

install cargo add TR_PDF_rename or download from https://github.com/ArdentEmpiricist/TR_PDF_Rename/releases

use TR_PDF_rename [path]

Dependencies

~15MB
~243K SLoC