Add bashumerate to Command-Line Productivity - #189
Open
wallach-game wants to merge 1 commit into
Open
Conversation
Collaborator
|
It's on the HN Frontpage... There's discussion about this.
https://news.ycombinator.com/item?id=48984270
…On Tue, 21 Jul 2026, 01:48 Jirka Numerátor, ***@***.***> wrote:
Add bashumerate <https://github.com/wallach-game/bashumerate> — a
programmable iterator/enumerator for bash. Iterates over files, lines,
ranges, and lists with a consistent {} placeholder. A friendlier xargs
alternative.
------------------------------
You can view, comment on, or merge this pull request online at:
#189
Commit Summary
- a5aeea0
<a5aeea0>
Add bashumerate to Command-Line Productivity section
File Changes
(1 file <https://github.com/awesome-lists/awesome-bash/pull/189/files>)
- *M* README.md
<https://github.com/awesome-lists/awesome-bash/pull/189/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5>
(1)
Patch Links:
- https://github.com/awesome-lists/awesome-bash/pull/189.patch
- https://github.com/awesome-lists/awesome-bash/pull/189.diff
—
Reply to this email directly, view it on GitHub
<#189?email_source=notifications&email_token=ABD4RFVNDCMDSELBUPUGVCD5FZ5A7A5CNFSNUABEM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UF42DAOJUGI4DKMJUHCTHEZLBONXW5KTTOVRHGY3SNFRGKZFFMV3GK3TUVRTG633UMVZF6Y3MNFRWW>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABD4RFQBRZWMENN3PZSOCW35FZ5A7AVCNFSNUABEKJSXA33TNF2G64TZHM2TCMRYHA4DKNZ3JFZXG5LFHM2DSMZSG4ZTCNRZGOQXMAQ>
.
Triage notifications, keep track of coding agent tasks and review pull
requests on the go with GitHub Mobile for iOS
<https://github.com/notifications/mobile/ios/ABD4RFVGHCJW4QAEHB3W3K35FZ5A7A5CNFSNUABEM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UF42DAOJUGI4DKMJUHCTHEZLBONXW5KTTOVRHGY3SNFRGKZFFMV3GK3TUVJTG633UMVZF62LPOM>
and Android
<https://github.com/notifications/mobile/android/ABD4RFQAPB5CPTB4ZKQXTE35FZ5A7A5CNFSNUABEM5UWIORPF5TWS5BNNB2WEL2QOVWGYUTFOF2WK43UF42DAOJUGI4DKMJUHCTHEZLBONXW5KTTOVRHGY3SNFRGKZFFMV3GK3TUVZTG633UMVZF6YLOMRZG62LE>.
Download it today!
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add bashumerate — a programmable iterator/enumerator for bash. Iterates over files, lines, ranges, and lists with a consistent
{}placeholder. A friendlierxargsalternative.