An open API service indexing awesome lists of open source software.

https://github.com/bulletmark/gnucash-select

GnuCash File Selector
https://github.com/bulletmark/gnucash-select

gnucash

Last synced: about 1 month ago
JSON representation

GnuCash File Selector

Awesome Lists containing this project

README

          

## GNUCASH-SELECT
[![AUR](https://img.shields.io/aur/version/gnucash-select)](https://aur.archlinux.org/packages/gnucash-select/)

[gnucash-select][REPO] is a simple desktop utility which you can run from your
desktop environment (GNOME, KDE etc) to pop up a small GUI to view a list of
your [GnuCash][GNUC] files (XML format only).

![gnucash-select](gnucash-select.png)

[gnucash-select][REPO] is useful if you have more than one GnuCash file,
particularly if you often open two or more of them in parallel. It iterates
through your [GnuCash][GNUC] directory and filters out for display your main
financial files from within the many other backup, log, and other files which
[unfortunately GnuCash also places in that same
directory](https://bugs.gnucash.org/show_bug.cgi?id=619119). Alongside each
[GnuCash][GNUC] file, a count of the number of associated backup and log files
is shown and also an indicator of whether that file is currently open in
[GnuCash][GNUC] or not. If the file is not currently open, you can click on the
file name in the GUI to open it in [GnuCash][GNUC].

This utility was created on a Linux desktop. I am not sure how well it works on
macOS or Windows, raise an issue here if necessary. The latest version and
documentation is available at https://github.com/bulletmark/gnucash-select.

If you like this utility then you may be interested in another gnucash utility
I created to [update quote prices from the
ASX](https://github.com/bulletmark/gnucash-asx-fetch), without using
Finance::Quote.

## INSTALLATION

NOTE: Arch users can just install [_gnucash-select from the
AUR_][AUR].

You need Python 3.8 or later, then install this software:

```sh
git clone https://github.com/bulletmark/gnucash-select.git
cd gnucash-select
sudo make install (or sudo ./gnucash-select-setup install)
```

## UPGRADE

```sh
# cd to source dir, as above
git pull
sudo make install (or sudo ./gnucash-select-setup install)
```

## REMOVAL

```sh
# cd to source dir, as above
sudo make uninstall (or sudo ./gnucash-select-setup uninstall)
```

## USAGE

Type `gnucash-select -h` to view the usage summary:

```
usage: gnucash-select [-h] [-p PERIOD] [-r ROWS] [-g GTK_THEME] [-f FONT_SIZE]
[-P GNUCASH_PROGRAM]

GnuCash File Selector

options:
-h, --help show this help message and exit
-p, --period PERIOD period in seconds at which to check directory, default
= 2
-r, --rows ROWS number of file rows displayed in table, default = 6
-g, --gtk-theme GTK_THEME
GTK theme to use running gnucash, e.g. "Adwaita:light"
-f, --font-size FONT_SIZE
default font size, default=10
-P, --gnucash-program GNUCASH_PROGRAM
path to GnuCash program, default is "gnucash"

Note you can set default starting options in ~/.config/gnucash-select.conf.
```

## LICENSE

Copyright (C) 2020 Mark Blakeney. This program is distributed under the
terms of the GNU General Public License.
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
Free Software Foundation, either version 3 of the License, or any later
version.
This program is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General
Public License at for more details.

Desktop icon courtesy of [Freepik](https://www.flaticon.com/authors/freepik).

[REPO]: https://github.com/bulletmark/gnucash-select/
[AUR]: https://aur.archlinux.org/packages/gnucash-select/
[GNUC]: https://www.gnucash.org/