aboutsummaryrefslogtreecommitdiff
path: root/bin (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bin/bins: Allow multiple instances to be ran concurrentlyEuAndreh2022-10-301-3/+4
| | | | | | Use a unique temporary file for each instance, so that when more than one is active at the same time, they don't try to "mv" the "bins-tmp" file more than once.
* 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
| | | | Effect: prune remote branches.
* bin/update: Log individual repositories being fetchedEuAndreh2022-10-281-1/+3
| | | | To make it easier to differentiate no updates existing from being stuck.
* Revert "bin/update: Try to make the execution line of the vcs fetch more ↵EuAndreh2022-10-281-5/+2
| | | | | | | | | | readable" This reverts commit c0046808aca89e6237fee7768413abaf519a00f3. The x(1) command doesn't find the warn() function: Can't exec "warn": Aucun fichier ou dossier de ce type at /home/andreh/.usr/bin/x line 107.
* 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
|
* bin/repos: Only print the repository name, not its typeEuAndreh2022-10-281-2/+1
|
* bin/repos: Omit warning on not guessing the type of repositoryEuAndreh2022-10-281-1/+1
|
* bin/vcs: Add fossil_status()EuAndreh2022-10-281-0/+4
|
* bin/vcs: Explicitly disable ShellCheck 2086EuAndreh2022-10-271-1/+1
|
* bin/repos: Simplify, using the new vcs(1)EuAndreh2022-10-271-18/+5
|
* bin/vcs: Do not require TYPE, and guess it insteadEuAndreh2022-10-271-37/+188
|
* bin/repos: Add explicit note on intentionally commented codeEuAndreh2022-10-271-2/+3
|
* bin/repos: Add documentation for -e option in help stringEuAndreh2022-10-271-1/+2
|
* bin/repos: Fix guessing of repository type for FossilEuAndreh2022-10-271-1/+1
|
* Remove configuration files from email programsEuAndreh2022-10-271-0/+280
| | | | Generate them instead with the new mailcfg(1).
* bin/menu: Use exec over spawning new processes for "bin" actionEuAndreh2022-10-251-1/+4
|
* bin/li: Use "$(find $a -newer $b)" over [ $a -nt $b ]EuAndreh2022-10-251-1/+1
|
* bin/cl: Move TODOs to ~/.usr/FIXMEEuAndreh2022-10-251-13/+0
|
* bin/cl: Alphabetically order Clozure codeEuAndreh2022-10-251-16/+16
|
* 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-251-3/+15
|
* 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-242-12/+108
|
* 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-241-1/+0
|
* bin/upgrade: Add equivalent of `update` scriptEuAndreh2022-10-231-0/+66
|
* bin/gc: remove "current-guix" profile tooEuAndreh2022-10-231-0/+1
|
* bin/yt: Move path to "seen.txt" fileEuAndreh2022-10-221-1/+1
|
* 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
|
* 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
|