gitary

A simple diary using Git as its backend
git clone https://movq.de/git/gitary.git
Log (Feed) - Files - Refs (Feed) - README - LICENSE

README (836B)


      1          _ _
      2     __ _(_) |_ __ _ _ __ _   _
      3    / _` | | __/ _` | '__| | | |
      4   | (_| | | || (_| | |  | |_| |
      5    \__, |_|\__\__,_|_|   \__, |
      6    |___/                 |___/
      7   https://uninformativ.de/git/gitary
      8   https://uninformativ.de/bugs.html
      9 
     10 
     11 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
     12 
     13 
     14 A diary using a Git repo as a backend.
     15 
     16 
     17 Installation
     18 ------------
     19 
     20 gitary is a POSIX sh script and relies on a POSIX userland. It is being
     21 developed on GNU with occasional test runs on OpenBSD. Of course, you
     22 also need Git.
     23 
     24 
     25 Running
     26 -------
     27 
     28 If you're running gitary for the first time, you must initialize your
     29 data directory:
     30 
     31     $ cd "$XDG_DATA_HOME"
     32     $ mkdir gitary
     33     $ cd gitary
     34     $ git init
     35 
     36 You can then run the program from any directory:
     37 
     38     $ gitary --new
     39 
     40 Refer to the manpage for all options.