Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-27 | Add 'waitstdin' utilityHEADmaster | John Ankarström | |
2021-07-26 | Remove 'g' utility | John Ankarström | |
It is better replaced with simple variable declarations: a='* */*' c='*.[ch] */*.[ch]' p='*.p[lm] */*.p[lm]' | |||
2021-07-22 | wpdf: Update name of watch to when | John Ankarström | |
2021-07-21 | ep: Ensure temporary file is removed | John Ankarström | |
2021-07-21 | xtopen: Use uxterm | John Ankarström | |
2021-07-19 | wpdf: Fix build/make handling | John Ankarström | |
2021-07-19 | wpdf: Fix build(1) support | John Ankarström | |
2021-07-17 | git-s: Use git status --porcelain | John Ankarström | |
2021-07-12 | git-outofdate: Update description | John Ankarström | |
2021-07-12 | git-outofdate: Handle repositories without remote | John Ankarström | |
2021-07-12 | Makefile: Add 'uninstall' target | John Ankarström | |
2021-07-12 | Add 'git-outofdate' utility | John Ankarström | |
2021-07-12 | flip.c: Print error if execvp fails | John Ankarström | |
2021-07-12 | re!: Warn if no shebang instead of dying | John Ankarström | |
2021-07-12 | flip: Rewrite in C | John Ankarström | |
2021-07-12 | ce: Rewrite in C | John Ankarström | |
The `build' program is available at http://git.ankarstrom.se/build/ | |||
2021-07-12 | Update README | John Ankarström | |
2021-07-12 | git-orig: Reset checked-out file | John Ankarström | |
2021-07-12 | doc/*: Make page name uppercase | John Ankarström | |
2021-07-12 | Remove each | John Ankarström | |
I wasn't entirely happy with it. | |||
2021-07-12 | Re-organize files | John Ankarström | |
2021-07-12 | xtopen: Speed up xterm start | John Ankarström | |
2021-07-12 | Remove ut8, iso8859-1 | John Ankarström | |
I now use UTF-8 by default. | |||
2021-07-12 | isort: Support pointers | John Ankarström | |
2021-07-12 | isort: Comment and improve code | John Ankarström | |
2021-07-12 | ep.1: Update | John Ankarström | |
2021-07-12 | Make ep executable | John Ankarström | |
2021-07-09 | wpdf: Support build(1) syntax in source file | John Ankarström | |
2021-07-08 | lorem: Remove superfluous spaces | John Ankarström | |
2021-07-08 | Makefile: Remove complicated ls parsing | John Ankarstrom | |
2021-07-08 | with-shell: Change formatting | John Ankarstrom | |
2021-07-08 | Add 'git-orig' utility | John Ankarstrom | |
2021-07-03 | Add 'git-st' utility | John Ankarstrom | |
2021-07-03 | Add 'git-bdiff' utility | John Ankarstrom | |
2021-07-02 | with-git: Add -s option | John Ankarstrom | |
2021-07-02 | Add 'with-git' utility | John Ankarstrom | |
2021-07-02 | Change formatting | John Ankarstrom | |
2021-07-02 | git-s: Change output format | John Ankarstrom | |
2021-07-02 | Add 'git-s' utility | John Ankarstrom | |
2021-06-30 | utf8, iso8859-1: Set xterm encoding | John Ankarstrom | |
2021-06-29 | xtopen: Replace all options with general -o and -p options | John Ankarstrom | |
2021-06-29 | Add 'iso8859-1' and 'utf8' utilities | John Ankarström | |
I use these to open vi in iso8859-1. | |||
2021-06-29 | Add 're!' utility | John Ankarström | |
2021-06-29 | Makefile: Fix link handling | John Ankarström | |
Yes, it is a bit complex. But it works. | |||
2021-06-29 | Add pl* utilities (perldoc) | John Ankarström | |
2021-06-29 | Makefile: Support links | John Ankarström | |
2021-06-28 | wpdf: Return 0 on exit | John Ankarström | |
2021-06-28 | wpdf: Exit when all children have exited | John Ankarström | |
2021-06-28 | xtopen: Don't print output of which | John Ankarström | |
2021-06-21 | wpdf: Support multiple implicit dependencies | John Ankarström | |
Turns out that make's -dv option is rather inflexible. |