aboutsummaryrefslogtreecommitdiff
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 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. EuAndreh2024-10-121-10/+5
* 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 xmobar•••Remove the endless loop, and stop polling the system while doing nothing. EuAndreh2024-06-161-0/+4
* 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
* bin/statusconv: Move to eutEuAndreh2024-05-091-50/+0
* bin/backup: Update help stringEuAndreh2024-05-092-9/+3
* bin/...: Move utilities to the dedicated "eut" packageEuAndreh2024-05-097-642/+0
* bin/backup: Further simplify this backup scriptEuAndreh2024-05-091-37/+7
* bin/backup: Rewrite using borgyEuAndreh2024-05-031-28/+8
* bin/borgy: Wrapper on borg(1) with better defaultsEuAndreh2024-05-031-0/+10
* bin/statusconv: Utility to coerce programs to behave correctlyEuAndreh2024-05-031-0/+50
* bin/gc: tmpdir: Only delete files and directories for nowEuAndreh2024-05-021-1/+1
* bin/yt: Replace "youtube-dl" with "yt-dlp" here tooEuAndreh2024-05-011-2/+1
* Revert "Remove Nix/NixOS support from configuration and utilities"•••This reverts commit 3b2d27457db9ef8911893fa1b843560f1ccab2eb. EuAndreh2024-04-253-0/+36
* bin/update: Shrink list of updated reposEuAndreh2024-04-221-5/+1
* bin/ldev: Move it to its dedicated projectEuAndreh2024-04-221-232/+0
* bin/gc: Allow "gc_tmpdir()" to failEuAndreh2024-04-221-1/+1
* Update references from ~/Downloads/Screenshots/ to ~/Pictures/Screenshots/EuAndreh2024-02-161-3/+3
* bin/{de,in}flate: Add simple working utilitiesEuAndreh2024-02-142-0/+10
* bin/gc: Add gc_coredump()EuAndreh2024-01-301-1/+6
* bin/numbered: Add micro utility alongside its manpageEuAndreh2024-01-291-0/+4
* bin/backup: remove "--lock-wait" entirely•••And just rely on the default: 1 second. EuAndreh2024-01-241-1/+0
* bin/vcs: Add stub PS1 definitions for BitKeeper and CVSEuAndreh2024-01-221-0/+8
* bin/backup: Decrease --lock-wait timeEuAndreh2024-01-221-1/+1
* bin/reconfigure: Call bins(1) between reconfiguresEuAndreh2024-01-151-0/+4
* bin/reconfigure: Always run bin(1) regardless of where this program endsEuAndreh2024-01-141-2/+3
* bin/reconfigure: Assume we're always on Guix SystemEuAndreh2024-01-141-5/+3
* bin/volume: Fix rotation beyond 2 sinksEuAndreh2024-01-122-15/+18
* bin/backup: Use nicely(1) alwaysEuAndreh2024-01-121-1/+1
* Remove Nix/NixOS support from configuration and utilitiesEuAndreh2024-01-123-37/+0
* bin/muffle: Add -n optionEuAndreh2024-01-041-3/+8