aboutsummaryrefslogtreecommitdiff
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bin/gc: Reenable Guix GCEuAndreh7 days1-1/+0
|
* bin/muffle: Replace ad-hoc status file logic with statusf(1)EuAndreh9 days1-5/+4
|
* bin/muffle: Set $TMPDIR to $XDG_RUNTIME_DIREuAndreh10 days1-0/+1
|
* bin/status: Add ugly, but working versionEuAndreh14 days1-0/+9
|
* bin/pb: Update link to new repo pathEuAndreh2025-04-051-1/+1
|
* bin/{live,process,video,webcam}: Move to "clive" directoryEuAndreh2025-03-074-106/+0
|
* bin/process: Fix combined.webm by using "-f concat"EuAndreh2025-03-071-11/+19
|
* bin/{live,process}: Assume we're already inside live/EuAndreh2025-03-072-4/+4
|
* bin/: Have video(1) for standalone screencasts and live(1) based on itEuAndreh2025-03-072-13/+17
|
* rm bin/record-my-screenEuAndreh2025-03-071-74/+0
|
* bin/process: Overwrite existing hardlinksEuAndreh2025-03-061-1/+1
|
* bin/live: Include "live/" in $DIR prefixEuAndreh2025-03-061-1/+1
|
* Import git-blob from lawtechEuAndreh2025-03-051-0/+134
|
* bin/process: Fix generation of combined.webm so no re-encoding happensEuAndreh2025-03-051-1/+1
|
* bin/process: Do not assume ~/Public/live/, so that it also works on the serverEuAndreh2025-03-051-11/+15
|
* bin/live: Do not cd, work on current directoryEuAndreh2025-03-051-4/+0
|
* bin/upload: rmEuAndreh2025-03-051-15/+0
|
* bin/live: Ensure directories existEuAndreh2025-03-031-1/+4
|
* bin/process: Fix data/ pathsEuAndreh2025-03-031-3/+3
|
* bin/upload: Enable removal after uploadEuAndreh2025-03-031-3/+4
|
* bin/upload: Deal gracefully when there is nothing to doEuAndreh2025-03-031-0/+4
|
* bin/process: Use "info" loglevel for ffmpeg(1)EuAndreh2025-03-031-1/+1
|
* bin/: Fix fallback for $LIVEDIREuAndreh2025-03-033-3/+3
|
* bin/process: Add working versionEuAndreh2025-03-021-0/+58
| | | | | Despite being very, very, very slow. ffmpeg(1) says it runs at ~0.6x the video speed, so it takes even longer to process than to record.
* bin/live: Store data in subdirectoryEuAndreh2025-03-021-1/+1
|
* bin/upload: Add version that does not delete filesEuAndreh2025-03-021-0/+10
|
* bin/live: Add crude but working versionEuAndreh2025-03-021-0/+21
|
* bin/webcam: Add working utilityEuAndreh2025-03-021-0/+12
|
* bin/shot: Ensure directory of $TEMPLATE existsEuAndreh2025-02-271-0/+1
|
* bin/player: bail-out broken "player-f" subcommandEuAndreh2025-02-171-0/+1
|
* bin/vcs: Support file rename in git_ps1()EuAndreh2025-01-191-1/+1
|
* bin/gc: Don't do Guix and Nix GCEuAndreh2025-01-061-0/+2
|
* bin/clean: Handle mk(1) as well as make(1)EuAndreh2025-01-031-1/+5
|
* bin/re: Use extended regexes in sed(1)EuAndreh2024-12-211-2/+2
|
* bin/vcs: Tiny improvement for `fossil_status()`EuAndreh2024-11-141-0/+1
|
* bin/boop: Also show $PWD if no message is givenEuAndreh2024-11-141-1/+1
|
* Move bin/{htmlesc,shesc,uri} to eutEuAndreh2024-11-143-284/+0
|
* bin/forever: Add "-n" option, remove long optionsEuAndreh2024-11-141-45/+7
|
* bin/clean: Shrink to the minimumEuAndreh2024-11-141-66/+1
|
* bin/muffle: Speed upEuAndreh2024-10-121-10/+5
| | | | | | | | | | | | | | | First, use sort -m, as both inputs are already sorted. This both changes from it from O(n*log(n)) to O(n), and allows sort(1) to produce streaming output, instead of sponging all the input, and potentially spilling to disk during the process. Second, use awk(1) when looping. Not only awk(1) is made for this type of job, but also we only call it once and let it do the loop, over looping manually and calling '['(1), printf() and cut(1) on each iteration. Now we call cut(1) only once. It went from being annoying enough to make me pause considering using to being unnoticeable.
* bin/serve: Add -n optionEuAndreh2024-09-111-3/+10
|
* rm bin/untill: Moved to eutEuAndreh2024-08-291-94/+0
|
* mv bin/e bin/eeEuAndreh2024-07-031-0/+0
|
* Simplify code used by xmobarEuAndreh2024-06-161-0/+4
| | | | | Remove the endless loop, and stop polling the system while doing nothing.
* bin/uri: Unbuffer when processing an stream onlineEuAndreh2024-06-161-2/+4
|
* bin/with-{one-monitor,two-monitors}: Add output from arandr(1)EuAndreh2024-06-162-0/+4
|
* bin/vcs: Add fossil functionsEuAndreh2024-05-171-0/+12
|
* bin/{backup,borgy}: Move to dedicated "backupit" repositoryEuAndreh2024-05-112-76/+0
|
* bin/ifnew: Move to eutEuAndreh2024-05-101-110/+0
|
* bin/nicely: Muve to its own dedicated packageEuAndreh2024-05-091-67/+0
|