Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mplewis/ripgui
https://github.com/mplewis/ripgui
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mplewis/ripgui
- Owner: mplewis
- License: mit
- Created: 2017-12-02T21:07:50.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T14:32:42.000Z (about 2 years ago)
- Last Synced: 2024-04-13T04:56:10.065Z (10 months ago)
- Language: JavaScript
- Size: 4.9 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RipGUI
A GUI for [Ripgrep](https://github.com/BurntSushi/ripgrep). Built with
[electron-vue](https://github.com/SimulatedGREG/electron-vue).![Demo video](./docs/ripgui_demo.gif)
# Features
* Graphical user interface
* Auto-escape regex characters
* Click search results to open files# Usage
```bash
# install dependencies
brew install ripgrep
yarn install# serve with hot reload at localhost:9080
yarn dev# build electron application for production
yarn build# run unit & end-to-end tests
yarn test
# or just the unit test server
yarn unit# lint all JS/Vue component files in `src/`
yarn lint
```# Roadmap
* Dropdown history
* with persistence between runs
* Filetype include/exclude GUI
* and other Ripgrep options
* Open with working directory passed in as `ARGV[1]`
* Remember last working directory
* Move from CSS to Sass
* Automated testing
* Automated releases
* Flow typing# Known bugs
* Weird bad-filename-with-parens parsing
* Escaping is subject to debounce time# License
MIT