AntiMicroX/antimicrox

Check $PATH for executables

Open

#36 opened on Sep 13, 2020

View on GitHub
 (6 comments) (0 reactions) (0 assignees)C++ (236 forks)auto 404
enhancementgood first issuelow-priotity

Repository metrics

Stars
 (3,844 stars)
PR merge metrics
 (PR metrics pending)

Description

Currently, assigning executable to a button requires providing full path to used executable, it would be convenient to check also places like /bin/ to check if used executable exists instead of asking user about providing full path.

Contributor guide