Skip to content

Tags: krishsubra/script

Tags

v0.17.1

Toggle v0.17.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Change SHA256Sum to not read the whole pipe into memory (bitfield#50)

v0.17.0

Toggle v0.17.0's commit message
Reorder alphabetically

v0.16.0

Toggle v0.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add Findfiles func to find files recursively (bitfield#36)

v0.15.0

Toggle v0.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request bitfield#44 from bitfield/execforeach

Add ExecForEach()

v0.14.3

Toggle v0.14.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request bitfield#43 from bitfield/concat_continue

Have Concat skip errors (fixes bitfield#26)

v0.14.2

Toggle v0.14.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request bitfield#42 from bitfield/better_exec

Fix Exec to handle quotes

v0.14.1

Toggle v0.14.1's commit message
Fix race condition on stdout in tests

v0.14.0

Toggle v0.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request bitfield#31 from bitfield/feature/path-filters

Add Basename and Dirname filters

v0.13.0

Toggle v0.13.0's commit message
Fix ordering

v0.12.0

Toggle v0.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request bitfield#19 from udithprabhu/feature/tail

Added Last filter to mimic tail command of shell