Skip to content

Releases: bensadeh/tailspin

1.6.0

22 Oct 05:05
Compare
Choose a tag to compare
  • Added new highlight group under Keywords highlighter: HTTP methods
  • Added option for adding a border to keywords highlighter
  • Disable highlights with disable for all highlight groups except Keywords
  • Simplified the configuration file format
  • Date and time can be configured to be hidden

1.5.1

17 Sep 06:48
Compare
Choose a tag to compare
  • Update man pages

1.5.0

16 Sep 14:44
Compare
Choose a tag to compare
  • Errors are now printed to stderr instead of stdout
  • Date higlighter now supports different highlights for date and time segment
  • Added Key Value highlighter
  • Added unix process highlighter

1.4.0

12 Aug 08:22
Compare
Choose a tag to compare
  • Added -t/--tail flag to start reading from the end of a file.
  • Fixed a bug where opening a folder would include hidden files
  • Improved initial output when watching folders
  • Improved output when trying to open a file or folder which doesn't exist

1.3.0

31 Jul 15:40
Compare
Choose a tag to compare
  • Added support for tailing folders
  • Changed behavior: tailspin will now print to stdout by default if used in a pipe. For
    example: echo "hello null" | spin
    will output a syntax highlighted "hello null" directly to stdout instead of via the pager less. The change will make
    it easier to use tailspin in scripting and piping.
  • The --tail-command flag has been renamed to --follow-command

1.2.1

26 Jul 09:54
Compare
Choose a tag to compare
  • Run less with environment variable LESSSECURE=1

1.2.0

26 Jul 09:41
Compare
Choose a tag to compare
  • Added a --tail-command flag to allow for continuous tailing the output of a specified command
  • Added a -p / --print flag to print the output directly to stdout
  • Added man pages
  • Added shell completions for bash, zsh and fish

1.1.0

23 Jul 10:08
Compare
Choose a tag to compare

Core

  • less now starts with the --ignore-case and --RAW-CONTROL-CHARS flags
  • Added support for reading from stdin
  • Added a --version flag

1.0.0

11 Jul 15:21
Compare
Choose a tag to compare

Core

  • tailspin has been rewritten in Rust

Theming

  • All highlight groups are now customizable

0.1.1

27 Feb 05:15
Compare
Choose a tag to compare

Bugfixes

  • Fixed a bug that would occasionally lead to temp files not being cleaned up

Dependencies

  • Bump Go from 1.19 to 1.20
  • Bump bubbletea from 0.22.0 to 0.23.2
  • Bump golang.org/x/text from 0.3.7 to 0.3.8
  • Bump github.com/spf13/cobra from 1.5.0 to 1.6.1