aboutsummaryrefslogtreecommitdiff
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* opt/bin-dirs/euandre.org: Remove symlink, link pb(1) directlyEuAndreh2023-04-031-0/+1
* bin/vcs: Handle new files added via "git add -N FILE"EuAndreh2023-03-301-1/+1
* bin/backup: Fix early termination desired behaviourEuAndreh2023-03-301-2/+2
* bin/vm: sponge(1) config file for more atomic operationsEuAndreh2023-03-291-1/+1
* bin/vm: Allow VM .qcow2 images to be symlinksEuAndreh2023-03-291-1/+1
* bin/free-port: Try random ports over sequential onesEuAndreh2023-03-291-2/+7
* bin/reconfigure: Move "set -x" to the body of the scriptEuAndreh2023-03-271-1/+2
* bin/vm: Allow ".snapshot" file to existEuAndreh2023-03-271-1/+1
* bin/aux: Allow files to be copied to be parameterizedEuAndreh2023-03-251-14/+28
* bin/record-my-screen: Add working utilityEuAndreh2023-03-241-0/+74
* bin/vm: Report if VM is running as a snapshot in "status" actionEuAndreh2023-03-231-1/+11
* bin/vm: Set user to "vm"EuAndreh2023-03-231-0/+1
* bin/vm: Add -S option of help string exampleEuAndreh2023-03-231-1/+1
* Makefile: Strip .qcow2 from image namesEuAndreh2023-03-231-1/+1
* bin/vm: Allow it to get QCoW2 images from remoteEuAndreh2023-03-231-0/+18
* bin/vm: Do not fail when VM is already up or downEuAndreh2023-03-211-2/+2
* bin/untill: Add support for "-m MAX" optionEuAndreh2023-03-211-6/+14
* bin/boop: Add -n optionEuAndreh2023-03-151-3/+8
* bin/reconfigure: Remove timeout limitationEuAndreh2023-03-151-4/+1
* bin/x: Add extra newline separation between usage() and help() stringsEuAndreh2023-03-141-0/+1
* etc/guix/system.scm: Add Nix system serviceEuAndreh2023-03-131-0/+2
* Embed with-email(1) into cronjob(1) and improve its reportingEuAndreh2023-03-131-92/+0
* bin/reconfigure: Make it verbose by default via "set -x"EuAndreh2023-03-131-0/+1
* bin/email: Make ADDRESS optionalEuAndreh2023-03-121-6/+9
* bin/reconfigure: Add -U option to call update(1)EuAndreh2023-03-121-2/+16
* bin/email: Avoid erros with echo by replacing it with printfEuAndreh2023-03-111-1/+1
* bin/80: Adapt to the working vcs(1)EuAndreh2023-03-071-1/+1
* bin/gc: Remove gc_email stepEuAndreh2023-03-031-7/+0
* bin/re: Silence ShellCheck false positiveEuAndreh2023-03-031-0/+1
* bin/re: Add working utilityEuAndreh2023-03-031-0/+97
* bin/vcs: Update help stringEuAndreh2023-03-031-1/+5
* bin/vcs: Add git_ls()EuAndreh2023-03-031-0/+4
* bin/vcs: Consistent ordering of VCS typesEuAndreh2023-03-031-6/+6
* bin/reconfigure: Early exit when ran as rootEuAndreh2023-03-021-0/+7
* bin/reconfigure: Refresh bins(1) cache after updating $PATHEuAndreh2023-03-011-0/+2
* bin/player: Decrease synopsis length to 60EuAndreh2023-02-281-2/+2
* bin/update: Limit "vcs fetch" to 1 minuteEuAndreh2023-02-281-1/+1
* bin/update: Do not fail if last repository failsEuAndreh2023-02-271-1/+1
* bin/update: Include $XDG_PREFIX and $PRIV_CONFIG in update listEuAndreh2023-02-271-1/+5
* bin/gc: Use heredoc over multiple printf(1) statementsEuAndreh2023-02-271-3/+5
* bin/gc: Do not filter /tmp files by type "file"EuAndreh2023-02-271-1/+1
* bin/forever: Add -q flagEuAndreh2023-02-271-3/+10
* bin/update: Declare $HOSTNAME explicitly (ShellCheck offense)EuAndreh2023-02-271-0/+1
* bin/reconfigure: Fix detection if running in a Guix systemEuAndreh2023-02-261-1/+1
* Update NixOS channel in update(1) instead of upgrade(1)EuAndreh2023-02-262-1/+7
* bin/reconfigure: Use current version of {home,system}.scm filesEuAndreh2023-02-261-3/+3
* git mv bin/upgrade bin/reconfigureEuAndreh2023-02-261-4/+4
* bin/upgrade: Fix call to timeoutEuAndreh2023-02-261-1/+1
* bin/vcs: Fetch from all remotes by defaultEuAndreh2023-02-261-1/+1
* bin/aux: Add semi-working utilityEuAndreh2023-02-231-0/+82