~tardypad

https://tardypad.me

Trackers

~tardypad/git-dot

Last active 10 days ago

~tardypad/wend

Last active a month ago

~tardypad/wee-most

Last active 1 year, 8 months ago

~tardypad/plott

Last active 3 years ago

~tardypad/jargon-gemini

Last active 3 years ago

#3 Output local HEAD 3 days ago

Comment by ~tardypad on ~tardypad/git-dot

Damien Tardy-Panis referenced this ticket in commit eecbe02.

REPORTED RESOLVED IMPLEMENTED

#5 Option to select range to highlight 10 days ago

Ticket created by ~tardypad on ~tardypad/git-dot

Useful to show what a range means

#4 Allow argument to select range 10 days ago

Ticket created by ~tardypad on ~tardypad/git-dot

Pass usual gitrevisions range as positional argument

Default to --all or HEAD?

#3 Output local HEAD 10 days ago

Ticket created by ~tardypad on ~tardypad/git-dot

#2 Output stash information 10 days ago

Ticket created by ~tardypad on ~tardypad/git-dot

See https://github.com/daolis/git-graph

Remove from "extras" in ALTERNATIVES.md once added

#1 Output remote information 10 days ago

Ticket created by ~tardypad on ~tardypad/git-dot

remote:

  • server name
  • branches
  • HEAD (not sure if useful?)

See https://github.com/hoduche/git-graph

Remove from "extras" in ALTERNATIVES.md once added

#2 Add option to choose initial output a month ago

missing wayland feature added by ~tardypad on ~tardypad/wend

#2 Add option to choose initial output a month ago

Comment by ~tardypad on ~tardypad/wend

It seems there is currently no function or protocol in Wayland to allow a XDG window to start on a specific output.

In Sway, we can define a config such as the following if we want to always display it on a specific output at start

for_window [app_id="wend"] move output HDMI-A-2

REPORTED RESOLVED WONT_FIX

#11 Do not output to console if not launched from terminal a month ago

Ticket created by ~tardypad on ~tardypad/wend

For presentations that do not need notes or clock, and are launched outside a terminal, we do not want to output anything (to the journal or other system log).

#10 First step as waiting step 2 months ago

Ticket created by ~tardypad on ~tardypad/wend

Sometimes for a presentation, we display the first step, with the title or such, while waiting for people to join. We then do not want to start the clock directly, it should start when the next action is taken (which is the actual start of the timed presentation) Add an option to make it behave this way. Or should it be the default behavior and the option changes it?