Package Details: textidote-bin 0.8.3-5

Git Clone URL: https://aur.archlinux.org/textidote-bin.git (read-only, click to copy)
Package Base: textidote-bin
Description: Spelling, grammar and style checking on LaTeX documents
Upstream URL: https://github.com/sylvainhalle/textidote
Keywords: grammar latex lint spelling tex
Licenses: GPL
Provides: textidote
Submitter: jadelord
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 10
Popularity: 0.000098
First Submitted: 2019-02-04 18:19 (UTC)
Last Updated: 2022-03-31 14:16 (UTC)

Dependencies (5)

Required by (0)

Sources (3)

Latest Comments

leandro commented on 2024-02-13 15:49 (UTC)

Hi @carlosal1015 Absolutely, that would be a great and sustainable solution. I also see that it is easy to adapt your PKGBUILD for a newer release myself, so nothing urgent.

Would you be open to create a textidote-git? I have no experience in creating packages but would of course offer my support.

carlosal1015 commented on 2024-02-13 15:29 (UTC)

Hi @leandro, a suggestion could be submit a package textidote-git, right?

leandro commented on 2024-02-13 11:08 (UTC)

This package was not updated for almost 2 years and some updates in upstream are important to me. Would you mind to add more current versions of the tool? Thanks!

carlosal1015 commented on 2022-03-31 16:12 (UTC)

Nice.

RealOrRandom commented on 2022-03-31 15:51 (UTC)

Thanks for the quick fix, CLI works now for me. I don't use the desktop thing.

carlosal1015 commented on 2022-03-31 14:02 (UTC) (edited on 2022-03-31 14:20 (UTC) by carlosal1015)

Right now, from my side is working CLI, let me know if desktop entry is working too.

$ textidote --help
TeXtidote v0.8.3 - A linter for LaTeX documents and others
(C) 2018-2021 Sylvain Hallé - All rights reserved

Usage: textidote [options] file1 [file2 ...]

--ignore rules  Ignore rules
--check lang    Checks grammar in language lang
--firstlang lang        Checks for false friends with the author's first language lang and the language specified in --check
--read-all      Don't ignore lines before \begin{document}
--output method Output as plain (default), json, html, or singleline
--type x        Input is of type x (tex or md)
--clean         Remove markup from input file
--dict file     Load dictionary from file
--quiet         Don't print any message
--version       Show version number
--help          Show command line usage
--languagemodel dir     Use n-grams data from dir
--remove envs   Remove LaTeX environments envs
--replace file  Apply replacement patterns from file
--map file      Output correspondence map to file
--name n        Use n as app name when printing usage
--encoding x    Read files using encoding x
--no-color      Disables colors in ANSI printing
--no-config     Ignore config file if any
--remove-macros macs    Remove LaTeX macros macs
--ci    Ignores the return code for CI usage

Thank you @RealOrRandom, I did not try on my machine, and looking the content

#! /bin/bash
java -jar /opt/textidote/textidote.jar --name textidote "$@"

It must be fixed soon.

RealOrRandom commented on 2022-03-31 13:25 (UTC)

Now that the jar is at /usr/share/java/textidote.jar, the wrapper at /usr/bin/textidote does not work anymore

carlosal1015 commented on 2022-03-27 17:15 (UTC)

Thank you for the hint, very nice wzy.

Freed commented on 2022-03-27 14:59 (UTC)

Maybe it is because deb creator hope the jar be installed in /opt? However, it seems to not respect the standard of Archlinux.

Freed commented on 2022-03-27 14:54 (UTC)

/opt/textidote/textidote.jar should be /usr/share/java/textidote.jar, because all jar of packages are installed /usr/share/java. And /opt/textidote/textidote.svg should be installed /usr/share/textidote/textidote.svg.