| Commit message (Expand) | Author | Age | Files | Lines |
| * | bin/webcam: Add working utility | EuAndreh | 2025-03-02 | 1 | -0/+12 |
| * | bin/shot: Ensure directory of $TEMPLATE exists | EuAndreh | 2025-02-27 | 1 | -0/+1 |
| * | bin/player: bail-out broken "player-f" subcommand | EuAndreh | 2025-02-17 | 1 | -0/+1 |
| * | bin/vcs: Support file rename in git_ps1() | EuAndreh | 2025-01-19 | 1 | -1/+1 |
| * | bin/gc: Don't do Guix and Nix GC | EuAndreh | 2025-01-06 | 1 | -0/+2 |
| * | bin/clean: Handle mk(1) as well as make(1) | EuAndreh | 2025-01-03 | 1 | -1/+5 |
| * | bin/re: Use extended regexes in sed(1) | EuAndreh | 2024-12-21 | 1 | -2/+2 |
| * | bin/vcs: Tiny improvement for `fossil_status()` | EuAndreh | 2024-11-14 | 1 | -0/+1 |
| * | bin/boop: Also show $PWD if no message is given | EuAndreh | 2024-11-14 | 1 | -1/+1 |
| * | Move bin/{htmlesc,shesc,uri} to eut | EuAndreh | 2024-11-14 | 3 | -284/+0 |
| * | bin/forever: Add "-n" option, remove long options | EuAndreh | 2024-11-14 | 1 | -45/+7 |
| * | bin/clean: Shrink to the minimum | EuAndreh | 2024-11-14 | 1 | -66/+1 |
| * | bin/muffle: Speed up•••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.
| EuAndreh | 2024-10-12 | 1 | -10/+5 |
| * | bin/serve: Add -n option | EuAndreh | 2024-09-11 | 1 | -3/+10 |
| * | rm bin/untill: Moved to eut | EuAndreh | 2024-08-29 | 1 | -94/+0 |
| * | mv bin/e bin/ee | EuAndreh | 2024-07-03 | 1 | -0/+0 |
| * | Simplify code used by xmobar•••Remove the endless loop, and stop polling the system while doing
nothing.
| EuAndreh | 2024-06-16 | 1 | -0/+4 |
| * | bin/uri: Unbuffer when processing an stream online | EuAndreh | 2024-06-16 | 1 | -2/+4 |
| * | bin/with-{one-monitor,two-monitors}: Add output from arandr(1) | EuAndreh | 2024-06-16 | 2 | -0/+4 |
| * | bin/vcs: Add fossil functions | EuAndreh | 2024-05-17 | 1 | -0/+12 |
| * | bin/{backup,borgy}: Move to dedicated "backupit" repository | EuAndreh | 2024-05-11 | 2 | -76/+0 |
| * | bin/ifnew: Move to eut | EuAndreh | 2024-05-10 | 1 | -110/+0 |
| * | bin/nicely: Muve to its own dedicated package | EuAndreh | 2024-05-09 | 1 | -67/+0 |
| * | bin/statusconv: Move to eut | EuAndreh | 2024-05-09 | 1 | -50/+0 |
| * | bin/backup: Update help string | EuAndreh | 2024-05-09 | 2 | -9/+3 |
| * | bin/...: Move utilities to the dedicated "eut" package | EuAndreh | 2024-05-09 | 7 | -642/+0 |
| * | bin/backup: Further simplify this backup script | EuAndreh | 2024-05-09 | 1 | -37/+7 |
| * | bin/backup: Rewrite using borgy | EuAndreh | 2024-05-03 | 1 | -28/+8 |
| * | bin/borgy: Wrapper on borg(1) with better defaults | EuAndreh | 2024-05-03 | 1 | -0/+10 |
| * | bin/statusconv: Utility to coerce programs to behave correctly | EuAndreh | 2024-05-03 | 1 | -0/+50 |
| * | bin/gc: tmpdir: Only delete files and directories for now | EuAndreh | 2024-05-02 | 1 | -1/+1 |
| * | bin/yt: Replace "youtube-dl" with "yt-dlp" here too | EuAndreh | 2024-05-01 | 1 | -2/+1 |
| * | Revert "Remove Nix/NixOS support from configuration and utilities"•••This reverts commit 3b2d27457db9ef8911893fa1b843560f1ccab2eb.
| EuAndreh | 2024-04-25 | 3 | -0/+36 |
| * | bin/update: Shrink list of updated repos | EuAndreh | 2024-04-22 | 1 | -5/+1 |
| * | bin/ldev: Move it to its dedicated project | EuAndreh | 2024-04-22 | 1 | -232/+0 |
| * | bin/gc: Allow "gc_tmpdir()" to fail | EuAndreh | 2024-04-22 | 1 | -1/+1 |
| * | Update references from ~/Downloads/Screenshots/ to ~/Pictures/Screenshots/ | EuAndreh | 2024-02-16 | 1 | -3/+3 |
| * | bin/{de,in}flate: Add simple working utilities | EuAndreh | 2024-02-14 | 2 | -0/+10 |
| * | bin/gc: Add gc_coredump() | EuAndreh | 2024-01-30 | 1 | -1/+6 |
| * | bin/numbered: Add micro utility alongside its manpage | EuAndreh | 2024-01-29 | 1 | -0/+4 |
| * | bin/backup: remove "--lock-wait" entirely•••And just rely on the default: 1 second.
| EuAndreh | 2024-01-24 | 1 | -1/+0 |
| * | bin/vcs: Add stub PS1 definitions for BitKeeper and CVS | EuAndreh | 2024-01-22 | 1 | -0/+8 |
| * | bin/backup: Decrease --lock-wait time | EuAndreh | 2024-01-22 | 1 | -1/+1 |
| * | bin/reconfigure: Call bins(1) between reconfigures | EuAndreh | 2024-01-15 | 1 | -0/+4 |
| * | bin/reconfigure: Always run bin(1) regardless of where this program ends | EuAndreh | 2024-01-14 | 1 | -2/+3 |
| * | bin/reconfigure: Assume we're always on Guix System | EuAndreh | 2024-01-14 | 1 | -5/+3 |
| * | bin/volume: Fix rotation beyond 2 sinks | EuAndreh | 2024-01-12 | 2 | -15/+18 |
| * | bin/backup: Use nicely(1) always | EuAndreh | 2024-01-12 | 1 | -1/+1 |
| * | Remove Nix/NixOS support from configuration and utilities | EuAndreh | 2024-01-12 | 3 | -37/+0 |
| * | bin/muffle: Add -n option | EuAndreh | 2024-01-04 | 1 | -3/+8 |