https://github.com/markuszoppelt/gopen
Open files with a specific application from the command line with fuzzy search.
https://github.com/markuszoppelt/gopen
Last synced: about 2 months ago
JSON representation
Open files with a specific application from the command line with fuzzy search.
- Host: GitHub
- URL: https://github.com/markuszoppelt/gopen
- Owner: MarkusZoppelt
- License: mit
- Created: 2022-12-03T12:07:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-17T15:25:28.000Z (3 months ago)
- Last Synced: 2025-03-26T21:47:26.543Z (2 months ago)
- Language: Go
- Homepage:
- Size: 565 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Gopen
A command line utility for opening files.
Running `gopen ` will open a fuzzy search that lets you select the
application to open the file with.It is the equivalent of opening the file with `open -a ` but
instead of specifying the application beforehand, the fuzzy finder can be used
to select the app when running.