| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | bin/x: Generate WIP version of the POD manpage | EuAndreh | 2022-10-21 | 1 | -46/+7 |
| | | | | | Remove FIXME marker. | ||||
| * | bin/update: Combine `repos` and `vcs` to fetch updates from repositories | EuAndreh | 2022-10-21 | 1 | -2/+7 |
| | | | | | Remove FIXME marker. | ||||
| * | bin/vcs: Add initial version of VCS compatibility utility | EuAndreh | 2022-10-21 | 1 | -0/+96 |
| | | |||||
| * | bin/repos: Add new working utility | EuAndreh | 2022-10-21 | 1 | -0/+187 |
| | | | | | | | This will be the base replacement for mr(1) (A.K.A. myrepos). Instead of having to feed what repositories to track or not manually to the ~/.mrconfig file, dynamically discover them with this new utility. | ||||
| * | Fix all ShellCheck warnings | EuAndreh | 2022-10-20 | 12 | -18/+50 |
| | | | | | IOW, `make check-shellcheck` passes. | ||||
| * | bin/cl: Handle -l option | EuAndreh | 2022-10-19 | 1 | -0/+6 |
| | | |||||
| * | Makefile: Include working Lisp image for SBCL | EuAndreh | 2022-10-19 | 1 | -7/+9 |
| | | |||||
| * | bin/cl: Add first working version, integrated with Makefile and etc/sh/rc | EuAndreh | 2022-10-19 | 1 | -0/+296 |
| | | |||||
| * | bin/z: Mark as executable | EuAndreh | 2022-10-19 | 1 | -0/+0 |
| | | |||||
| * | bin/check: Move tests to Makefile | EuAndreh | 2022-10-19 | 1 | -37/+10 |
| | | |||||
| * | bin/z: Add working utility | EuAndreh | 2022-10-19 | 1 | -0/+153 |
| | | | | | Pilfer initial version of manpage from zrun. | ||||
| * | bin/without-env: Fix -h flag in USAGE string | EuAndreh | 2022-10-19 | 1 | -1/+1 |
| | | |||||
| * | bin/without-env: Don't bother with looking at the 3rd argument | EuAndreh | 2022-10-19 | 1 | -1/+0 |
| | | |||||
| * | bin/x: Add WIP manpage in POD | EuAndreh | 2022-10-18 | 1 | -25/+49 |
| | | |||||
| * | bin/check: Add podchecker to the TODO list | EuAndreh | 2022-10-18 | 1 | -0/+1 |
| | | |||||
| * | bin/without-env: Better handling of "--" separator | EuAndreh | 2022-10-16 | 1 | -1/+3 |
| | | |||||
| * | bin/*.pl: Do not "use strict" explicitly | EuAndreh | 2022-10-16 | 4 | -4/+0 |
| | | | | | | | Ever since Pelr 5.12 (as in perl5120delta(1)), "use strict" is already done by default. Since all these files do use a number greater than 5.12 (5,34 as of this commit), this "use strict" is redundant. | ||||
| * | bin/*.pl: Explicitly name the excluded warnings | EuAndreh | 2022-10-16 | 4 | -4/+4 |
| | | | | | | The previous version had a catch-all for all warnings, even the ones I don't know that I have, or future warnings that could appear. | ||||
| * | Temporarily use greenclip over clipmenu | EuAndreh | 2022-10-16 | 1 | -1/+3 |
| | | |||||
| * | bin/uri: Split help option parsing from main program logic | EuAndreh | 2022-10-14 | 1 | -1/+4 |
| | | |||||
| * | bin/x: Rewrite in Perl, overcome quoting issues | EuAndreh | 2022-10-14 | 1 | -62/+108 |
| | | |||||
| * | bin/vm: Fix name of PID file when creating it | EuAndreh | 2022-10-10 | 1 | -1/+1 |
| | | |||||
| * | bin/status-bar: Include count of up VMs | EuAndreh | 2022-10-10 | 1 | -1/+7 |
| | | |||||
| * | bin/ootb: Add working, very useful utility | EuAndreh | 2022-10-10 | 1 | -0/+103 |
| | | |||||
| * | bin/menu: Fix help strings | EuAndreh | 2022-10-10 | 1 | -7/+7 |
| | | |||||
| * | bin/vm: Add VM management script | EuAndreh | 2022-10-10 | 1 | -0/+176 |
| | | | | | | | etc/guix/system.scm: Include myself in the "kvm" group so that the QEMU commands can be given the "--enable-kvm" flag; etc/ssh/config: Include the generated SSH config file | ||||
| * | bin/wms: Add new working binary, and integrate it with i3 | EuAndreh | 2022-10-10 | 1 | -0/+95 |
| | | |||||
| * | bin/email: Add UTF-8 content-type header | EuAndreh | 2022-09-18 | 1 | -1/+1 |
| | | |||||
| * | bin/uri: Improve example from help string | EuAndreh | 2022-09-04 | 1 | -1/+2 |
| | | |||||
| * | git mv bin/html bin/htmlesc | EuAndreh | 2022-09-04 | 1 | -4/+4 |
| | | |||||
| * | bin/pb: Remove symlink | EuAndreh | 2022-09-04 | 1 | -1/+0 |
| | | |||||
| * | bin/html: Add new working utility | EuAndreh | 2022-09-01 | 1 | -0/+96 |
| | | |||||
| * | bin/slugify: Add new (working) utility | EuAndreh | 2022-09-01 | 1 | -0/+69 |
| | | |||||
| * | bin/menu: Demote "menu yubikey" notification from critical to normal | EuAndreh | 2022-08-25 | 1 | -1/+1 |
| | | |||||
| * | bin/gc: Use proper $TMPDIR over hardcoded /tmp path | EuAndreh | 2022-08-25 | 1 | -1/+1 |
| | | |||||
| * | bin/check: Call out command-specific tests | EuAndreh | 2022-08-24 | 1 | -0/+4 |
| | | |||||
| * | bin/nato: Add missing handling of -h flag | EuAndreh | 2022-08-22 | 1 | -0/+6 |
| | | |||||
| * | bin/x: Add semi-working version | EuAndreh | 2022-08-16 | 1 | -0/+94 |
| | | | | | No support for the '|' pipe operator. | ||||
| * | bin/menu: Implement "yubikey" ACTION using ykman | EuAndreh | 2022-08-16 | 1 | -6/+12 |
| | | |||||
| * | bin/lines: Add working version | EuAndreh | 2022-08-16 | 1 | -0/+81 |
| | | |||||
| * | bin/pb: Add as hard-coded symlinks | EuAndreh | 2022-08-16 | 1 | -0/+1 |
| | | |||||
| * | bin/volume: Add working version | EuAndreh | 2022-08-16 | 1 | -0/+112 |
| | | |||||
| * | bin/tuivid: Add working version | EuAndreh | 2022-08-16 | 1 | -0/+65 |
| | | |||||
| * | bin/stopwatch: Add working version | EuAndreh | 2022-08-16 | 1 | -0/+65 |
| | | |||||
| * | bin/playlist: Add working version | EuAndreh | 2022-08-16 | 1 | -0/+103 |
| | | |||||
| * | bin/update: Add almost-working script | EuAndreh | 2022-08-16 | 1 | -0/+80 |
| | | |||||
| * | bin/nato: Add working version | EuAndreh | 2022-08-15 | 1 | -0/+97 |
| | | |||||
| * | bin/serve: Add working version | EuAndreh | 2022-08-15 | 1 | -0/+78 |
| | | |||||
| * | bin/uri: Fail when bad option is given | EuAndreh | 2022-08-15 | 1 | -1/+4 |
| | | |||||
| * | bin/uri: Use single quote over double quote | EuAndreh | 2022-08-15 | 1 | -2/+2 |
| | | |||||
