Commit graph

165 commits

Author SHA1 Message Date
Danilo Bargen
584885c78d Make network support optional 2019-01-01 23:23:53 +01:00
Natalie Pendragon
89a2595495 Add support for Fish-based autocompletion (#71) 2018-12-11 12:10:49 +01:00
Danilo Bargen
9548f1dd1b
More clippy pedantism! (#70) 2018-12-07 12:25:25 +01:00
Danilo Bargen
f5e081ab68
Rust 2018 (#69) 2018-12-07 11:42:39 +01:00
Ivan Smirnov
f3cabddd0d Add (back) support for proxies (#68)
Fixes #65
2018-11-22 16:09:54 +01:00
Danilo Bargen
ca0073f870
README: Simplify package manager instructions (#67)
There was too much content. Condense it.
2018-11-21 23:54:02 +01:00
Danilo Bargen
240e36a389
Switch from assert_cli to assert_cmd (#66) 2018-11-21 22:26:14 +01:00
Jan Christian Grünhage
8d2a0d6f9d Mention Void Linux Package in the README (#63) 2018-11-20 11:37:14 +01:00
Danilo Bargen
d950700746 Merge pull request #61 from jcgruenhage/master
Move from curl to reqwest
2018-11-19 10:54:17 +01:00
Jan Christian Grünhage
b6b06eb2a9 Require Rust 1.30 (was 1.28) 2018-11-19 10:53:59 +01:00
Jan Christian Gruenhage
db2fe596ca Move from curl to reqwest
Fixes #60
2018-11-19 10:53:44 +01:00
Danilo Bargen
e73261542c
OS detection: Treat BSDs as "osx" (#58)
Since macOS is also a BSD under the hood, this will probably yield
better results.
2018-10-28 22:09:56 +01:00
Danilo Bargen
1dc3e0c8c4
Print detected OS with -v / --version (#57) 2018-10-28 22:09:44 +01:00
Danilo Bargen
bd7ee937de
Fix logging initialization (#56) 2018-10-28 21:52:55 +01:00
Raphael Das Gupta
6363c4955b README: Add Nix install instructions (#55)
(tested on NixOS. Not yet tested on other Nix-enabled Linux or on Nix-enabled macOS, but should work there, too, I hope.)
2018-10-27 21:59:21 +02:00
Danilo Bargen
c1ca5cefab README: Add percentages to speed comparison 2018-10-22 18:19:01 +02:00
Danilo Bargen
296f2856c7
Release v1.1.0 v1.1.0 2018-10-22 18:06:07 +02:00
Danilo Bargen
f1988a645b Fix loading of configfile
- Don't require config file to exist for `--config-path` flag
- Make `--config-path` option pass-through
- Add a test for the `--config-path` flag
2018-10-22 18:03:49 +02:00
Danilo Bargen
6fcb1e17de Impl Display for TealdeerError 2018-10-22 18:03:07 +02:00
Danilo Bargen
e2d61e3ef2 Change wording of outdated cache message 2018-10-22 17:48:20 +02:00
Danilo Bargen
8b2a51ba0a Cargo update 2018-10-21 15:13:53 +02:00
Danilo Bargen
efde7430d1 Merge pull request #49 from equal-l2/style 2018-10-21 14:49:52 +02:00
equal-l2
78195a2589 Apply clippy suggestions 2018-10-21 14:49:25 +02:00
equal-l2
ac9db25691 Run rustfmt 2018-10-21 14:49:01 +02:00
equal-l2
7fdf10cd44 Add Homebrew instructions (#50) 2018-10-21 14:39:00 +02:00
Danilo Bargen
6ad0aaf40f CI: Use Rust 1.28 on Travis too 2018-09-18 21:34:33 +02:00
Danilo Bargen
d5ba89d44e Cargo update 2018-09-18 21:34:09 +02:00
Jonathan Dahan
8784b55ba8 Add --quiet flag to surpress non-error output (#48) 2018-09-18 21:12:21 +02:00
Lukas Bergdoll
e537f2f756 Bump curl version (#47)
Fix building on systems with openssl 1.1.1
2018-09-18 21:07:52 +02:00
Danilo Bargen
30847c97eb CI: Switch to Rust 1.28 2018-09-18 21:03:39 +02:00
Danilo Bargen
278a2bbac9 Merge pull request #43 from Voultapher/tealdeer 2018-09-16 00:42:41 +02:00
Danilo Bargen
f3c80ad744 Add config options to bash completion file 2018-09-16 00:41:58 +02:00
Danilo Bargen
f21e885d85 Syntax config path -> config path 2018-09-16 00:41:58 +02:00
Danilo Bargen
bde871b314 Update screenshots 2018-09-16 00:41:58 +02:00
Danilo Bargen
1f6e7404a1 Define defaults for config fields
This allows the user to omit the fields when creating a config file.
2018-09-16 00:41:58 +02:00
Danilo Bargen
038a34fe63 Improve README 2018-09-16 00:41:58 +02:00
Danilo Bargen
7621bb107e Change default styling
Make it a bit more colorful, like the previous style
2018-09-16 00:41:58 +02:00
Danilo Bargen
8771db1e73 Rename "highlight" style to "command_name" 2018-09-16 00:41:58 +02:00
Lukas Bergdoll
e8aa36beb3 Avoid overwriting existing config with --seed-config 2018-09-16 00:41:53 +02:00
Lukas Bergdoll
0c0b8d8f57 Generalize config
Else indentation
Serde rename
Generalize config, rename and make style member
2018-09-16 00:41:53 +02:00
Lukas Bergdoll
66b8a3daca Add syntax config support 2018-09-16 00:40:25 +02:00
Danilo Bargen
9e86f2ee73 release-build.sh: Strip binaries
Refs #40
2018-02-27 23:27:19 +01:00
Danilo Bargen
5e1c739f24 Link to tealdeer AUR package 2018-02-19 09:27:07 +01:00
Danilo Bargen
78a7f15a40 README: Improve wording 2018-02-13 18:41:07 +01:00
Danilo Bargen
c05c6de368 README: Add TL;DR with link to binaries 2018-02-13 18:39:56 +01:00
Danilo Bargen
d4414b25b2 README: Lowercase 2018-02-13 18:29:55 +01:00
Danilo Bargen
638d3e039f README: Spelling 2018-02-13 18:29:05 +01:00
Danilo Bargen
892b0f2538 Document binary builds in README 2018-02-13 18:28:11 +01:00
Danilo Bargen
905374593c Add release-build.sh (#40) 2018-02-13 18:23:44 +01:00
Danilo Bargen
4393b99b69 Enable LTO in release mode 2018-02-13 18:14:32 +01:00