Commit graph

22 commits

Author SHA1 Message Date
Hiers
6598a9407e Bump version 2025-01-02 10:33:08 +00:00
Hiers
6307b3379a Update version number and fix cargo.lock 2024-12-26 08:50:10 +00:00
Hiers
7119f55e66 Update dependencies 2024-12-25 00:26:27 +00:00
Hiers
d9fabf6570 Print entries that are just a wikipedia entry. 2024-02-28 20:34:31 +00:00
Hiers
8813605e5f Was using atty when it's available in the stdlib. 2024-02-18 11:20:54 +00:00
Hiers
659003f647 Bump version. 2024-02-17 19:17:34 +00:00
Hiers
6fcd5489d5 Removed unnecessary mallocs.
The colored crate was being used for convinient coloring of the terminal
text, but after profiling I found it was responsible for almost 1/3 of
the memory allocations of the jisho searching feature.

Decided to write ANSI codes manually instead, along with using write! +
format_args! instead of format! for similar reasons, but not as
egregious.
2024-02-17 19:12:09 +00:00
Hiers
19929580da Final final changes before release. 2024-01-28 09:41:27 +00:00
Hiers
feb73531cd Preparing for 1.0 release. 2023-12-17 21:45:30 +00:00
Hiers
139f3b17ab Upload local patches I've been running for jisho-cli. 2023-10-14 17:12:06 +01:00
Hiers
d56d31cc64 Removed the pager crate in favour of implementing that functionality in jisho-cli. Added windows version of terminal_size function. 2023-02-19 11:01:24 +00:00
Hiers
7f149998bb Print to less if output is bigger than terminal window height. 2023-02-17 10:23:52 +00:00
jojii
d017288de4
add -k to open each kanji info in a browser tab 2021-04-02 20:20:09 +02:00
jojii
9eb9481067
update depnedencies 2021-04-01 20:24:33 +02:00
jojii
25bd627643
bump new release 2021-03-15 23:33:19 +01:00
jojii
227f76bc82
add cli parsing
closes #2
2021-03-15 23:23:28 +01:00
jojii
3b74ad59dd
update dependencies 2021-03-15 22:51:59 +01:00
jojii
3457b3d9cf update ureq 2021-02-23 14:01:46 +01:00
jojii
e8c158e5d3 bump v0.1.3 2021-02-18 18:49:36 +01:00
jojii
440ecb3645 bump release v0.1.2 2021-02-18 18:04:26 +01:00
jojii
86ad40f363 prepare v0.1.1 2021-02-08 00:25:32 +01:00
jojii
a3cb8fa2d6 initial commit 2021-02-07 22:51:54 +01:00