Commit graph

68 commits

Author SHA1 Message Date
dependabot[bot]
5206809713
Bump regex from 1.5.3 to 1.5.4 (#548)
Bumps [regex](https://github.com/rust-lang/regex) from 1.5.3 to 1.5.4.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.5.3...1.5.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-17 09:50:23 -03:00
dependabot[bot]
17311db3e2
Bump regex from 1.4.6 to 1.5.3 (#544)
Bumps [regex](https://github.com/rust-lang/regex) from 1.4.6 to 1.5.3.
- [Release notes](https://github.com/rust-lang/regex/releases)
- [Changelog](https://github.com/rust-lang/regex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-lang/regex/compare/1.4.6...1.5.3)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-03 09:48:51 -03:00
dependabot-preview[bot]
d48d5c03e2
Bump regex from 1.4.5 to 1.4.6 (#538) 2021-04-26 11:48:29 +00:00
Denis Isidoro
c9701db6ca
Print an empty line between previews (#536) 2021-04-22 09:58:20 -03:00
Denis Isidoro
1039658555
Simplify regex dependency (#525) 2021-04-19 07:10:25 -03:00
Denis Isidoro
7fb2b53463
Add support for config file (#518) 2021-04-17 10:17:22 -03:00
Denis Isidoro
f8adffd3ff
Remove support for alfred (#509) 2021-04-15 11:00:04 -03:00
Denis Isidoro
d550b29fb0
Fix path for downloaded cheats (#493) 2021-04-11 07:43:25 -03:00
Denis Isidoro
307f0c11b2
Improve bash and zsh widgets (#486) 2021-04-09 11:55:44 -03:00
Denis Isidoro
243a2c8472
Use crossterm instead of termion and terminal_width 2021-04-06 10:33:05 -03:00
Denis Isidoro
58dec4b8e8
Use remove_dir_all crate (#482) 2021-04-06 09:47:37 -03:00
Denis Isidoro
16a8b27734
Refactor terminal_width package 2021-04-05 09:41:30 -03:00
Denis Isidoro
b6be9db6a8
Bump all dependencies (#466) 2021-04-04 17:54:36 -03:00
Denis Isidoro
5c43c5173a
Improve argument parsing (#452)
Fixes #440
2021-01-07 09:31:34 -03:00
Denis Isidoro
c1a2bd8d30 Bump to 2.13.1 2020-12-22 12:05:01 -03:00
Benjamin Siderius-Manning
d78bcf1f60 Add option to open .cheat with ctrl-o. 2020-11-24 21:30:51 +01:00
Denis Isidoro
6dcbcfea54
Improve support for variable prompt in shell scripting (#428) 2020-10-15 15:44:56 -03:00
Denis Isidoro
9cf1227275
Fix trailing slash in $NAVI_PATH (#426)
Fix #420
2020-10-13 09:56:31 -03:00
Denis Isidoro
de06161baf
Fix support for fish shell (#421) 2020-10-08 17:45:01 -03:00
Denis Isidoro
1f37918142
Depend on directories-next instead of dirs (#400) 2020-09-14 08:53:53 -03:00
Denis Isidoro
6808dccf5c
Allow variable suggestions to use preview window (#399) 2020-09-14 08:48:57 -03:00
Denis Isidoro
566f7c9f2c Revamp preview window for argument selection (#398) 2020-09-11 11:59:34 -03:00
Denis Isidoro
e61e588b82
Improve documentation (#395) 2020-08-29 18:58:55 -03:00
Denis Isidoro
84273c129c
Upgrade all dependencies (#389) 2020-08-28 09:29:19 -03:00
Denis Isidoro
4ba0373790
Add initial support for cheat.sh and tldr (#387)
In order to browse cheatsheets from other projects.
2020-08-28 09:12:44 -03:00
Denis Isidoro
00fe27ba79
Add ability to extend cheatsheets (#382)
Fixes #377
2020-08-23 20:09:27 -03:00
Denis Isidoro
657992b173
Allow implicit variable dependencies (#379)
* Allow implicit variable dependencies

* Aug-14 12h01: core.rs, Cargo.toml, Cargo.lock

* Aug-14 12h04: cases.cheat

* Aug-14 12h08: cases.cheat
2020-08-14 13:53:23 -03:00
Denis Isidoro
e11c48ec03
Bump to 2.7.2 (#376) 2020-08-13 15:39:22 -03:00
Denis Isidoro
231f9775ba
Widget: fix behavior for % (#368) 2020-07-10 10:10:38 -03:00
Denis Isidoro
4147d9b0b2 Bump to 2.7.0 2020-06-02 17:00:01 -03:00
Denis Isidoro
a754a6b041
Remove references to bash implementation (#355) 2020-04-27 11:25:58 -03:00
Denis Isidoro
434fc4ac76
Improve code quality a little bit (#352)
Fixes #349
2020-04-25 15:30:05 -03:00
Denis Isidoro
c7f919eaa0
Add support for Alfred (#347) 2020-04-19 15:51:04 -03:00
Denis Isidoro
17b9987886
Fix escaping issues in shell outs (#344) 2020-04-16 09:40:11 -03:00
Denis Isidoro
3188a76759
Prevent panic on empty tag/description (#341)
Fixes #339
2020-04-13 11:24:49 -03:00
Denis Isidoro
c6d17ca062
Shell out to git clone (#336)
Fixes #305
2020-04-11 10:14:04 -03:00
Denis Isidoro
d09fc850f1
Fix skim preview-window (#324) 2020-03-30 10:39:47 -03:00
Denis Isidoro
65154663db
Fix path error on initial run (#313)
Fixes #312 

This isn't idiomatic but it'll do for the time being
2020-03-24 11:42:18 -03:00
Csonka Mihaly
1c7c2932dd Bump version to 2.4.0 2020-03-23 02:10:49 +01:00
Csonka Mihaly
80621dba78 Merge remote-tracking branch 'upstream/master' into improve-error-handling 2020-03-23 00:25:28 +01:00
Csonka Mihaly
38b85fabf6 Add thiserror dependency 2020-03-22 17:37:20 +01:00
Denis Isidoro
8c3748f997
Fix --preview-window for repo browse (#302) 2020-03-22 10:14:47 -03:00
Csonka Mihaly
70ec05ba5e Add anyhow dependency. 2020-03-20 22:51:07 +01:00
Denis Isidoro
10f0219792
Forward many more parameters to fzf after --- (#294) 2020-03-19 22:01:50 -03:00
Denis Isidoro
2ca1d8fc85
Fix --multi with --column + refactors (#290) 2020-03-19 09:19:50 -03:00
Denis Isidoro
0b91a374fe
Add navi repo browse (#280) 2020-03-16 22:56:47 -03:00
Denis Isidoro
3f66614818 Bump 2020-03-16 10:22:37 -03:00
Ingolf Wagner
8f0a686ddb
Merge branch 'master' into feature/travis 2020-03-16 20:48:59 +08:00
Ingolf Wagner
7c44194aee
travis: add travis build script 2020-03-16 20:45:03 +08:00
Denis Isidoro
503c6b54a3 bump 2020-03-16 08:03:05 -03:00