n-west / bliss

BSD 3-Clause "New" or "Revised" License
4 stars 2 forks source link

Make a simple user-accessible executable to find hits in a few files #46

Closed n-west closed 6 months ago

n-west commented 6 months ago

For a non-API/programmer mode it's useful to have just an executable that can run and find hits. Seticore and turboseti both have an executable and any cli should adopt their good patterns that people will already be used to (but don't just copy since there's probably some legacy cruft)

The idea would be to move justrun in to something better named with a good cli so changing things doesn't require a rebuild and you don't need to open up a python env or write custom c++ to tinker with some hit finding parameters

n-west commented 6 months ago

This was (preliminarily) done in #50