Commit graph

219 commits

Author SHA1 Message Date
Juan Eugenio Abadie
43d16025d2 Reduce lines of code 2020-10-30 08:49:31 -03:00
Denis Isidoro
6dcbcfea54
Improve support for variable prompt in shell scripting (#428) 2020-10-15 15:44:56 -03:00
Denis Isidoro
648ebff1cd
Alfred workflow: fix quoting (#430) 2020-10-15 15:32:43 -03:00
Denis Isidoro
ca458f76f6
Fix autoselect-1 when using skim (#429) 2020-10-15 15:32:29 -03:00
Denis Isidoro
ff84a30301
Fix error when downloading repo using tab (#427)
Fixes #425
2020-10-13 10:05:07 -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
5a758f00e1
Simplify hash code (#414) 2020-09-16 09:08:52 -03:00
Denis Isidoro
2868d178ed
Add navi info cheats-path command (#409) 2020-09-15 15:30:08 -03:00
Denis Isidoro
fa08d58706
Repo: add option for importing all files (#407) 2020-09-15 10:25:03 -03:00
Denis Isidoro
16e40ed128
Restart navi after adding a repo (#404) 2020-09-14 09:43:30 -03:00
Denis Isidoro
52b5271217
Make cheat finding recursive (#403) 2020-09-14 09:40:20 -03:00
Denis Isidoro
0e902d3230
Add ctrl-r binding for toggle-all (#402) 2020-09-14 09:06:29 -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
d79f181b4d
Fix alfred commands (#394) 2020-08-29 16:49:35 -03:00
Denis Isidoro
87eca1a0d0
Notify deprecation at most once (#393) 2020-08-29 15:53:28 -03:00
Denis Isidoro
a44eca3c9c
Unify code for finders (#392) 2020-08-29 15:46:16 -03:00
Denis Isidoro
ee17d79b71
Add tests for cheat.sh and tldr (#391) 2020-08-29 15:34:19 -03:00
Denis Isidoro
d64ec34912
Improve test coverage (#390)
- add test for tldr and cheatsh
- run all possible test cases
2020-08-28 09:58:35 -03:00
Denis Isidoro
2dd918d1e0
rustfmt: max-width 150 (#388) 2020-08-28 09:21:24 -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
abae4e022f
Allow color and width customization (#386)
Fixes #202 and allows a workaround for #249.
2020-08-28 08:57:03 -03:00
Denis Isidoro
e49ff1a18d
Refactor code (#384) 2020-08-27 15:15:09 -03:00
Denis Isidoro
00fe27ba79
Add ability to extend cheatsheets (#382)
Fixes #377
2020-08-23 20:09:27 -03:00
Denis Isidoro
e64d1cc8aa
Multi-indexed variable map (#381)
This may be useful for future features
2020-08-19 09:00:06 -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
Iain Earl
1d65f73994
Make --exact optional for skim by having --no-exact in the NAVI_FZF_OVERRIDES environment variable 2020-05-29 08:36:18 +01:00
Denis Isidoro
317cc34016
Change terminal fallback width to 80 2020-05-12 10:13:21 -03:00
Denis Isidoro
ead1323965
[Alfred] Add support for free input text (#354) 2020-04-25 22:26:39 -03:00
Denis Isidoro
0015d317b8
Improve code quality even more (#353) 2020-04-25 21:42:24 -03:00
Denis Isidoro
434fc4ac76
Improve code quality a little bit (#352)
Fixes #349
2020-04-25 15:30:05 -03:00
Denis Isidoro
818ebccdf0
Show icon in Alfred (#351) 2020-04-24 13:38:58 -03:00
Denis Isidoro
cc2007c674
Refactor variable dependency code (#350) 2020-04-20 18:29:48 -03:00
Denis Isidoro
c7f919eaa0
Add support for Alfred (#347) 2020-04-19 15:51:04 -03:00
Denis Isidoro
019adf82cf
Allow empty variables (#346)
Fixes #332
2020-04-18 08:06:05 -03:00
Denis Isidoro
d7d3321915
Prevent precocious abortion of url::open and clipboard copy (#345) 2020-04-16 10:39:42 -03:00
Denis Isidoro
17b9987886
Fix escaping issues in shell outs (#344) 2020-04-16 09:40:11 -03:00
Denis Isidoro
4853a6718c
Disable preview-window for variable suggestions (#343)
Fixes #338 

Reopens #320
2020-04-13 14:27:05 -03:00
Denis Isidoro
3188a76759
Prevent panic on empty tag/description (#341)
Fixes #339
2020-04-13 11:24:49 -03:00
Denis Isidoro
cbae8a5420
Attempt to fix git clone issues (#340)
Probably fixes #326
2020-04-13 10:31:33 -03:00
Denis Isidoro
4451624ce0
Show snippet in variable prompt (#337)
Fixes #320
2020-04-11 11:06:34 -03:00
Denis Isidoro
c6d17ca062
Shell out to git clone (#336)
Fixes #305
2020-04-11 10:14:04 -03:00
Denis Isidoro
6678cda032
Add support for post-choice manipulation (#335)
Fixes #325
2020-04-10 23:01:35 -03:00
Denis Isidoro
1f5db34902
Add support for copying snippet to clipboard (#334)
Fixes #205
2020-04-10 19:48:22 -03:00
Denis Isidoro
72cf882ee0
Handle spaces in fn url::open (#333)
Fixes #331
2020-04-10 19:21:14 -03:00
Denis Isidoro
d09fc850f1
Fix skim preview-window (#324) 2020-03-30 10:39:47 -03:00
Denis Isidoro
69ee79b272
Merge pull request #318 from shenek/skim-bin
Add support for skim binary instead of fzf binary
2020-03-30 10:19:11 -03:00