0xflotus
d43c264aea
fixed grouped
2019-02-20 03:20:06 +01:00
Jinzhou Zhang
075494a61f
[doc] bump to v0.5.3
2019-02-20 09:56:39 +08:00
Jinzhou Zhang
817b75c096
[doc] fix doc: how to work with rg
2018-11-10 08:31:26 +08:00
Jinzhou Zhang
aa32ebdaff
version 0.5.2
2018-10-22 23:09:49 +08:00
Jinzhou Zhang
64f6958190
add fd to default command
2018-09-02 23:00:25 +08:00
Daniel M. Capella
a45349f9c3
[doc] Touch up readme
2018-08-14 22:28:16 -04:00
Jinzhou Zhang
5660defd56
[0.5.1] use cross to build the targets
...
So that it could support more platform in a more compatible way.
For example travis CI will use ubuntu that uses GLIBC_2.18 but it is
not supported by CentOS 7.
2018-06-24 09:44:33 +08:00
Jinzhou Zhang
658e2f01ab
[doc] bump to 0.5.0
2018-06-12 22:48:25 +08:00
Jinzhou Zhang
9a3d1a9643
[doc] indicate that the field is not fzf's style
2018-06-11 22:40:00 +08:00
Jinzhou Zhang
428f6a5fbf
[doc] ready for 0.4.0
2018-06-03 08:55:08 +08:00
Euan Kemp
17dfc5118d
[input] cleanup ctrl-q abort remnants
...
Since commit 4f8e6ea , ctrl-q only acts as an interactive toggle by
default, not as abort.
This updates the readme, and removes the redundant insertion of it
(which was just overridden another several lines down with its
interactive keymappnig).
2017-10-23 22:37:42 -07:00
Jinzhou Zhang
3a24d1b8b4
set better default SKIM_DEFAULT_COMMAND for vim
...
As described in #3 , I do think a better default for SKIM_DEFAULT_COMMAND
is good for both new and old users.
2017-10-05 18:58:13 +08:00
Jinzhou Zhang
ba741cf7a3
[version up] bump to 0.3.1-alpha.1
2017-09-21 11:42:58 +08:00
Tiziano Santoro
47bcc85099
Update README with install instructions for linux.
2017-05-26 14:29:02 +01:00
Mark Wallace
383d0eb2d4
close #49 , compile on stable
...
Previouly, skim relys on nightly rust for `io::chars`
Now use crate utf8parse instead.
Check https://github.com/rust-lang/rust/issues/27802#issuecomment-270555935
2017-01-19 22:05:32 +08:00
Mark Wallace
4f8e6eaabe
fix #40 , #48 support toggling regex mode dynamically.
...
1. Change the default key binding for toggleing interactive mode to Ctrl-Q
2. Support toggling regex mode by Ctrl-R (rotate mode)
3. Update README
2017-01-19 21:32:46 +08:00
Fares Rihani
b8636e0d8c
Update README.md spelling and minor grammar
...
Neat project, however going through the readme had me distracted a bit so I made a few corrections that should simplify reading.
Still unclear is the 'replstr' part, if someone could suggest something there.
2017-01-17 17:27:45 -05:00
zhang_ji
8ad9ca8a9b
Revert "[theme] molokai as the default theme"
...
This reverts commit ce4d750e03 .
2017-01-06 12:22:54 +08:00
Mark Wallace
ce4d750e03
[theme] molokai as the default theme
2017-01-03 21:54:30 +08:00
Mark Wallace
c87e36939f
[doc] fix markdown layout for table
2017-01-03 18:02:30 +08:00
Mark Wallace
8d59722a36
[doc] update the doc for customizing color themes
2017-01-03 17:54:45 +08:00
Jinzhou Zhang
e55f008679
Update README.md
...
Update the demo images
2017-01-03 17:41:01 +08:00
Mark Wallace
74a2d9f43e
[doc] prepare for the next release
2017-01-03 11:15:22 +08:00
Jinzhou Zhang
644f951ab7
fix #29 add brew installation method
2016-12-06 21:51:07 +08:00
Mohamed Hayibor
6ba4b6410e
Fix minor typos
2016-07-27 02:18:15 -04:00
Jinzhou Zhang
23fcd6a874
[doc] fix some format
2016-07-20 15:03:37 +08:00
zhang_ji
70280b218f
[doc] update readme
2016-07-20 14:56:55 +08:00
zhang_ji
cb47c22b6c
[CI] add CI build status
2016-07-19 13:42:39 +08:00
zhang_ji
86e0d7d49a
[CI] disable 32 bit build. try to install ncurses for osx
2016-07-19 12:05:41 +08:00
zhang_ji
d0b431ba16
[ #6 ] change the product name to 'skim'.
2016-07-05 09:55:20 +08:00
Jinzhou Zhang
a9c91b26c1
Merge pull request #5 from lotabout/develop
...
fix : #4 exit with non-zero status on cancel.
2016-07-04 10:05:46 +08:00
zhang_ji
82503d3569
fix : #4 exit with non-zero status on cancel.
...
0 -> normal exit; 1 -> no match; 130 -> cancel.
The 130 is chosen following fzf's spec.
2016-07-04 09:58:07 +08:00
Jinzhou Zhang
e627b64736
[doc] add demo gif
2016-07-01 12:52:19 +08:00
zhang_ji
bc43550f7c
[doc] update readme for simple description.
2016-07-01 12:46:32 +08:00
zhang_ji
6816c22d00
[input] fix stdin conflict between input and reader
...
Input used `wget_wch` to fetch keys pressed which occupys stdin of terminal,
thus causes reader failure in reading from stdin. So fzf-rs won't be able to
handle input from stdin.
Now the input is read from `/dev/tty` file. Requires nightly to build.
2016-06-22 11:57:50 +08:00
Jinzhou Zhang
cd3ef3c36e
Initial commit
2016-05-29 14:24:47 +08:00