summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* src/mandir: Accept more things as "section" of manpageEuAndreh2025-05-091-3/+3
|
* src/urlid: Add working version, based on uuid(1) and xxxd(1)EuAndreh2025-05-091-0/+8
|
* src/pre: Use sed(1) and handle buffering with stdbuf(1)EuAndreh2025-05-051-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/tacEuAndreh2025-05-021-0/+5
|
* src/uri: Fix off-by-one end of stringEuAndreh2025-03-271-1/+1
|
* src/ifok: Add working utilityEuAndreh2025-03-271-0/+40
|
* src/mandir: Add first draftEuAndreh2025-03-071-0/+55
|
* src/statusf: Fix use of $STATUSEuAndreh2024-11-081-1/+3
|
* src/untill: Add -q option, remove -hEuAndreh2024-11-081-3/+9
|
* Add AWK version of uri(1) Perl utilityEuAndreh2024-10-231-0/+17
|
* src/htmlesc: Migrate over from dotfilesEuAndreh2024-10-231-0/+118
|
* src/shesc: Migrate over from dotfilesEuAndreh2024-10-231-0/+85
|
* src/pre: Add "-n" to prevent ":" outputEuAndreh2024-10-121-1/+16
|
* Add src/varlistEuAndreh2024-08-311-0/+13
|
* src/untill: Remove -h and --helpEuAndreh2024-08-261-52/+0
|
* src/untill: Copy in untill(1) as isEuAndreh2024-08-261-0/+94
|
* src/ifnew: Add working utilityEuAndreh2024-05-101-0/+33
|
* clock, minutes, round, statusf: Add working utilitiesEuAndreh2024-05-094-0/+50
|
* src/statusconv: Add working utilityEuAndreh2024-05-091-0/+50
|
* src/pre: Add working utilityEuAndreh2024-05-081-0/+18
|
* Add 3 working utilities: tempname, mkstemp and mkdtempEuAndreh2024-05-083-0/+17
|
* src/color: Add working utilityEuAndreh2024-05-081-0/+167
|
* src/assert-arg: Add working utilityEuAndreh2024-05-081-0/+30
|
* src/uuid: Add working utilityEuAndreh2024-05-081-0/+5
|
* src/now: Add working utilityEuAndreh2024-05-081-0/+31
|
* src/timestamp: Add working utilityEuAndreh2024-05-081-0/+30