Releases: doronbehar/pistol
Releases · doronbehar/pistol
v0.2.2
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 ofgo-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.0
v0.1.9
v0.1.8
Changelog
v0.1.7
v0.1.6
v0.1.5
- Updated godocs - API should be clearer (not yet ready to expose this in README).
- Small update to fpath-sh test.
v0.1.4
Empty lines are now skipped when config file is parsed, and not crashing Pistol.