Skip to content

Releases: doronbehar/pistol

v0.2.2

20 Oct 14:33
Compare
Choose a tag to compare

Changelog

  • Use gomod2nix to build pistol 944a9af
  • fix: remove %pistol-extra% arguments when not passed to pistol (#68) 4c9a62c
  • Better explain the Configuration tile location on Darwin 54b27b7
  • Add Makefile targets for manpage 13dca03
  • Use go-arg instead of go-cmdline for command line arguments parsing.

BREAKING

Now -- is needed before passing extra arguments, if these arguments start with a -, per the POSIX spec:

Guideline 10:
The first -- argument that is not an option-argument should be accepted as a delimiter indicating the end of options. Any following arguments should be treated as operands, even if they begin with the '-' character.

This breaking change should not affect usage in lf, since there the extra arguments indicating position and size of preview etc, don't start with a -.

v0.2.1...v0.2.2

v0.2.1

16 May 06:48
Compare
Choose a tag to compare

Changelog

  • README: make it possible to compile it as a manpage 0efe241
  • Archives: Put less info in modification time column (#65) dccf132
  • Remove unmaintained NEWS.adoc file 3303092

v0.2.0...v0.2.1

v0.2.0

08 May 08:49
Compare
Choose a tag to compare

Changelog

v0.1.9...v0.2.0

v0.1.9

04 Mar 13:27
Compare
Choose a tag to compare

Changelog

  • Always exit with the exit code of the command 3a8dc11

v0.1.8...v0.1.9

v0.1.8

20 Nov 08:19
Compare
Choose a tag to compare

Changelog

v0.1.7...v0.1.8

v0.1.7

26 Oct 10:46
Compare
Choose a tag to compare

Changelog

v0.1.6...v0.1.7

v0.1.6

26 Sep 11:16
Compare
Choose a tag to compare

Changelog

  • Print application/json files with chroma by default (#34)
  • cmd: Print actually used config location (#36 )
  • go mod update && tidy

v0.1.5...v0.1.6

v0.1.5

04 Sep 07:25
Compare
Choose a tag to compare
  • Updated godocs - API should be clearer (not yet ready to expose this in README).
  • Small update to fpath-sh test.

v0.1.4

13 Jul 06:30
Compare
Choose a tag to compare

Empty lines are now skipped when config file is parsed, and not crashing Pistol.

v0.1.3

12 Jul 06:27
Compare
Choose a tag to compare

Dependencies were updated to their latest, thanks to renovate for the reminder, and a small bug in config file parsing was fixed, (#31).