Weekly Shaarli

All links of one week in a single page.

Week 10 (March 7, 2022)

GitHub - mwouts/jupytext: Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts

Can convert (and revert) jupyter notebooks to markdown and script files (i.e. plaintext files instead of singular json code files).

Could be useful for data tracking or converting between a jupyter-centric and a vim-centric data workflow.

lowdown — simple markdown translator

Markdown translator producing HTML5 and roff documents in the ms and man formats. Can also produce latex (pdf) as far as I am aware.

GitHub - freemountain/tea

Commandline tool for gitea, can show issues, pull requests, and more.

GitHub - cheap-glitch/toki: ⏳ A Bash wrapper around the Timewarrior CLI that aims to improve its usability.

Some utility functions for timewarrior.

Honestly, I would rather like to see them in timewarrior itself than a standalone script, but they are very useful, providing some command aliases, adding a simple duration syntax, and most importantly allowing to 'restart' a task (you pressed start but did not really yet, just restart at the time you actually start working), or 'restore' (you pressed stop but then continued working on a task, restore is 'continue' which fills the gap in between).

GitHub - davidar/pandiff: Prose diffs for any document format supported by Pandoc

Prose diffs for any document format supported by Pandoc. Can be used to compare two different pandoc documents or, much more useful to me, to convert 'track changes' changes in an office (word, libreoffice, ..) document into criticmarkup diffs.

lua-filters/multiple-bibliographies at master · pandoc/lua-filters · GitHub

A perfect filter for pandoc when creating annotated bibliographies, chapters, individual sections, different primary and secondary sources and the like --- Anything you have to have separate bibliographies for, really.