Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
checksums.txt | 2023-01-07 | 769 Bytes | |
jqp_0.4.0_Darwin_arm64.tar.gz | 2023-01-07 | 4.0 MB | |
jqp_0.4.0_Darwin_x86_64.tar.gz | 2023-01-07 | 4.2 MB | |
jqp_0.4.0_Linux_arm64.tar.gz | 2023-01-07 | 3.8 MB | |
jqp_0.4.0_Linux_x86_64.tar.gz | 2023-01-07 | 4.1 MB | |
jqp_0.4.0_Windows_arm64.tar.gz | 2023-01-07 | 3.8 MB | |
jqp_0.4.0_Windows_i386.tar.gz | 2023-01-07 | 4.0 MB | |
jqp_0.4.0_Linux_i386.tar.gz | 2023-01-07 | 3.9 MB | |
jqp_0.4.0_Windows_x86_64.tar.gz | 2023-01-07 | 4.1 MB | |
README.md | 2023-01-07 | 708 Bytes | |
v0.4.0.tar.gz | 2023-01-07 | 33.7 kB | |
v0.4.0.zip | 2023-01-07 | 46.8 kB | |
Totals: 12 Items | 32.0 MB | 0 |
Highlights
- Add basic command history. Pressing
↑
/↓
while the query section is active should cycle through your queries, similar to how one would cycle through past commands in you shell history. - Adds the ability to override specific parts of the Chroma themes available for use. See Available Configuration Options for additional details and an example.
Changelog
- b73ad78 config: option for overrides to chroma styles (#32)
- 968696b feat: add basic command history (#33)
Breaking Changes
- Remove
file
option from config file options - Move
theme
option totheme.name
in config file options