| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-05-16 | src/instool: Early exit when no files are given | EuAndreh | 1 | -0/+3 | |
| 2025-05-12 | src/instool: Support "mo" type besides "man" | EuAndreh | 1 | -34/+78 | |
| 2025-05-12 | src/sortx: Add | EuAndreh | 2 | -0/+5 | |
| 2025-05-12 | git mv src/mandir src/instool | EuAndreh | 2 | -1/+1 | |
| 2025-05-09 | src/mandir: Accept more things as "section" of manpage | EuAndreh | 1 | -3/+3 | |
| 2025-05-09 | src/urlid: Add working version, based on uuid(1) and xxxd(1) | EuAndreh | 2 | -0/+9 | |
| 2025-05-05 | src/pre: Use sed(1) and handle buffering with stdbuf(1) | EuAndreh | 1 | -4/+1 | |
| The while loop and its variables where trimming the string undesirably: $ printf '\ta\n b\n' | pre -n out out a out b Previously, pre(1) would buffer its output if it wasn't a terminal, and I didn't want to add the proprietary -u flag to the sed(1) call. Now we use stdbuf(1) instead, and get the same behaviour, besides being much much faster. | |||||
| 2025-05-02 | Add src/tac | EuAndreh | 2 | -0/+6 | |
| 2025-03-27 | src/uri: Fix off-by-one end of string | EuAndreh | 1 | -1/+1 | |
| 2025-03-27 | src/ifok: Add working utility | EuAndreh | 2 | -0/+41 | |
| 2025-03-07 | src/mandir: Add first draft | EuAndreh | 2 | -0/+56 | |
| 2024-11-08 | src/statusf: Fix use of $STATUS | EuAndreh | 1 | -1/+3 | |
| 2024-11-08 | src/untill: Add -q option, remove -h | EuAndreh | 1 | -3/+9 | |
| 2024-10-23 | Add AWK version of uri(1) Perl utility | EuAndreh | 2 | -0/+18 | |
| 2024-10-23 | src/htmlesc: Migrate over from dotfiles | EuAndreh | 2 | -0/+119 | |
| 2024-10-23 | src/shesc: Migrate over from dotfiles | EuAndreh | 2 | -0/+86 | |
| 2024-10-12 | src/pre: Add "-n" to prevent ":" output | EuAndreh | 1 | -1/+16 | |
| 2024-08-31 | Add src/varlist | EuAndreh | 2 | -0/+14 | |
| 2024-08-29 | Makefile: Adjust ending \\ | EuAndreh | 1 | -2/+4 | |
| 2024-08-26 | src/untill: Remove -h and --help | EuAndreh | 1 | -52/+0 | |
| 2024-08-26 | src/untill: Copy in untill(1) as is | EuAndreh | 2 | -0/+95 | |
| 2024-08-16 | Makefile: Use correct $(sources) in "install" target | EuAndreh | 1 | -1/+1 | |
| 2024-05-10 | src/ifnew: Add working utility | EuAndreh | 2 | -0/+34 | |
| 2024-05-09 | clock, minutes, round, statusf: Add working utilities | EuAndreh | 5 | -0/+54 | |
| 2024-05-09 | src/statusconv: Add working utility | EuAndreh | 2 | -0/+51 | |
| 2024-05-08 | src/pre: Add working utility | EuAndreh | 2 | -0/+19 | |
| 2024-05-08 | Add 3 working utilities: tempname, mkstemp and mkdtemp | EuAndreh | 4 | -0/+20 | |
| 2024-05-08 | src/color: Add working utility | EuAndreh | 2 | -0/+168 | |
| 2024-05-08 | src/assert-arg: Add working utility | EuAndreh | 2 | -0/+31 | |
| 2024-05-08 | src/uuid: Add working utility | EuAndreh | 2 | -0/+6 | |
| 2024-05-08 | Add basic Makefile | EuAndreh | 3 | -0/+103 | |
