#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

10 releases

0.1.13 Oct 18, 2024
0.1.12 Oct 18, 2024
0.1.9 Aug 13, 2024
0.1.8 Jul 24, 2024

#150 in Filesystem

Download history 132/week @ 2024-07-24 6/week @ 2024-07-31 58/week @ 2024-08-07 48/week @ 2024-08-14 5/week @ 2024-09-11 2/week @ 2024-09-18 6/week @ 2024-09-25 126/week @ 2024-10-02 6/week @ 2024-10-09 320/week @ 2024-10-16 24/week @ 2024-10-23 2/week @ 2024-10-30

628 downloads per month

MIT license

10KB
147 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
~237K SLoC