| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove configuration files from email programs•••Generate them instead with the new mailcfg(1).
| EuAndreh | 2022-10-27 | 1 | -0/+280 |
| * | bin/menu: Use exec over spawning new processes for "bin" action | EuAndreh | 2022-10-25 | 1 | -1/+4 |
| * | bin/li: Use "$(find $a -newer $b)" over [ $a -nt $b ] | EuAndreh | 2022-10-25 | 1 | -1/+1 |
| * | bin/cl: Move TODOs to ~/.usr/FIXME | EuAndreh | 2022-10-25 | 1 | -13/+0 |
| * | bin/cl: Alphabetically order Clozure code | EuAndreh | 2022-10-25 | 1 | -16/+16 |
| * | bin/cl: Allow "--" to flow to underlying Lisp command | EuAndreh | 2022-10-25 | 1 | -1/+5 |
| * | bin/cl: Grow "$@" at the beginning | EuAndreh | 2022-10-25 | 1 | -4/+4 |
| * | bin/cl: Setup Clozure | EuAndreh | 2022-10-25 | 1 | -3/+15 |
| * | bin/cl: Allow giving "-- --option" to the underlying Lisp command | EuAndreh | 2022-10-24 | 1 | -14/+24 |
| * | bin/cl: Reorder SBCL non-verbose argument | EuAndreh | 2022-10-24 | 1 | -1/+1 |
| * | bin/cl: Remove attempt add "..." operator | EuAndreh | 2022-10-24 | 1 | -1/+0 |
| * | bin/cl: Prefix implementation list items with a hyphen | EuAndreh | 2022-10-24 | 1 | -1/+1 |
| * | bin/cl: Move automatic image handling out to bin/li | EuAndreh | 2022-10-24 | 2 | -12/+108 |
| * | bin/cl: s/NIL/nil/ | EuAndreh | 2022-10-24 | 1 | -2/+2 |
| * | bin/cl: WIP improve help string | EuAndreh | 2022-10-24 | 1 | -2/+2 |
| * | Move some FIXME markers to ~/.usr/FIXME file | EuAndreh | 2022-10-24 | 1 | -1/+0 |
| * | bin/upgrade: Add equivalent of `update` script | EuAndreh | 2022-10-23 | 1 | -0/+66 |
| * | bin/gc: remove "current-guix" profile too | EuAndreh | 2022-10-23 | 1 | -0/+1 |
| * | bin/yt: Move path to "seen.txt" file | EuAndreh | 2022-10-22 | 1 | -1/+1 |
| * | bin/untill: Change default wait from 60 seconds to 5 seconds | EuAndreh | 2022-10-21 | 1 | -2/+2 |
| * | bin/vcs: Don't wait more than 5 minutes for CVS locks | EuAndreh | 2022-10-21 | 1 | -1/+1 |
| * | bin/update: Add more explicit warning when vcs fetch fails | EuAndreh | 2022-10-21 | 1 | -1/+1 |
| * | bin/menu: Settle with passwords in clipboard daemon for now | EuAndreh | 2022-10-21 | 1 | -4/+0 |
| * | bin/x: Generate WIP version of the POD manpage•••Remove FIXME marker.
| EuAndreh | 2022-10-21 | 1 | -46/+7 |
| * | bin/update: Combine `repos` and `vcs` to fetch updates from repositories•••Remove FIXME marker.
| EuAndreh | 2022-10-21 | 1 | -2/+7 |
| * | bin/vcs: Add initial version of VCS compatibility utility | EuAndreh | 2022-10-21 | 1 | -0/+96 |
| * | bin/repos: Add new working utility•••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.
| EuAndreh | 2022-10-21 | 1 | -0/+187 |
| * | Fix all ShellCheck warnings•••IOW, `make check-shellcheck` passes.
| EuAndreh | 2022-10-20 | 12 | -18/+50 |
| * | 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•••Pilfer initial version of manpage from zrun.
| EuAndreh | 2022-10-19 | 1 | -0/+153 |
| * | 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•••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.
| EuAndreh | 2022-10-16 | 4 | -4/+0 |
| * | bin/*.pl: Explicitly name the excluded warnings•••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.
| EuAndreh | 2022-10-16 | 4 | -4/+4 |
| * | 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•••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
| EuAndreh | 2022-10-10 | 1 | -0/+176 |
| * | bin/wms: Add new working binary, and integrate it with i3 | EuAndreh | 2022-10-10 | 1 | -0/+95 |