CobbCoding1 / Cano

Text Editor Written In C Using ncurses
Apache License 2.0
63 stars 12 forks source link

Implement ability to choose output file #4

Closed CobbCoding1 closed 5 months ago

CobbCoding1 commented 6 months ago

currently output file is set only to out.txt, I would like it to automatically set to the file currently assigned when the application is run, and also the ability to set it during runtime, i.e. a keybind or some sort of command. Will think about it.

CobbCoding1 commented 6 months ago

The output filename now gets set to whatever is chosen when the program is run. I will implement the ability to change it at runtime once I implement a command mode.