A simple filebin media player.
- Go 100%
| Filename | Latest commit message | Latest commit date |
|---|---|---|
|
|
||
| .forgejo/workflows | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| README.md | ||
fp
A simple filebin media player.
Config
Path: ~/.fp.yml or $FP_CONFIG
handlers:
video/*:
- mpv
- --fs
image/*:
- feh
- --auto-zoom
- --fullscreen
- --hide-pointer
aliases:
foo: https://example.org/foo
bar: https://example.org/bar
Bash Completion
complete -C /path/to/fp fp