https://github.com/lessp/wolfred
An example of a modal-like app in Revery
https://github.com/lessp/wolfred
Last synced: 8 months ago
JSON representation
An example of a modal-like app in Revery
- Host: GitHub
- URL: https://github.com/lessp/wolfred
- Owner: lessp
- License: mit
- Created: 2020-07-26T15:03:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-26T20:17:31.000Z (over 5 years ago)
- Last Synced: 2025-07-05T00:27:21.897Z (8 months ago)
- Language: Reason
- Size: 293 KB
- Stars: 26
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-list - wolfred - like app in Revery | lessp | 26 | (Reason)
README
# Wolfred
An [Alfred](https://www.alfredapp.com/)-like starting point for Revery which lets you search for files in your Desktop-directory.
Currently there's no status-bar/tray-support.
## Screenshot

## Prerequisites
See the [requirements for building Revery](https://github.com/revery-ui/revery/wiki/Building-&-Installing)
## Getting started
```
# Install & build dependencies
esy
```
> **NOTE:** The first build will take a while - building the OCaml compiler and dependencies takes time! Subsequent builds, though, should be very fast.
Once built, the application binary will be in the `_build/install/default/bin` - you can run it like:
- `_build/install/default/bin/Wolfred`
or using esy with the script specified in [package.json](package.json#L8):
- `esy run`
## Releasing
To create packages for distribution, follow these steps:
- `npm install -g revery-packager`
From the project-folder, run:
- `revery-packager`
Once complete, there will be application packages available in the `_release` folder.
## License
[MIT License](LICENSE)
## Credits
Icons made by Dimitry Miroliubov from www.flaticon.com