aboutsummaryrefslogtreecommitdiff
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bin/x: Generate WIP version of the POD manpageEuAndreh2022-10-211-46/+7
| | | | 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.
* Fix all ShellCheck warningsEuAndreh2022-10-2012-18/+50
| | | | IOW, `make check-shellcheck` passes.
* bin/cl: Handle -l optionEuAndreh2022-10-191-0/+6
|
* Makefile: Include working Lisp image for SBCLEuAndreh2022-10-191-7/+9
|
* bin/cl: Add first working version, integrated with Makefile and etc/sh/rcEuAndreh2022-10-191-0/+296
|
* bin/z: Mark as executableEuAndreh2022-10-191-0/+0
|
* bin/check: Move tests to MakefileEuAndreh2022-10-191-37/+10
|
* bin/z: Add working utilityEuAndreh2022-10-191-0/+153
| | | | Pilfer initial version of manpage from zrun.
* 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
|
* bin/x: Add WIP manpage in PODEuAndreh2022-10-181-25/+49
|
* bin/check: Add podchecker to the TODO listEuAndreh2022-10-181-0/+1
|
* bin/without-env: Better handling of "--" separatorEuAndreh2022-10-161-1/+3
|
* bin/*.pl: Do not "use strict" explicitlyEuAndreh2022-10-164-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 warningsEuAndreh2022-10-164-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 clipmenuEuAndreh2022-10-161-1/+3
|
* bin/uri: Split help option parsing from main program logicEuAndreh2022-10-141-1/+4
|
* bin/x: Rewrite in Perl, overcome quoting issuesEuAndreh2022-10-141-62/+108
|
* bin/vm: Fix name of PID file when creating itEuAndreh2022-10-101-1/+1
|
* bin/status-bar: Include count of up VMsEuAndreh2022-10-101-1/+7
|
* bin/ootb: Add working, very useful utilityEuAndreh2022-10-101-0/+103
|
* bin/menu: Fix help stringsEuAndreh2022-10-101-7/+7
|
* bin/vm: Add VM management scriptEuAndreh2022-10-101-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 i3EuAndreh2022-10-101-0/+95
|
* bin/email: Add UTF-8 content-type headerEuAndreh2022-09-181-1/+1
|
* bin/uri: Improve example from help stringEuAndreh2022-09-041-1/+2
|
* git mv bin/html bin/htmlescEuAndreh2022-09-041-4/+4
|
* bin/pb: Remove symlinkEuAndreh2022-09-041-1/+0
|
* bin/html: Add new working utilityEuAndreh2022-09-011-0/+96
|
* bin/slugify: Add new (working) utilityEuAndreh2022-09-011-0/+69
|
* bin/menu: Demote "menu yubikey" notification from critical to normalEuAndreh2022-08-251-1/+1
|
* bin/gc: Use proper $TMPDIR over hardcoded /tmp pathEuAndreh2022-08-251-1/+1
|
* bin/check: Call out command-specific testsEuAndreh2022-08-241-0/+4
|
* bin/nato: Add missing handling of -h flagEuAndreh2022-08-221-0/+6
|
* bin/x: Add semi-working versionEuAndreh2022-08-161-0/+94
| | | | No support for the '|' pipe operator.
* bin/menu: Implement "yubikey" ACTION using ykmanEuAndreh2022-08-161-6/+12
|
* bin/lines: Add working versionEuAndreh2022-08-161-0/+81
|
* bin/pb: Add as hard-coded symlinksEuAndreh2022-08-161-0/+1
|
* bin/volume: Add working versionEuAndreh2022-08-161-0/+112
|
* bin/tuivid: Add working versionEuAndreh2022-08-161-0/+65
|
* bin/stopwatch: Add working versionEuAndreh2022-08-161-0/+65
|
* bin/playlist: Add working versionEuAndreh2022-08-161-0/+103
|
* bin/update: Add almost-working scriptEuAndreh2022-08-161-0/+80
|
* bin/nato: Add working versionEuAndreh2022-08-151-0/+97
|
* bin/serve: Add working versionEuAndreh2022-08-151-0/+78
|
* bin/uri: Fail when bad option is givenEuAndreh2022-08-151-1/+4
|
* bin/uri: Use single quote over double quoteEuAndreh2022-08-151-2/+2
|