randomedit/README.md

32 lines
498 B
Markdown
Raw Permalink Normal View History

2020-02-15 17:51:39 +01:00
# Randomedit
2020-02-15 18:02:15 +01:00
![Build](https://github.com/glenux/randomedit/workflows/Build/badge.svg)
2020-02-15 18:01:24 +01:00
2020-02-15 17:51:39 +01:00
For when you can't decide what you want to start with.
2020-03-03 22:08:57 +01:00
## Prerequisites
Make sure you have a recent version of Golang installed.
2020-02-15 17:51:39 +01:00
## Installation
2020-03-03 22:08:57 +01:00
Type the following command:
2020-02-15 17:51:39 +01:00
2020-03-03 22:08:57 +01:00
make build
2020-02-15 17:51:39 +01:00
## 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