caderek / gramma

command-line grammar checker
https://caderek.github.io/gramma/
ISC License
252 stars 18 forks source link

Unable to check files #45

Open dajix350 opened 1 year ago

dajix350 commented 1 year ago

Describe the bug When I gramma check a file, it waits for a second and then stops, with no output.

To Reproduce Try to gramma check a file

Expected behavior The gramma checking UI appearing.

Screenshots image

Desktop (please complete the following information):

Additional context This was tested on a web server via SSH. gramma listen still works with its UI. A workaround I found was running gramma listen "`cat mistake.txt`", but you still need to copy the printed changes to the file after going through the wizard.