logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

sorttrans-cli - sorts a ledger file in chronological order

Description

sorttrans-cli is a text program for sorting a ledger in chronological order.

       The  program loads the ledger file and sorts the transactions in memory.  Then, depending on the command-
       line options, it either writes the sorted file back, or invokes meld with the original and sorted version
       shown, for interactive editing.

       The program must be supplied with location of the ledger file to work with.  If not  supplied  using  the
       command-line  option  --file,  the  location of the file is determined using the following mechanisms, in
       this order.  The first mechanism which yields a result, wins.

Environment

       The following environment variable is recognized by this program:

       LEDGER_FILE
              Path to ledger file to work with.

Files

       The config file for ledger(1), namely file .ledgerrc in user's home directory is scanned looking for  the
       following option.

       --fileFILE
              Path to ledger file to work with.

Name

       sorttrans-cli - sorts a ledger file in chronological order

Options

-y     Write back the file immediately, without showing the differences.

       -h,    --help Show help message and exit.

       --fileFILE
              Specify path to ledger file to work with.

       --price-dbPRICEDB
              Specify path to ledger price database to work with.

       --debug
              Turn on debugging output, may be useful for developers.

See Also

ledger(1), meld(1), addtrans(1), cleartrans-cli(1), sellstock-cli(1), withdraw-cli(1).

                                                November 14 2022                                sorttrans-cli(1)

Synopsis

sorttrans-cli [options]

See Also