#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

#164 in Filesystem

Download history 6/week @ 2024-09-15 2/week @ 2024-09-22 122/week @ 2024-09-29 14/week @ 2024-10-06 268/week @ 2024-10-13 71/week @ 2024-10-20 8/week @ 2024-10-27 29/week @ 2024-12-08

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
~238K SLoC