#+STARTUP: show2levels #+PROPERTY: header-args:sh :results output table replace :noweb yes :wrap quote #+TODO: TODO(t) INPROGRESS(i) XPS(x) AIR(a) PRO(p) | SYNCED(s) * changelog ** todo states with the cursor on a header set a todo #+begin_example C-c C-t #+end_example + x = xps changes only on dell xps + a = air changes pulled on macbook air + p = pro changes pulled on macbook pro + s = synced space clears the todo state ** noweb code block pass in the var path and use eval echo path to expand it #+NAME: noweb-block #+begin_src sh expanded_path=$(eval echo "${path}") # Force shell expansion git -C "${expanded_path}" log --pretty=format:'%h, %s, %cd, "%D"' -10 --date=format:'%H:%M:%S/%d-%m-%Y' #+end_src ** XPS cerberus github url [[https://github.com/NapoleonWils0n/cerberus]] local git repo #+begin_src sh ~/git/cerberus #+end_src git status #+NAME: cerberus #+HEADER: :var path="~/git/cerberus" #+begin_src sh <> #+end_src #+RESULTS: cerberus #+begin_quote | c2e68be0 | mpv removed arg check | 18:18:12/30-07-2026 | HEAD -> master, github/master, github/HEAD | | ec883a27 | mpv | 01:45:23/30-07-2026 | | | 581c5598 | invidious | 14:49:17/29-07-2026 | | | bf437c83 | mpv | 18:43:15/28-07-2026 | | | d6463280 | mpv nv-sglrun | 18:24:30/28-07-2026 | | | 0f0c0b55 | mpv | 18:21:54/28-07-2026 | | | 6de71ab4 | mpv | 18:18:42/28-07-2026 | | | 3ccea896 | mpv | 18:17:37/28-07-2026 | | | b7c3a5b8 | mpv nv-sglrun | 18:15:01/28-07-2026 | | | 58839bcb | mpv nv-sglrun | 18:11:41/28-07-2026 | | #+end_quote ** freebsd *** XPS freebsd-bin-xps github url [[https://github.com/NapoleonWils0n/freebsd-bin-xps]] local path #+begin_src sh ~/bin #+end_src status #+NAME: freebsd-bin-xps #+HEADER: :var path="~/bin" #+begin_src sh <> #+end_src #+RESULTS: freebsd-bin-xps #+begin_quote | 51c1bc8 | mpv script removed arg check | 18:17:39/30-07-2026 | HEAD -> master, github/master | | f4c34dc | mpv exec | 01:47:37/30-07-2026 | | | f239a0d | mpv | 01:26:23/30-07-2026 | | | 3eaa266 | mpv | 18:10:52/28-07-2026 | | | 74a355e | mpv wrapper with nv-sglrun | 17:52:50/28-07-2026 | | | a2e5af7 | mux scripts | 15:14:59/21-07-2026 | | | a167ac5 | fdkaac | 20:28:00/19-07-2026 | | | 563308a | mux scripts | 17:57:30/13-07-2026 | | | b1fa017 | mux-remote | 15:20:22/13-07-2026 | | | f5de274 | mux-play | 22:10:55/12-07-2026 | | #+end_quote *** XPS freebsd-dotfiles-xps github url [[https://github.com/NapoleonWils0n/freebsd-dotfiles-xps]] local path #+begin_src sh ~/git/freebsd/freebsd-dotfiles-xps #+end_src status #+NAME: freebsd-dotfiles-xps #+HEADER: :var path="~/git/freebsd/freebsd-dotfiles-xps" #+begin_src sh <> #+end_src #+RESULTS: freebsd-dotfiles-xps #+begin_quote | 2cf6db5 | searxng | 18:51:45/01-08-2026 | HEAD -> master, github/master, github/HEAD | | f2267f7 | mpv | 21:11:35/30-07-2026 | | | 1cdffb8 | searxng | 19:35:38/30-07-2026 | | | de2cc19 | mpv | 01:47:01/30-07-2026 | | | f69c4f6 | mpv vaapi | 01:26:07/30-07-2026 | | | e746d4c | emacs mpv | 15:43:13/29-07-2026 | | | 1df83e6 | mpv nv-sglrun | 17:54:22/28-07-2026 | | | 805190d | firefox disable emoji picker | 22:51:57/27-07-2026 | | | 56a999f | dict | 14:07:27/27-07-2026 | | | 2423800.0 | cadence | 15:31:18/20-07-2026 | | #+end_quote *** freebsd-root-xps github url [[https://github.com/NapoleonWils0n/freebsd-root-xps]] local path #+begin_src sh ~/git/freebsd/freebsd-root-xps #+end_src status #+NAME: freebsd-root-xps #+HEADER: :var path="~/git/freebsd/freebsd-root-xps" #+begin_src sh <> #+end_src #+RESULTS: freebsd-root-xps #+begin_quote | 7086742 | dictd | 22:32:54/27-07-2026 | HEAD -> master, github/master | | 36febf7 | dict | 22:32:39/27-07-2026 | | | 26f80bc | dictd | 14:04:53/27-07-2026 | | | c96b0e4 | preempt_thresh=224 | 21:07:32/13-07-2026 | | | 9d3e261 | audio settings | 19:32:15/28-06-2026 | | | 475cdcb | poudriere | 13:44:02/28-06-2026 | | | 875ccf4 | dont switch audio devices automatically | 18:13:12/22-06-2026 | | | d093ff7 | mic devd | 17:57:24/22-06-2026 | | | b678152 | freebsd 15.1 | 14:05:03/18-06-2026 | | | 3fb0cbd | laggpf fix for bhyve | 15:30:35/12-06-2026 | | #+end_quote ** debian *** debian-bin github url [[https://github.com/NapoleonWils0n/debian-bin]] local path #+begin_src sh ~/git/various-systems/debian/debian-bin #+end_src status #+NAME: debian-bin #+HEADER: :var path="~/git/various-systems/debian/debian-bin" #+begin_src sh <> #+end_src #+RESULTS: debian-bin #+begin_quote | d1dbc9b | mux scripts | 15:16:17/21-07-2026 | HEAD -> master, github/master, github/HEAD | | ebea5fc | syncthing | 15:18:03/14-07-2026 | | | 6da27e7 | mux scripts | 17:58:20/13-07-2026 | | | d29d947 | mux remote | 15:22:09/13-07-2026 | | | e05678d | mux-play | 22:11:55/12-07-2026 | | | dea9ec8 | srt scripts | 20:35:09/12-07-2026 | | | a2d7654 | srt | 17:40:40/12-07-2026 | | | 480ae88 | srt | 14:24:08/12-07-2026 | | | 5c813c3 | srt | 14:01:28/12-07-2026 | | | 2bb405d | obs srt streaming | 00:55:21/12-07-2026 | | #+end_quote *** debian-dotfiles github url [[https://github.com/NapoleonWils0n/debian-dotfiles]] local path #+begin_src sh ~/git/various-systems/debian/debian-dotfiles #+end_src status #+NAME: debian-dotfiles #+HEADER: :var path="~/git/various-systems/debian/debian-dotfiles" #+begin_src sh <> #+end_src #+RESULTS: debian-dotfiles #+begin_quote | 27e334f | invidious | 15:10:21/15-06-2026 | HEAD -> master, github/master, github/HEAD | | dc6cc07 | mpv invidious | 18:36:39/14-06-2026 | | | 3461c1d | emacs mpv | 18:18:54/14-06-2026 | | | 8398483 | emacs | 14:25:51/12-06-2026 | | | 7cc1a73 | xdg-open | 22:38:22/08-05-2026 | | | 8602158 | debian doomode line now playing slot fix | 22:03:34/08-05-2026 | | | a8bfc61 | debian | 18:40:07/06-05-2026 | | | f25ba12 | debian dotfiles | 18:17:27/06-05-2026 | | | 17768cb | ollama | 11:36:52/06-05-2026 | | | 06372fe | ollama | 17:08:14/04-05-2026 | | #+end_quote *** debian-root github url [[https://github.com/NapoleonWils0n/debian-root]] local path #+begin_src sh ~/git/various-systems/debian/debian-root #+end_src status #+NAME: debian-root #+HEADER: :var path="~/git/various-systems/debian/debian-root" #+begin_src sh <> #+end_src #+RESULTS: debian-root #+begin_quote | 076e4aa | debian root sources | 17:41:03/13-08-2025 | HEAD -> master, github/master | | 17fbb66 | removed old scripts | 14:14:11/27-07-2025 | | | 10ec258 | non-free | 16:02:50/16-05-2025 | | | ce131c6 | nognome removed | 14:38:51/16-05-2025 | | | 3a992bd | bin | 14:20:00/16-05-2025 | | | cbc2e05 | bin | 14:15:21/16-05-2025 | | | 7514afb | debian root | 21:19:24/15-05-2025 | | | f83c775 | debian dns and dhcp | 20:58:13/14-03-2017 | mac/master | | 8d99268 | debian root dotfiles | 13:49:16/21-02-2017 | | #+end_quote