Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/artemanufrij/regextester

An elementary OS app
https://github.com/artemanufrij/regextester

regex tester vala

Last synced: 9 days ago
JSON representation

An elementary OS app

Awesome Lists containing this project

README

        


RegEx Tester




A simple regex tester


Designed for elementary OS


[![Build Status](https://travis-ci.org/artemanufrij/regextester.svg?branch=master)](https://travis-ci.org/artemanufrij/regextester)

### Donate
PayPal | LiberaPay | Patreon



Get it on AppCenter


Download On Flathub



## Install from Github.

As first you need elementary SDK
```
sudo apt install elementary-sdk
```

Clone repository and change directory
```
git clone https://github.com/artemanufrij/regextester.git
cd regextester
```

Compile, install and start Regextester on your system
```
meson build --prefix=/usr
cd build
sudo ninja install
com.github.artemanufrij.regextester
```