Jesús Trinidad Díaz Ramírez
055758dba8
Fix clippy warnings ( #101 )
2020-02-06 15:43:00 +01:00
Danilo Bargen
623cf67d2a
CI: Run on pull requests ( #102 )
...
* CI: Run on pull requests
* fixup! CI: Run on pull requests
2020-02-06 09:13:49 +01:00
Danilo Bargen
7a3a565427
README: List tealdeer-bin AUR package
2020-01-23 11:34:55 +01:00
Danilo Bargen
22255bf80c
Merge pull request #99 from dbrgn/github-actions
...
CI: Switch to GitHub Actions
2020-01-22 23:55:19 +01:00
Danilo Bargen
bcdfd5e9a8
Disable pager feature on Windows
2020-01-22 23:44:27 +01:00
Danilo Bargen
7b3f7a6470
CI: Switch to GitHub Actions
2020-01-22 23:44:27 +01:00
Danilo Bargen
23d7301b53
Merge pull request #95 from Plommonsorbet/render_as_markdown_option
...
Add -m / --markdown option for raw rendering
2020-01-22 23:06:03 +01:00
Danilo Bargen
95fab99e82
Add -m command to README and completion files
2020-01-22 22:55:59 +01:00
Isak Johansson
6719acb4f2
Add -m / --markdown option for raw rendering
...
New option to render as markdown, not with ANSI escape codes.
This is useful for when you want to open it up in a pager which doesn't
support ANSI escape codes by default. In my use case it allows me to
open it inside vim without having to use an addon to convert ANSI escape
codes to colours.
2020-01-22 22:54:11 +01:00
Hugo Locurcio
0d00e60af0
Tweak the outdated cache warning message ( #97 )
...
This makes it display in yellow (instead of red) as it's
more of a *warning* message than an *error* message.
2020-01-07 09:16:40 +01:00
Danilo Bargen
6ad91a440c
Update dependencies, increase MSRV to 1.36 ( #92 )
2019-11-27 10:58:21 +01:00
Bruno Heridet
94c0e99693
Fix typo in error message for flag_seed_config ( #91 )
2019-10-29 13:54:06 +01:00
Danilo Bargen
74c37193e3
Use non-deprecated trim functions
2019-10-04 01:18:36 +02:00
Danilo Bargen
7460cdac6d
Remove unused import
2019-10-04 01:18:36 +02:00
Danilo Bargen
07e2ee86f5
Merge pull request #89 from korrat/add-compact-output
...
Add compact output option. Fixes #88 .
2019-10-04 00:52:43 +02:00
Danilo Bargen
6810693655
Document compact output option in README
2019-10-03 23:56:07 +02:00
Korrat
7f8cbb01e5
Suppress empty lines for compact output
2019-10-03 11:55:07 +02:00
Korrat
a9f2a4c132
Add config field for compact output
2019-10-03 11:47:20 +02:00
James Doyle
15583fc6d0
Use string replace instead of sed ( #87 )
...
It seems like this was broken on my machine (OSX, 10.14.6) when using the completions. It would strip the `, ` but it would not add a proper newline. Instead it added nothing. So it just become a giant single line. Basically, it didn’t work.
With this change, the string gets split properly. Since this is fish shell, the `string replace` command is guaranteed to be there.
2019-08-28 00:51:35 +02:00
Marc-André Renaud
ece174e1fc
Add zsh autocompletion ( #86 )
2019-08-27 09:11:06 +02:00
Danilo Bargen
ee65478930
CHANGELOG: Add missing reference
2019-08-10 00:31:34 +02:00
Danilo Bargen
3d77af1fa3
CHANGELOG: Fix contributors
2019-08-10 00:31:10 +02:00
Danilo Bargen
8dc480e10f
Release v1.2.0
v1.2.0
2019-08-10 00:21:32 +02:00
Danilo Bargen
79d5f9f4ed
Cargo.toml: Add more includes
2019-08-10 00:18:52 +02:00
Danilo Bargen
9ffe459c1f
Merge pull request #84 from dbrgn/updates
...
Update dependencies
2019-07-29 01:10:11 +02:00
Danilo Bargen
2d0d621e3d
CI: Bump cache key to speed up tests
2019-07-28 17:48:42 +02:00
Danilo Bargen
8ae19fd32e
Upgrade env_logger
2019-07-28 17:48:42 +02:00
Danilo Bargen
70cea2245d
Upgrade docopt
2019-07-28 17:48:42 +02:00
Danilo Bargen
135698b5d9
Upgrade cargo-toml
2019-07-28 17:48:42 +02:00
Danilo Bargen
4b0c947030
Require Rust 1.32 (was 1.31)
2019-07-28 17:48:42 +02:00
Danilo Bargen
ee7c5c1e61
Run cargo update
2019-07-28 17:48:42 +02:00
Danilo Bargen
535b75dc83
Remove clippy from dependencies
2019-07-28 16:31:11 +02:00
Danilo Bargen
7a809d8bb8
Merge pull request #44 from jdvr/master
...
Add pager flag to page the output using pager crate.
Fixes #36 .
2019-03-11 12:11:26 +01:00
Danilo Bargen
4304e2e610
Paging: Fix bug that I introduced during merge
2019-03-11 11:12:28 +01:00
Danilo Bargen
5215493720
Don't override display config when styles are disabled
2019-03-11 11:12:28 +01:00
Danilo Bargen
410e96ef7f
Ensure that all config keys are optional
...
Without this change, a config without a [display] section
would fail to parse.
2019-03-11 11:12:22 +01:00
jdvr
0879116a45
Add pager support
2019-03-11 10:52:12 +01:00
Danilo Bargen
a052e48e50
Update README
2019-03-10 18:29:11 +01:00
Danilo Bargen
87ddb14da1
Merge pull request #77 from mystal/windows-support
...
Add Windows support
2019-03-10 18:27:51 +01:00
Gabriel Martinez
495c3e97d9
Support colors on Windows using ansi_term
...
We try to enable ANSI color support on Windows using the new APIs.
If that succeeds, we print colors as usual. If it fails, we disable
styles completely.
2019-02-09 21:44:10 -08:00
Jason Liquorish
265ed66d7d
Add Windows support
2019-02-05 09:32:13 -08:00
Jonathan Dahan
91c7a412f0
Add support for spaces in commands ( #75 )
...
For example "git commit".
Fixes #74 .
2019-01-14 09:28:48 +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