Skip to content

Tags: arsham/blush

Tags

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was signed with the committer’s verified signature.
arsham Arsham Shirvani
ref!: change the default behaviour not to drop

v0.5.3

Toggle v0.5.3's commit message

Verified

This commit was signed with the committer’s verified signature.
arsham Arsham Shirvani
remove once and use a flag to start the goroutine.

re-structure benchmarks.
return an error if Read and WriteTo are called on the same object.

v0.5.2

Toggle v0.5.2's commit message
Removes printing of Stdin when the results are piped in.

v0.5.1

Toggle v0.5.1's commit message
Support for go 1.7

v0.5.0

Toggle v0.5.0's commit message
Refactored Read and WriteTo methods to make Blush read the lines one …

…by one and

sends them through a channel to be read later on with Read and WriteTo methods.
This refactoring enhanced the app's performance significantly as it doesn't need
to read the whole stream in one go.

v0.4.2

Toggle v0.4.2's commit message
Added print usage.

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was signed with the committer’s verified signature.
arsham Arsham Shirvani
change the example image link (minor)

v0.4.1-1

Toggle v0.4.1-1's commit message

Verified

This commit was signed with the committer’s verified signature.
arsham Arsham Shirvani
change the example image link (minor)

v0.4

Toggle v0.4's commit message

Verified

This tag was signed with the committer’s verified signature.
arsham Arsham Shirvani
- Reads from files and pipes.

- Uses colouring for matches.
- Groups matches from arguments.
- Accepts #RGB colours.
- Implements io.Reader and io.WriterTo for Blush struct.

v0.3

Toggle v0.3's commit message

Verified

This tag was signed with the committer’s verified signature.
arsham Arsham Shirvani
Added printing filenames to matched lines.

Configured MultiReader with Conf.
Increased the buffer that reads lines.
Added ignoring binary files.