| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 | EuAndreh | 2024-10-12 | 1 | -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 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 | EuAndreh | 2024-06-16 | 1 | -0/+4 |
| | | | | | | Remove the endless loop, and stop polling the system while doing nothing. | ||||
| * | 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" | EuAndreh | 2024-04-25 | 3 | -0/+36 |
| | | | | | This reverts commit 3b2d27457db9ef8911893fa1b843560f1ccab2eb. | ||||
| * | 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 | EuAndreh | 2024-01-24 | 1 | -1/+0 |
| | | | | | And just rely on the default: 1 second. | ||||
| * | 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 |
| | | |||||
| * | re "s|echo \"\\\$|printf '%s\\\n' \"\$|g" | EuAndreh | 2024-01-04 | 15 | -37/+37 |
| | | | | | | | Replace all cases where `echo` was given a variable as its first argument, even on cases where we always know what the variable's content look like. | ||||
| * | bin/ldev: Add working utility | EuAndreh | 2024-01-04 | 1 | -0/+232 |
| | | |||||
| * | bin/clean: Fix "if" order | EuAndreh | 2023-12-08 | 1 | -2/+2 |
| | | |||||
| * | etc/sh/rc: Replace "clean" alias with clean(1) utility | EuAndreh | 2023-12-08 | 2 | -0/+74 |
| | | |||||
| * | bin/nicely: Add new working utility | EuAndreh | 2023-10-25 | 1 | -0/+67 |
| | | |||||
| * | bin/{uuid,gen-password}: Use /dev/urandom over /dev/random | EuAndreh | 2023-09-19 | 2 | -3/+3 |
| | | | | | | | | | As Thomas Pornin eloquently put it[0]: > use /dev/urandom and be happy; use /dev/random and be sorry [0]: https://security.stackexchange.com/questions/3936/is-a-rand-from-dev-urandom-secure-for-a-login-key | ||||
| * | bin/loc: Add working utility | EuAndreh | 2023-09-16 | 1 | -0/+63 |
| | | |||||
| * | bin/getip: Add matching parenthesis to case clauses | EuAndreh | 2023-09-16 | 1 | -7/+7 |
| | | |||||
| * | bin/muffle: Re-interleave STDOUT and STDERR on error | EuAndreh | 2023-09-14 | 1 | -5/+19 |
| | | |||||
| * | bin/getip: Add somewhat working utility | EuAndreh | 2023-09-10 | 1 | -0/+72 |
| | | |||||
