#rename #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

11 releases

0.1.14 Mar 5, 2025
0.1.13 Oct 18, 2024
0.1.9 Aug 13, 2024
0.1.8 Jul 24, 2024

#141 in Filesystem

Download history 8/week @ 2024-12-04 21/week @ 2024-12-11 2/week @ 2025-02-05 137/week @ 2025-03-05

549 downloads per month

MIT license

11KB
154 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 by renaming all PDF files with the pattern date(as 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

~18MB
~275K SLoC