cschubiner / find_strings_not_by_string

Looking for code where one string exists but you only want to find it where string two doesn't exist? Look no further

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

find_strings_not_by_string

Looking for code where one string exists but you only want to find it where string two doesn't exist? Look no further

Clone:

cd ~
git clone https://github.com/cschubiner/find_strings_not_by_string.git

Make an alias: alias fsn="python3 ~/find_strings_not_by_string/find_strings.py"

Run fsn to discover how to use it!

About

Looking for code where one string exists but you only want to find it where string two doesn't exist? Look no further


Languages

Language:Python 100.0%