feat(tui): persist large pastes to ~/.hermes/pastes/ via paste.collapse
This commit is contained in:
@@ -335,5 +335,6 @@ export interface AppOverlaysProps {
|
||||
|
||||
export interface PasteSnippet {
|
||||
label: string
|
||||
path?: string
|
||||
text: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user