| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | src/mandir: Accept more things as "section" of manpage | EuAndreh | 2025-05-09 | 1 | -3/+3 |
| | | |||||
| * | src/urlid: Add working version, based on uuid(1) and xxxd(1) | EuAndreh | 2025-05-09 | 1 | -0/+8 |
| | | |||||
| * | src/pre: Use sed(1) and handle buffering with stdbuf(1) | EuAndreh | 2025-05-05 | 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. | ||||
| * | Add src/tac | EuAndreh | 2025-05-02 | 1 | -0/+5 |
| | | |||||
| * | src/uri: Fix off-by-one end of string | EuAndreh | 2025-03-27 | 1 | -1/+1 |
| | | |||||
| * | src/ifok: Add working utility | EuAndreh | 2025-03-27 | 1 | -0/+40 |
| | | |||||
| * | src/mandir: Add first draft | EuAndreh | 2025-03-07 | 1 | -0/+55 |
| | | |||||
| * | src/statusf: Fix use of $STATUS | EuAndreh | 2024-11-08 | 1 | -1/+3 |
| | | |||||
| * | src/untill: Add -q option, remove -h | EuAndreh | 2024-11-08 | 1 | -3/+9 |
| | | |||||
| * | Add AWK version of uri(1) Perl utility | EuAndreh | 2024-10-23 | 1 | -0/+17 |
| | | |||||
| * | src/htmlesc: Migrate over from dotfiles | EuAndreh | 2024-10-23 | 1 | -0/+118 |
| | | |||||
| * | src/shesc: Migrate over from dotfiles | EuAndreh | 2024-10-23 | 1 | -0/+85 |
| | | |||||
| * | src/pre: Add "-n" to prevent ":" output | EuAndreh | 2024-10-12 | 1 | -1/+16 |
| | | |||||
| * | Add src/varlist | EuAndreh | 2024-08-31 | 1 | -0/+13 |
| | | |||||
| * | src/untill: Remove -h and --help | EuAndreh | 2024-08-26 | 1 | -52/+0 |
| | | |||||
| * | src/untill: Copy in untill(1) as is | EuAndreh | 2024-08-26 | 1 | -0/+94 |
| | | |||||
| * | src/ifnew: Add working utility | EuAndreh | 2024-05-10 | 1 | -0/+33 |
| | | |||||
| * | clock, minutes, round, statusf: Add working utilities | EuAndreh | 2024-05-09 | 4 | -0/+50 |
| | | |||||
| * | src/statusconv: Add working utility | EuAndreh | 2024-05-09 | 1 | -0/+50 |
| | | |||||
| * | src/pre: Add working utility | EuAndreh | 2024-05-08 | 1 | -0/+18 |
| | | |||||
| * | Add 3 working utilities: tempname, mkstemp and mkdtemp | EuAndreh | 2024-05-08 | 3 | -0/+17 |
| | | |||||
| * | src/color: Add working utility | EuAndreh | 2024-05-08 | 1 | -0/+167 |
| | | |||||
| * | src/assert-arg: Add working utility | EuAndreh | 2024-05-08 | 1 | -0/+30 |
| | | |||||
| * | src/uuid: Add working utility | EuAndreh | 2024-05-08 | 1 | -0/+5 |
| | | |||||
| * | src/now: Add working utility | EuAndreh | 2024-05-08 | 1 | -0/+31 |
| | | |||||
| * | src/timestamp: Add working utility | EuAndreh | 2024-05-08 | 1 | -0/+30 |
