randomedit/README.md

32 lines
498 B
Markdown
Raw Permalink Normal View History

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