Commit graph

414 commits

Author SHA1 Message Date
Ward Wouts
b0f806449c Use what's already typed on the commandline as a filter 2020-08-05 11:43:07 +02: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
95f746c3cc
Merge pull request #364 from itmecho/feature/skim-optional-exact
Optional exact mode for skim
2020-05-29 09:17:10 -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
a754a6b041
Remove references to bash implementation (#355) 2020-04-27 11:25:58 -03:00
Denis Isidoro
c2dfbcd614
Mention Alfred Powerpack 2020-04-25 22:27:24 -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
a78044fec7
Fix typo 2020-04-19 16:12:36 -03:00
Denis Isidoro
082bc81611
Add instructions for Alfred 2020-04-19 16:09:02 -03:00
Denis Isidoro
af9892667f Fix CD 2020-04-19 16:02:34 -03:00
Denis Isidoro
afed6a840b Fix CD 2020-04-19 15:56:01 -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
5c8b9b4aff
Fix typo 2020-04-17 20:10:41 -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
6b9d97bc09
Fix typo 2020-04-11 10:58:58 -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
c81aa29eb7
Merge pull request #330 from kaizhang91/fix/zsh
The original behavior:
1. The whole line in terminal will be killed
2. The new command will be printed one character by one character

The new behavior:
1. The selected command will be printed on terminal directly.

The code is based on <https://github.com/junegunn/fzf/wiki/examples#locate>.
2020-04-07 16:00:43 -03:00
Kai Zhang
53d230544a
use zle redisplay 2020-04-07 16:22:33 +00:00
Denis Isidoro
e683c0f28c
Make variable dependency example simpler 2020-03-30 18:45:45 -03:00
Denis Isidoro
0400eabd9b
Mention skim 2020-03-30 10:40:45 -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
Stepan Henek
229ae72bbb
Add finder argument to choose between fzf and skim 2020-03-28 22:58:17 +01:00
Stepan Henek
5ab74c36c9
fixup! Add compile option to use skim binary instead of fzf binary 2020-03-27 22:24:36 +01:00
Stepan Henek
83a3286abe
Add compile option to use skim binary instead of fzf binary 2020-03-27 15:36:37 +01:00
Denis Isidoro
faa076b969
Stop referencing denisidoro/tools/navi 2020-03-26 14:16:04 -03:00
Denis Isidoro
ec1ca87fa5
Fix snippet alignment + hide empty snippets (#316) 2020-03-26 14:14:56 -03:00
Denis Isidoro
69f09e8b69
Fix install script 2020-03-26 13:11:06 -03:00
Denis Isidoro
79a38158f9
Fix install script (#315) 2020-03-25 21:06:42 -03:00
Denis Isidoro
2c705a05e6
Add colors to --help (#314) 2020-03-25 20:12:15 -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
Denis Isidoro
6ed7cd12b5 Fix install script 2020-03-24 11:02:57 -03:00
Denis Isidoro
04dcf79a34
Fix panic when trimming text with non-ASCII characters (#311)
Fixes #310
2020-03-24 10:53:45 -03:00
Denis Isidoro
4b5658a5b7
Fix crash when input has no match (#309)
Fixes #307
2020-03-24 09:42:54 -03:00
Denis Isidoro
ed0759f9e3
Fix multiline behavior in the bash widget (#308)
Fixes #306 

This only happens when using the bash widget
2020-03-24 08:38:42 -03:00