aboutsummaryrefslogtreecommitdiff
path: root/bin (follow)
Commit message (Expand)AuthorAgeFilesLines
* bin/vm: Support portmapping, custom memory and partial custom imageEuAndreh2022-12-031-20/+68
* bin/vm: Bail out when given a bad prefixEuAndreh2022-12-031-0/+5
* bin/vm: Improve help string documentationEuAndreh2022-12-031-7/+20
* bin/vm: Support -n for dry-run and "-- --flags" forwarding to QEMUEuAndreh2022-12-031-18/+51
* bin/vm: v2EuAndreh2022-12-021-56/+113
* bin/serve: Find a port instead of having a hard-coded fallbackEuAndreh2022-12-021-2/+2
* bin/serve: Do not wait for the browser before start listeningEuAndreh2022-12-021-1/+2
* bin/free-port: Add new working utilityEuAndreh2022-12-021-0/+73
* bin/{gc,upgrade}: Fix path to store passwordEuAndreh2022-12-012-3/+3
* bin/{msg,tmp,xmpp}: Change euandreh.xyz -> euandre.orgEuAndreh2022-11-273-7/+7
* bin/open: Use VLC over mpv; remove nohupEuAndreh2022-11-251-2/+2
* bin/email: Stop using msmtpq; add default values for "From:" and "Subject:"EuAndreh2022-11-241-8/+23
* Revert "Revert "Move email, IRC and Atom into Thunderbird""EuAndreh2022-11-242-363/+0
* bin/update: Do a verbose guix pullEuAndreh2022-11-221-1/+1
* bin/upgrade: Fix path to current Guix Home fileEuAndreh2022-11-211-1/+1
* bin/upgrade: Use the current files for the upgradeEuAndreh2022-11-191-2/+2
* bin/menu: Fix profile nameEuAndreh2022-11-181-1/+2
* bin/open: Use VLC over MPVEuAndreh2022-11-181-1/+1
* bin/menu: Wrap actions with rememberingEuAndreh2022-11-171-2/+7
* bin/menu: Use ad-hoc function to replace clipmenu(1)EuAndreh2022-11-171-2/+14
* Manage the Guix System without using root loginEuAndreh2022-11-162-12/+2
* bin/rfc: Fix usage of assert-arg(1)EuAndreh2022-11-131-1/+1
* Revert "Move email, IRC and Atom into Thunderbird"EuAndreh2022-11-123-0/+364
* bin/bins: Add -F optionEuAndreh2022-11-121-2/+10
* Move email, IRC and Atom into ThunderbirdEuAndreh2022-11-123-364/+0
* bin/menu: Notify after copying past clipboard value to clipboardEuAndreh2022-11-111-0/+1
* Revert "bin/backup: Exclude ~/gPodder/ while it is not placed properly"EuAndreh2022-11-091-1/+0
* bin/li: Tweak help stringEuAndreh2022-11-071-1/+1
* bin/m: Run mbsync in parallel, with one process per accountEuAndreh2022-11-062-2/+17
* bin/backup: Exclude ~/gPodder/ while it is not placed properlyEuAndreh2022-11-051-0/+1
* bin/li: Use -E and remove extra -e "(uiop:quit)"EuAndreh2022-11-021-11/+9
* bin/gc: Use "--optimize" for guix gcEuAndreh2022-11-021-2/+2
* bin/cl: Add support for -E optionEuAndreh2022-11-021-2/+7
* bin/archiveit: Add new binary, still being validatedEuAndreh2022-11-011-0/+98
* bin/wms: Fix indentation in help stringEuAndreh2022-10-311-3/+3
* bin/check: Use $XDG_PREFIX over hard-coding ~/.usr/EuAndreh2022-10-311-1/+1
* bin/upgrade: Use $XDG_CONFIG_DIR over hard-coding ~/.usr/etcEuAndreh2022-10-311-1/+1
* bin/li: Remove hard-coded path to cl(1)EuAndreh2022-10-311-1/+1
* Replace greenclip with clipmenuEuAndreh2022-10-301-1/+3
* bin/bins: Allow multiple instances to be ran concurrentlyEuAndreh2022-10-301-3/+4
* bin/mailcfg: Expand $XDG_LOG_HOME at file generation timeEuAndreh2022-10-291-2/+2
* bin/mailcfg: Use PascalCase label over lowercase normalized oneEuAndreh2022-10-292-5/+9
* bin/gc: Support TYPE argumentEuAndreh2022-10-281-12/+38
* bin/gc: Add gc_vcs() stepEuAndreh2022-10-281-0/+6
* bin/vcs: Add initial git_gc() implementationEuAndreh2022-10-281-0/+4
* bin/update: Log individual repositories being fetchedEuAndreh2022-10-281-1/+3
* Revert "bin/update: Try to make the execution line of the vcs fetch more read...EuAndreh2022-10-281-5/+2
* bin/update: Try to make the execution line of the vcs fetch more readableEuAndreh2022-10-281-2/+5
* bin/update: Run vcs fetch in parallel (4)EuAndreh2022-10-281-1/+2
* bin/update: Replace while block with xargsEuAndreh2022-10-281-6/+1