refactor of tui/ third (minor) iteration
Dependencies
Change contents
- replacement in tui/update.go at line 383
_, err = m.state.SaveClip(cwd, m.clipInput)paths, err := m.state.SaveClip(cwd, m.clipInput) - replacement in tui/update.go at line 386
} else {m.err = "Clip saved: " + m.clipInput} else if len(paths) > 0 {// Show the base filename (without path) of the saved clipm.err = "Clip saved: " + paths[0] // full path to PNG