rafaelmartins / fp

A simple filebin media player.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A simple filebin media player.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Go 100.0%