mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-07-20 22:48:02 +00:00
Moved UI methods to their own struct
This commit is contained in:
6
internal/ui/open.go
Normal file
6
internal/ui/open.go
Normal file
@ -0,0 +1,6 @@
|
||||
package ui
|
||||
|
||||
// Reveal reveals the specified file in the Finder.
|
||||
func (u *UI) Reveal(fname string) {
|
||||
reveal(fname)
|
||||
}
|
Reference in New Issue
Block a user