Skip to content

Latest commit

 

History

History
44 lines (36 loc) · 1.38 KB

README.md

File metadata and controls

44 lines (36 loc) · 1.38 KB

RegEx Tester


A simple regex tester

Designed for elementary OS

Build Status

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