Go to file
Glenn Y. Rolland d0a039c17b bug: Fix makefile according to latest go versions 2022-08-21 16:11:42 +02:00
.github/workflows Update badge 2020-02-15 18:02:15 +01:00
cmd/randomedit Add option -v 2021-07-13 14:42:29 +02:00
.gitignore Add basic documentation 2020-02-15 17:51:39 +01:00
Makefile bug: Fix makefile according to latest go versions 2022-08-21 16:11:42 +02:00
README.md Update README.md 2020-03-03 22:08:57 +01:00
go.mod Add go version in go.mod 2021-07-14 09:32:22 +02:00
go.sum Add basic documentation 2020-02-15 17:51:39 +01:00

README.md

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