Nokse22 / mini-text

A very small and basic text editor
GNU General Public License v3.0
61 stars 14 forks source link

Feature request: Lunch with loaded text #37

Open slarrain opened 1 day ago

slarrain commented 1 day ago

I think it would be awesome -and perhaps not that difficult- to be able to lunch Mini-Text with text already on it. Say, for example, we have a file full of inspirational quotes, and we would like to have a bash script lunch Mini Text with a quote for some time and then replace it with another, programmatically.

Would something like that be possible?

Nokse22 commented 1 day ago

Hi! I can add support for opening a file using Mini Text and loading the content into it, but I don't really know how you could achieve changing it's content after some time.