Skip to content

Tags: rowbot1/jiq

Tags

v0.7.2

Toggle v0.7.2's commit message
engine: exit on Ctrl-D, just like Ctrl-C

Many common CLI applications quit when stdin reaches end-of-file, as
triggered by Ctrl-D. (Examples: `python`, `bash`, `node`, `gdb`, `ed`.)
Though `jiq` is more of a TUI than a CLI, exiting with Ctrl-D still
feels familiar and intuitive to me, and was how I tried to exit `jiq`
the first time that I used it.

wchargin-branch: ctrl-d-exit
wchargin-source: b3ac9be9ce4378b8c3eb82e6d3bc3bb6403d3309

0.7.1

Toggle 0.7.1's commit message
fix |sort error handling.

fixes fiatjaf#21

0.7.0

Toggle 0.7.0's commit message
update screencast.

0.6.2

Toggle 0.6.2's commit message
build for windows.

0.6.1

Toggle 0.6.1's commit message
fix error with empty list of candidates.

0.6.0

Toggle 0.6.0's commit message
Rename project name

0.5.1

Toggle 0.5.1's commit message
Merge pull request fiatjaf#13 from simeji/fix-suggestion-bug

fix suggestion bug

0.5.0

Toggle 0.5.0's commit message
Merge pull request fiatjaf#11 from simeji/modify-readme

Modify README.md

0.4.0

Toggle 0.4.0's commit message
Merge pull request fiatjaf#9 from simeji/refactoring

0.4.0 Refactoring and new complete method

0.3.1

Toggle 0.3.1's commit message
Merge pull request fiatjaf#8 from simeji/fix-currentkey

fix current key bug