Go to file
2020-03-03 22:08:57 +01:00
.github/workflows Update badge 2020-02-15 18:02:15 +01:00
cmd/randomedit Add pattern matching 2020-02-15 17:46:58 +01:00
.gitignore Add basic documentation 2020-02-15 17:51:39 +01:00
go.mod Add basic documentation 2020-02-15 17:51:39 +01:00
go.sum Add basic documentation 2020-02-15 17:51:39 +01:00
Makefile Initial import 2018-09-24 07:53:13 +02:00
README.md Update README.md 2020-03-03 22:08:57 +01:00

Randomedit

Build

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

⚠️ FIXME