-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to do in-memory editing #16
Comments
Actually, found a way. But it's not so pretty as I'd like, so if you can come up with something, it would be appreciated. |
how about:
|
@grosser yes, except that this is information that I would rather not write into disk at all. Using tempfiles is not a solution :( |
@grosser it did not seem very hard to modify the code by rewriting Ruco::Application and Ruco::Editor with minute changes. perhaps this could be done in the application api? The project is https://github.com/cmouse/pwkeep if you are interested. |
The whole curses bootstrap thingy is in bin/ruco, so this would have to be Sounds like a lot of work to me, using files and doing being ... ensure ... On Tue, Jan 7, 2014 at 12:26 PM, Aki Tuomi [email protected] wrote:
|
I would love to integrate ruco into an app I am making, but my major challenge is that ruco has been structured to require an actual file at all times. I could not find simple way to modify code via inheritance to provide the data directly. Is there a way you could consider extending your code to allow in-memory data instead of file?
The text was updated successfully, but these errors were encountered: