src

Go monorepo.
git clone git://code.dwrz.net/src
Log | Files | Refs

README.org (1265B)


      1 This repository contains various programs I either use personally, or have used to explore different topics.
      2 
      3 To run these programs, use the ~make~ script in the repository root:
      4 #+begin_src shell
      5 ./make run ${cmd}
      6 #+end_src
      7 
      8 For example:
      9 #+begin_src shell
     10 ./make run life
     11 #+end_src
     12 
     13 * dqs
     14 #+html: <p align="center"><img src="https://dwrz.net/static/media/dqs.jpg" /></p>
     15 
     16 Unofficial CLI implementation of Matt Fitzgerald's [[http://www.racingweight.com/index.html][Diet Quality Score]] system; optimized for fast keyboard input and visual feedback in a terminal.
     17 
     18 * life
     19 #+html: <p align="center"><img src="https://dwrz.net/static/media/life.jpg" /></p>
     20 
     21 Conway's Game of Life.
     22 
     23 * minotaur
     24 #+html: <p align="center"><img src="https://dwrz.net/static/media/minotaur.jpg" /></p>
     25 
     26 Terminal game. Escape from the maze, or survive as long as possible.
     27 
     28 * r53
     29 DynamicDNS client for AWS Route 53.
     30 
     31 * sgm
     32 Send email via Gmail from the command line.
     33 
     34 * statusbar
     35 System status bar used with i3wm.
     36 
     37 * web
     38 Personal website.
     39 
     40 * wen
     41 #+html: <p align="center"><img src="https://dwrz.net/static/media/wen.jpg" /></p>
     42 
     43 Text editor.
     44 
     45 * wisdom
     46 #+html: <p align="center"><img src="https://dwrz.net/static/media/wisdom.jpg" /></p>
     47 
     48 A fortune replacement to store and retrieve quotes.