aboutsummaryrefslogtreecommitdiff
path: root/bin/repos (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-01-04re "s|echo \"\\\$|printf '%s\\\n' \"\$|g"EuAndreh1-4/+4
Replace all cases where `echo` was given a variable as its first argument, even on cases where we always know what the variable's content look like.
2023-07-29bin/*: Add matching parenthesis to case clausesEuAndreh1-7/+7
2022-10-28bin/repos: Only print the repository name, not its typeEuAndreh1-2/+1
2022-10-28bin/repos: Omit warning on not guessing the type of repositoryEuAndreh1-1/+1
2022-10-27bin/repos: Simplify, using the new vcs(1)EuAndreh1-18/+5
2022-10-27bin/repos: Add explicit note on intentionally commented codeEuAndreh1-2/+3
2022-10-27bin/repos: Add documentation for -e option in help stringEuAndreh1-1/+2
2022-10-27bin/repos: Fix guessing of repository type for FossilEuAndreh1-1/+1
2022-10-21bin/repos: Add new working utilityEuAndreh1-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.