comparison doc/overview.rst @ 3251:f21412896620

doc (config): fixed documentation about configuration file possible paths + minor corrections.
author Goffi <goffi@goffi.org>
date Tue, 14 Apr 2020 20:26:47 +0200
parents cea52c9ddfd9
children 7726916c1ba6
comparison
equal deleted inserted replaced
3250:e4d3ba75b1b2 3251:f21412896620
42 locations (see below). It uses data in a directory called ``local_dir``, and which 42 locations (see below). It uses data in a directory called ``local_dir``, and which
43 default, on suitable platforms, to the corresponding `XDG directory`_, which is most of 43 default, on suitable platforms, to the corresponding `XDG directory`_, which is most of
44 time ``~/.local/share/sat``. In this directory, you'll find the main database in the 44 time ``~/.local/share/sat``. In this directory, you'll find the main database in the
45 ``sat.db`` file, which is a `SQLite`_ database. 45 ``sat.db`` file, which is a `SQLite`_ database.
46 46
47 The backend is run and stopped with the ``sat`` binary. Running it without argument launch 47 The backend is run and stopped with the ``sat`` executable. Running it without argument
48 the backend in the background, with ``sat fg`` you run it in the foreground (you'll see 48 launch the backend in the background, with ``sat fg`` you run it in the foreground (you'll
49 log directly and can stop the backend with ``Ctrl + c``). The ``sat status`` commands help 49 see log directly and can stop the backend with ``Ctrl + c``). The ``sat status`` commands
50 you discover if the backend is running or stopped. 50 help you discover if the backend is running or stopped.
51 51
52 .. _XDG directory: https://www.freedesktop.org/wiki/Software/xdg-user-dirs/ 52 .. _XDG directory: https://www.freedesktop.org/wiki/Software/xdg-user-dirs/
53 .. _SQLite: https://sqlite.org 53 .. _SQLite: https://sqlite.org
54 54
55 Frontends 55 Frontends