A simple filebin media player.
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Rafael G. Martins 4ffc3d4bdc
All checks were successful
build / build (push) Successful in 16s
migrate to interim import path
2026-09-01 03:36:15 +02:00
.forgejo/workflows enable forgejo actions 2026-09-01 03:27:32 +02:00
.gitignore initial commit 2021-07-25 05:24:24 +02:00
go.mod migrate to interim import path 2026-09-01 03:36:15 +02:00
go.sum initial commit 2021-07-25 05:24:24 +02:00
LICENSE initial commit 2021-07-25 05:24:24 +02:00
main.go initial commit 2021-07-25 05:24:24 +02:00
README.md initial commit 2021-07-25 05:24:24 +02:00

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