1
0
mirror of https://github.com/garraflavatra/rolens.git synced 2025-01-18 13:07:58 +00:00
rolens/internal/ui/open.go

7 lines
117 B
Go
Raw Normal View History

2023-02-21 16:47:21 +00:00
package ui
2023-02-11 20:57:52 +00:00
// Reveal reveals the specified file in the Finder.
2023-02-21 16:47:21 +00:00
func (u *UI) Reveal(fname string) {
2023-02-11 20:57:52 +00:00
reveal(fname)
}