emotionctl
Version:
A secure terminal-based journaling system designed as a safe space for developers going through heartbreak, breakups, or betrayal
14 lines • 366 B
TypeScript
export declare class Editor {
private content;
private lines;
private resolved;
constructor();
private clearScreen;
private displayContent;
private showHelp;
/**
* Opens the editor and returns the content when user saves and exits
*/
edit(initialContent?: string): Promise<string>;
}
//# sourceMappingURL=Editor.d.ts.map