Hello everyone!

I haven't written in D for a very long time, but six months ago I decided to shake off the rust and make an application in D+WinAPI. Unfortunately, I couldn't avoid some C++ insertions since Microsoft severely limits C support.

Initially I wanted to make an Excel analog, but quickly realized I only had enough strength/time for a CSV editor.

Interesting features include:

- CSV indexing support
- fuzzy search support
- primitive formulas
- the application fits in 1 file and requires no dependencies (hello to those who drag Electron for this!)

There are also known bugs and issues.
I don't have time for memory optimization. So it will lag badly on large files. But what's there already does something. So I decided to publish it.
Maybe someone will find it useful!

https://redata.dev/csvmaster/

Reply via email to