An open API service indexing awesome lists of open source software.

https://github.com/dfaust/open-random-file

A Dolphin service menu for opening a random file in a directory
https://github.com/dfaust/open-random-file

Last synced: about 1 month ago
JSON representation

A Dolphin service menu for opening a random file in a directory

Awesome Lists containing this project

README

          

# Open Random File

A Dolphin service menu for opening a random file in a directory.

## Installation

### From within Dolphin

1. Open the settings dialog via the menu `Control` and `Configure Dolphin...`
2. Go to the `Services` tab
3. Click the `Download new services...` button
4. Type `Open Random File` into the search field
5. Click the `Install` button next to "Open Random File"

### From source

```bash
chmod +x install.sh
./install.sh
```