aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* bin/menu: Use exec over spawning new processes for "bin" actionEuAndreh2022-10-251-1/+4
* etc/guix/home.scm: Add "dig", "stunnel" and "nc" network utilitiesEuAndreh2022-10-251-0/+3
* etc/myrepos/config: Remove myrepos, superseded by repos(1) and vcs(1)EuAndreh2022-10-252-5/+0
* Makefile: Refresh Lisp images on li(1) changesEuAndreh2022-10-251-1/+1
* bin/li: Use "$(find $a -newer $b)" over [ $a -nt $b ]EuAndreh2022-10-251-1/+1
* etc/guix/home.scm: Name "broken" the incompatible packagesEuAndreh2022-10-251-2/+2
* bin/cl: Move TODOs to ~/.usr/FIXMEEuAndreh2022-10-251-13/+0
* bin/cl: Alphabetically order Clozure codeEuAndreh2022-10-251-16/+16
* 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
* 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
* bin/x: Generate WIP version of the POD manpageEuAndreh2022-10-212-46/+11
* bin/update: Combine `repos` and `vcs` to fetch updates from repositoriesEuAndreh2022-10-211-2/+7
* bin/vcs: Add initial version of VCS compatibility utilityEuAndreh2022-10-211-0/+96
* bin/repos: Add new working utilityEuAndreh2022-10-211-0/+187
* 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
* 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