- Add opt-in selection of one and only field. (d8b2024) (Anton Lindqvist)
-
Add openSUSE installation instructions to README. (c4ce72e) (Dany Marcoux)
-
Do not confuse the escape key with up arrow. (8536116) (Emanuele Giaquinta)
-
Remove opinionated
-Werror
option fromCFLAGS
. (f9ac9e6) (Anton Lindqvist) -
Map carriage return to newline. (dffe105) (Anton Lindqvist)
-
Fix compilation on FreeBSD by passing preprocessor macros in
CFLAGS
as opposed of usingCPPFLAGS
which is not honored. (78ededb) (Tobias Kortkamp) -
Add FreeBSD install instructions. (0dd944b) (Tobias Kortkamp)
-
Fix a bogus free by storing a copy of the pattern argument. (8dff9f3) (Tobias Kortkamp)
-
Fix a broken reference and improve the semantics of the manual. (f99c6ed, 7a964c1) (Anton Lindqvist)
-
Add Nix installation instructions to README. (412a5cd, #40) (Matt)
-
Add caveats section to manual. (88e8ca8) (Anton Lindqvist)
-
Start providing deterministic release tarballs, instead of relying on the ones created by GitHub. (99a91e2)
-
Fix typo in README and man page (fe45fc1) (Jakub Wilk)
-
Add OpenBSD install instructions to README (c20e9bb) (Anton Lindqvist)
-
Call
setlocale(3)
prior pledge, allows therpath
promise to be removed (20cdc5a) (Anton Lindqvist) -
Compile and link separately (7691802) (Anton Lindqvist)
-
Cleanup README and man page (495b53e, 6dd722d) (Anton Lindqvist)
-
snprintf(3)
can return-1
(9ecb1f5) (Anton Lindqvist)
- Ensure
make clean
always exits with success (47a0ee9) (Sébastien Delafond)
-
Add Fedora install instructions to README (#33, #34, 8d90aae) (Nemanja Milosevic)
-
Allow the name of the compiled binary to be changed using the
PROG
variable (#35, #36, 1c43c46) (Nemanja Milosevic)
-
Update man page and README (9eac46f, 252a419) (Anton Lindqvist)
-
Add Arch Linux install instructions to README (#32, db259d8) (Javier Tiá)
-
Use
install(1)
in Makefile (11a2dc1, 42604e9) (Anton Lindqvist) -
Add support for
DESTDIR
to Makefile (77cf987) (Anton Lindqvist)
-
Update man page (2e78c28, a5cdba9) (Anton Lindqvist)
-
Consolidate key bindings (5b4a840) (Anton Lindqvist)
-
Fix
snprintf(3)
return value check (9fbf248) (Anton Lindqvist) -
Improve error messages (89be934) (Anton Lindqvist)
-
Fix segfault when no fields are found (f3ef1ea) (Anton Lindqvist)
-
Add Vi goto
g
andG
key bindings (859f27b) (Anton Lindqvist) -
Refactoring and cleanup (2017de6) (Anton Lindqvist)
-
Add MANPREFIX support to installation task (Anton Lindqvist)
-
Pledge on OpenBSD (Anton Lindqvist)
-
Add Vi key bindings (Samson Yeung)
-
Fix wrong exit code on yank command failure (Anton Lindqvist)
-
Exit with correct code on invocation failure (Anton Lindqvist)
-
Don't allow yanking if the input doesn't contain any fields (Anton Lindqvist)
-
Fix endless loop while executing the supplied regex (Anton Lindqvist)
- Fix non string literal compilation warning (Anton Lindqvist)
- Use more common save/restore cursor capabilities (Eli Young)
- Add regex delimiter support using the
-g
option and-i
to make the pattern case-insensitive (Anton Lindqvist)
-
Add arrow key bindings (Anton Lindqvist)
-
Add Debian installation instructions (Sébastien Delafond)
-
Add OS X installation instructions (Carl Dong)
-
Fix number of lines in input bug (Anton Lindqvist)
-
Fix typo in man page (FND)
-
Fix description in man page (Jeremiah LaRocco)
-
Always recognize carriage return as a delimiter (Anton Lindqvist)
-
Exit with the same exit code as the yank command on failure (Anton Lindqvist)
-
Ensure all data is written to the terminal (Anton Lindqvist)
-
Fix number of lines in input bug (Anton Lindqvist)
- Fix moving beyond input bug (Anton Lindqvist)
-
Add
-x
option used to enable usage of the alternate screen (Anton Lindqvist) -
Fix
style(9)
violations (Anton Lindqvist)
-
Add
-l
option used to yank a whole line (Anton Lindqvist) -
Add
Ctrl-D
key binding which will exit without invoking the yank command (Anton Lindqvist) -
Require presence of the
--
option used to separate options and the yank command (Anton Lindqvist) -
Fix number of lines in input bug (Anton Lindqvist)
- Add support for linking against musl (Anton Lindqvist)
- Initial commit (Anton Lindqvist)