aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Makefile: s/ccl/clozure/EuAndreh2022-10-251-3/+3
|
* bin/cl: Allow "--" to flow to underlying Lisp commandEuAndreh2022-10-251-1/+5
|
* bin/cl: Grow "$@" at the beginningEuAndreh2022-10-251-4/+4
|
* bin/cl: Setup ClozureEuAndreh2022-10-252-3/+16
|
* bin/cl: Allow giving "-- --option" to the underlying Lisp commandEuAndreh2022-10-241-14/+24
|
* bin/cl: Reorder SBCL non-verbose argumentEuAndreh2022-10-241-1/+1
|
* bin/cl: Remove attempt add "..." operatorEuAndreh2022-10-241-1/+0
|
* bin/cl: Prefix implementation list items with a hyphenEuAndreh2022-10-241-1/+1
|
* bin/cl: Move automatic image handling out to bin/liEuAndreh2022-10-243-18/+110
|
* bin/cl: s/NIL/nil/EuAndreh2022-10-241-2/+2
|
* bin/cl: WIP improve help stringEuAndreh2022-10-241-2/+2
|
* Move some FIXME markers to ~/.usr/FIXME fileEuAndreh2022-10-242-5/+1
|
* etc/guix/home.scm: Register cronjob for "update && upgrade"EuAndreh2022-10-231-0/+1
|
* bin/upgrade: Add equivalent of `update` scriptEuAndreh2022-10-231-0/+66
|
* bin/gc: remove "current-guix" profile tooEuAndreh2022-10-231-0/+1
|
* etc/sh/vcs-ps1.sh: Fix $JOBS countEuAndreh2022-10-221-1/+1
| | | | | | Bug introduced in 7c3a0a4f09c81558918b66deeafa486234a73294, when ShellCheck suggested to replace a 'grep | wc -l' combo with 'grep -c', but when I did I mishandled the '-v' option that was there.
* etc/guix/system.scm: Add qemu-binfmt-service-typeEuAndreh2022-10-221-0/+4
|
* bin/yt: Move path to "seen.txt" fileEuAndreh2022-10-221-1/+1
|
* etc/sh/rc: Remove rreloadEuAndreh2022-10-211-5/+0
|
* bin/untill: Change default wait from 60 seconds to 5 secondsEuAndreh2022-10-211-2/+2
|
* bin/vcs: Don't wait more than 5 minutes for CVS locksEuAndreh2022-10-211-1/+1
|
* bin/update: Add more explicit warning when vcs fetch failsEuAndreh2022-10-211-1/+1
|
* bin/menu: Settle with passwords in clipboard daemon for nowEuAndreh2022-10-211-4/+0
|
* opt/tests/x-tests.sh: Remove unused test filesEuAndreh2022-10-211-12/+0
|
* share/man/man1/ootb.1: Remove standalone manpageEuAndreh2022-10-211-26/+0
| | | | Stick to the help message.
* bin/x: Generate WIP version of the POD manpageEuAndreh2022-10-212-46/+11
| | | | Remove FIXME marker.
* bin/update: Combine `repos` and `vcs` to fetch updates from repositoriesEuAndreh2022-10-211-2/+7
| | | | Remove FIXME marker.
* bin/vcs: Add initial version of VCS compatibility utilityEuAndreh2022-10-211-0/+96
|
* bin/repos: Add new working utilityEuAndreh2022-10-211-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.
* Makefile: Exclude global gitignore file from check-fixme targetEuAndreh2022-10-211-1/+1
|
* Makefile: Exclude subroutine lint of perlcriticEuAndreh2022-10-201-1/+1
|
* Fix all ShellCheck warningsEuAndreh2022-10-2015-19/+53
| | | | IOW, `make check-shellcheck` passes.
* bin/cl: Handle -l optionEuAndreh2022-10-191-0/+6
|
* Makefile: Include working Lisp image for SBCLEuAndreh2022-10-192-11/+17
|
* bin/cl: Add first working version, integrated with Makefile and etc/sh/rcEuAndreh2022-10-194-4/+336
|
* etc/sh/rc: Stop wraping perl with rlwrapEuAndreh2022-10-191-1/+0
|
* bin/z: Mark as executableEuAndreh2022-10-191-0/+0
|
* bin/check: Move tests to MakefileEuAndreh2022-10-193-37/+76
|
* etc/sh/rc: Move generation of GPG/SSH public keys and e.list.txt to MakefileEuAndreh2022-10-193-27/+45
|
* etc/sh/rc: Move creation of common-lisp/source to MakefileEuAndreh2022-10-192-6/+4
|
* Makefile: Add to generate manpages from PODEuAndreh2022-10-191-0/+12
|
* bin/z: Add working utilityEuAndreh2022-10-191-0/+153
| | | | Pilfer initial version of manpage from zrun.
* etc/guix/home.scm: Add lzop compression utilityEuAndreh2022-10-191-0/+1
|
* bin/without-env: Fix -h flag in USAGE stringEuAndreh2022-10-191-1/+1
|
* bin/without-env: Don't bother with looking at the 3rd argumentEuAndreh2022-10-191-1/+0
|
* etc/sh/rc: Ensure common-lisp/source symlink always existEuAndreh2022-10-181-0/+4
|
* bin/x: Add WIP manpage in PODEuAndreh2022-10-181-25/+49
|
* bin/check: Add podchecker to the TODO listEuAndreh2022-10-181-0/+1
|
* opt/tests/x-tests.sh: Add WIP markers for more tests to be addedEuAndreh2022-10-181-2/+9
|
* share/man/man1/ootb.1: Add WIP manpageEuAndreh2022-10-181-0/+26
|