Monthly Shaarli

All links of one month in a single page.

March, 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.

GitHub - lauft/timew-report: An interface for Timewarrior report data

Python library to parse timewarrior data. Has a simple example of creating a csv report, can be used for all sorts of fancy filtering and report creation ideas.

GitHub - tom-doerr/timew_distribution: This plugin plots the time you spent on a tag as a histogram.

Allows you to add a timewarrior subcommand which displays a nice histogram of past days and a the amount of time you have been working (in general or on something if you filter it).

Works like a normal timewarrior command. Needs some extra dependencies unfortunately.

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.