Metadata-Version: 2.1
Name: negar-cli
Version: 1.1.1
Summary: Negar Command Line Interface.
Home-page: https://github.com/Alir3z4/negar-cli
Author: Shahin Azad
Author-email: ishahinism@gmail.com
Maintainer: Javad Razavian, Alireza Savand
Maintainer-email: javadr@gmail.com, alireza.savand@gmail.com
License: GPLv3
Keywords: negar,cli,negar-cli,texteditor,persian
Platform: UNKNOWN
Description-Content-Type: text/x-rst
License-File: AUTHORS.rst

=========
Negar CLI
=========
Negar Command Line Interface


How to use
==========

Usage of `negar-cli`:

    $ negar-cli [ARGUMENTS] -i <INPUT_FILENAME> [-o OUTPUT_FILENAME]

Arguments are:

    -h, --help                          Display this help and exit.
    -v, --version                       Print version number and exit
    -i, --input-file=INPUT_FILE_NAME    Specify [INPUT_FILE]. The file that you want to edit.
    -o, --output-file=OUTPUT_FILE_NAME  Specify [OUT_PUT_FILE]. The file that you want the program's output written into it. If you don't specify this option negar-cli will output into standard output.
    --fix-dashes                 Disable fix dashes feature
    --fix-three-dots             Disable fix three dots feature
    --fix-english-quotes         Disable fix english quotes feature
    --fix-hamzeh                 Disable fix 'Hamzeh' feature
    --hamzeh-with-yeh            Use 'Hamzeh' instead of 'yeh' for fix 'Hamzeh' feature
    --fix-spacing-bq             Disable fix spacing braces and 'qoutes' feature
    --fix-arabic-num             Disable fix arabic num feature
    --fix-english-num            Disable fix english num feature
    --fix-non-persian-chars      Disable fix misc non persian chars feature
    --fix-p-spacing              Disable fix prefix spacing feature
    --fix-p-separate             Disable fix prefix separating feature
    --fix-s-spacing              Disable fix suffix spacing feature
    --fix-s-separate             Disable fix suffix separating feature
    --aggresive                  Disable aggresive feature
    --cleanup-kashidas           Disable cleanup 'kashidas' feature
    --cleanup-ex-marks           Disable cleanup extra marks feature
    --cleanup-spacing            Disable cleanup spacing feature
    --trim-lt-whitespaces        Disable trim leading trailing whitespaces


