31 lines
498 B
Markdown
31 lines
498 B
Markdown
# Randomedit
|
|
|
|

|
|
|
|
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
|
|
|
|
|