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
- Host: GitHub
- URL: https://github.com/dfaust/open-random-file
- Owner: dfaust
- License: gpl-2.0
- Created: 2018-08-06T19:04:41.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-08-06T19:05:35.000Z (almost 8 years ago)
- Last Synced: 2025-01-02T04:33:49.588Z (over 1 year ago)
- Language: Shell
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
- License: LICENSE
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
```