Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | src/wstatus: Add working utilityHEADmain | EuAndreh | 2025-07-13 | 2 | -0/+10 |
| | |||||
* | meta.capim: Add with :dependencies key | EuAndreh | 2025-05-23 | 1 | -0/+1 |
| | |||||
* | src/instool: Only install i18n assets based on what $LOCALES includes | EuAndreh | 2025-05-22 | 1 | -16/+19 |
| | |||||
* | src/instool: Ignore error messages when listing man_dirnames() | EuAndreh | 2025-05-22 | 1 | -1/+1 |
| | |||||
* | git mv src/uuid src/uuidx | EuAndreh | 2025-05-18 | 6 | -5/+5 |
| | |||||
* | src/instool: Early exit when no files are given | EuAndreh | 2025-05-16 | 1 | -0/+3 |
| | |||||
* | src/instool: Support "mo" type besides "man" | EuAndreh | 2025-05-12 | 1 | -34/+78 |
| | |||||
* | src/sortx: Add | EuAndreh | 2025-05-12 | 2 | -0/+5 |
| | |||||
* | git mv src/mandir src/instool | EuAndreh | 2025-05-12 | 2 | -1/+1 |
| | |||||
* | 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 | 2 | -0/+9 |
| | |||||
* | 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 | 2 | -0/+6 |
| | |||||
* | 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 | 2 | -0/+41 |
| | |||||
* | src/mandir: Add first draft | EuAndreh | 2025-03-07 | 2 | -0/+56 |
| | |||||
* | 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 | 2 | -0/+18 |
| | |||||
* | src/htmlesc: Migrate over from dotfiles | EuAndreh | 2024-10-23 | 2 | -0/+119 |
| | |||||
* | src/shesc: Migrate over from dotfiles | EuAndreh | 2024-10-23 | 2 | -0/+86 |
| | |||||
* | src/pre: Add "-n" to prevent ":" output | EuAndreh | 2024-10-12 | 1 | -1/+16 |
| | |||||
* | Add src/varlist | EuAndreh | 2024-08-31 | 2 | -0/+14 |
| | |||||
* | Makefile: Adjust ending \\ | EuAndreh | 2024-08-29 | 1 | -2/+4 |
| | |||||
* | 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 | 2 | -0/+95 |
| | |||||
* | Makefile: Use correct $(sources) in "install" target | EuAndreh | 2024-08-16 | 1 | -1/+1 |
| | |||||
* | src/ifnew: Add working utility | EuAndreh | 2024-05-10 | 2 | -0/+34 |
| | |||||
* | clock, minutes, round, statusf: Add working utilities | EuAndreh | 2024-05-09 | 5 | -0/+54 |
| | |||||
* | src/statusconv: Add working utility | EuAndreh | 2024-05-09 | 2 | -0/+51 |
| | |||||
* | src/pre: Add working utility | EuAndreh | 2024-05-08 | 2 | -0/+19 |
| | |||||
* | Add 3 working utilities: tempname, mkstemp and mkdtemp | EuAndreh | 2024-05-08 | 4 | -0/+20 |
| | |||||
* | src/color: Add working utility | EuAndreh | 2024-05-08 | 2 | -0/+168 |
| | |||||
* | src/assert-arg: Add working utility | EuAndreh | 2024-05-08 | 2 | -0/+31 |
| | |||||
* | src/uuid: Add working utility | EuAndreh | 2024-05-08 | 2 | -0/+6 |
| | |||||
* | Add basic Makefile | EuAndreh | 2024-05-08 | 3 | -0/+103 |
| | |||||
* | src/now: Add working utility | EuAndreh | 2024-05-08 | 1 | -0/+31 |
| | |||||
* | src/timestamp: Add working utility | EuAndreh | 2024-05-08 | 1 | -0/+30 |
| | |||||
* | Initial empty commit | EuAndreh | 2024-05-08 | 0 | -0/+0 |