randomedit/README.md

32 lines
498 B
Markdown

# Randomedit
![Build](https://github.com/glenux/randomedit/workflows/Build/badge.svg)
For when you can't decide what you want to start with.
## Prerequisites
Make sure you have a recent version of Golang installed.
## Installation
Type the following command:
make build
## Usage
Watch a random movie
EDITOR=mpv randomedit -p '*.mkv' -p '*.mp4' -d ~/Movies
Read a random PDF
EDITOR=okular randomedit -p '*.pdf' -d ~/Documentation/
## Authors & license
:warning: FIXME