atdtool icon indicating copy to clipboard operation
atdtool copied to clipboard

Command-line interface for After the Deadline language checker

Results 5 atdtool issues
Sort by recently updated
recently updated
newest added

Hello, I'm attempting to install this on OS X. When I type "pip3 search atdtool", I get: `atdtool - After the Deadline command-line tool` When I type "pip3 install atdtool",...

I do not know if I didn't install the package correctly but, when I run it, the XML is not parsed and there are traceback errors. This was when it...

On Windows 7 and OSX when I use atdtool in gVim as the `makeprg` I get the following error with the text "my resume". ``` test.txt|19 col 1| Diacritical Marks...

On this sample text: _ _ _ _ englich _ _ writted _ _ atdtool reports: $ atdtool /tmp/english-sample.txt /tmp/english-sample.txt:1:8: Spelling "englich" suggestions: english, English, enrich, Anglice /tmp/english-sample.txt:2:1: (?) Spelling...

Hi, I have found a small bug which should be caused probably by recyclating variables (not cleanup them in each loop, not using them as local, etc...) In a sample...