Denis Isidoro
|
eb146fb3f7
|
Fix behavior for fish shell (#498)
Fixes #496
|
2021-04-12 08:07:45 -03:00 |
|
Denis Isidoro
|
9095e376aa
|
Publish binaries for more platforms, including Windows (#490)
|
2021-04-11 12:04:12 -03:00 |
|
Denis Isidoro
|
5a68b695da
|
Fix navi fn welcome (#495)
|
2021-04-11 09:31:09 -03:00 |
|
Denis Isidoro
|
d550b29fb0
|
Fix path for downloaded cheats (#493)
|
2021-04-11 07:43:25 -03:00 |
|
Denis Isidoro
|
56ae9b880f
|
Fix issue link
|
2021-04-11 06:58:41 -03:00 |
|
Denis Isidoro
|
fb6a2fc34a
|
Add link to more shell instructions
|
2021-04-11 06:55:14 -03:00 |
|
Denis Isidoro
|
219dd90d85
|
Fix typo in demo video
|
2021-04-10 17:37:48 -03:00 |
|
Denis Isidoro
|
4f0b5be484
|
Update demo video
|
2021-04-10 17:30:07 -03:00 |
|
Denis Isidoro
|
33c018492e
|
Update demo video (#488)
|
2021-04-09 18:07:47 -03:00 |
|
Denis Isidoro
|
307f0c11b2
|
Improve bash and zsh widgets (#486)
|
2021-04-09 11:55:44 -03:00 |
|
Denis Isidoro
|
1f3560f7f9
|
Refactor env_vars package (#485)
|
2021-04-06 10:53:21 -03:00 |
|
Denis Isidoro
|
243a2c8472
|
Use crossterm instead of termion and terminal_width
|
2021-04-06 10:33:05 -03:00 |
|
Denis Isidoro
|
78c99dcb4b
|
CI/CD: build for x86_64-pc-windows-gnu (#483)
|
2021-04-06 09:49:17 -03:00 |
|
Denis Isidoro
|
58dec4b8e8
|
Use remove_dir_all crate (#482)
|
2021-04-06 09:47:37 -03:00 |
|
Denis Isidoro
|
f415e6fd34
|
Use Pathbufs appropriately (#481)
|
2021-04-06 09:45:46 -03:00 |
|
Denis Isidoro
|
a8ddc137f5
|
Add instructions for shell widget customization (#480)
|
2021-04-05 10:23:47 -03:00 |
|
Denis Isidoro
|
cc579470d0
|
Make zsh widget smarter (#479)
Related: #463, from @enisozgen
Before releasing a new version, this will be refactored
|
2021-04-05 10:11:31 -03:00 |
|
Denis Isidoro
|
30c642eee3
|
Rename display package
|
2021-04-05 10:00:48 -03:00 |
|
Denis Isidoro
|
b2816e939f
|
Refactor fetcher packages (#477)
|
2021-04-05 09:58:55 -03:00 |
|
Denis Isidoro
|
3870cd7c5f
|
Refactor core package (#476)
|
2021-04-05 09:54:30 -03:00 |
|
Denis Isidoro
|
16a8b27734
|
Refactor terminal_width package
|
2021-04-05 09:41:30 -03:00 |
|
Denis Isidoro
|
fe07f65ad4
|
Refactor finder packages (#473)
|
2021-04-05 09:37:35 -03:00 |
|
Denis Isidoro
|
43f017353e
|
Correctly show preview var window for --multi (#472)
|
2021-04-05 09:30:25 -03:00 |
|
Denis Isidoro
|
deca1f5426
|
Make preview var content streamable
|
2021-04-05 09:23:56 -03:00 |
|
Denis Isidoro
|
f966e6b374
|
Remove unused code for global flag
|
2021-04-05 09:05:39 -03:00 |
|
Denis Isidoro
|
194878915d
|
Make preview window show mapped values
|
2021-04-04 18:34:01 -03:00 |
|
Denis Isidoro
|
4c297c7a29
|
Make --map behave as function body (#468)
|
2021-04-04 18:26:16 -03:00 |
|
Denis Isidoro
|
17cd4f52d1
|
Fix all new warnings (#467)
|
2021-04-04 18:06:35 -03:00 |
|
Denis Isidoro
|
b6be9db6a8
|
Bump all dependencies (#466)
|
2021-04-04 17:54:36 -03:00 |
|
Denis Isidoro
|
23be67d7ce
|
Move common helpers to src/ (#465)
|
2021-04-04 17:46:33 -03:00 |
|
Denis Isidoro
|
347c19ddca
|
Fix warnings (#464)
|
2021-04-04 17:42:43 -03:00 |
|
Denis Isidoro
|
c35e20e778
|
Merge pull request #460 from persevereVon/master
Fix: if command not found in cheatsh, report and return.
|
2021-03-12 08:52:29 -03:00 |
|
Persevere Von
|
5da5c9a665
|
Fix: if command not found in cheatsh, report and return.
|
2021-03-12 16:38:38 +08:00 |
|
Denis Isidoro
|
5d19464d3e
|
Change navi to Navi in etymology section
|
2021-01-18 15:15:08 -03:00 |
|
Denis Isidoro
|
ee4a5660c0
|
Remove deprecated code (#453)
|
2021-01-18 13:03:39 -03:00 |
|
Denis Isidoro
|
1b16de7cf5
|
Add link to blog post
|
2021-01-18 10:53:50 -03:00 |
|
Denis Isidoro
|
93058e4e56
|
Add UX workaround for nested variables
Fixes #444
Hacky and doesn't cover all use cases but it's a start
|
2021-01-18 10:24:42 -03:00 |
|
Denis Isidoro
|
dd51959817
|
Convert - to _ when reading env vars (#454)
|
2021-01-13 09:17:37 -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 |
|
Denis Isidoro
|
ae3d4cb2be
|
Prevent invisible preview window in case of :hidden in FZF_DEFAULT_OPTS (#446)
Fixes #422
|
2020-12-22 12:04:03 -03:00 |
|
Denis Isidoro
|
ace2b24960
|
Follow symlinks (#443)
Fixes #442
|
2020-12-03 14:15:10 -03:00 |
|
Denis Isidoro
|
f31ee7d308
|
Fix help commands
Fixes #434
|
2020-12-01 16:41:55 -03:00 |
|
Denis Isidoro
|
0e2f255913
|
Bump Github actions dependencies (#439)
|
2020-11-27 10:18:32 -03:00 |
|
Denis Isidoro
|
1499736ad8
|
Fix error when pressing enter with nothing selected (#438)
|
2020-11-27 09:42:49 -03:00 |
|
Denis Isidoro
|
ec6596fe76
|
Fix Ctrl-O behavior when snippet has variables (#437)
|
2020-11-27 09:35:15 -03:00 |
|
Denis Isidoro
|
8e324d5bd1
|
Merge pull request #436 from b3s1r/master
Trigger edit on the current cheat file
|
2020-11-26 19:03:37 -03:00 |
|
Benjamin Siderius-Manning
|
0686583a57
|
Refactor to lookup filenames in Vector
|
2020-11-26 21:36:20 +01:00 |
|
Benjamin Siderius-Manning
|
d78bcf1f60
|
Add option to open .cheat with ctrl-o.
|
2020-11-24 21:30:51 +01:00 |
|
Denis Isidoro
|
0ddf77c1b9
|
Merge pull request #433 from whoan/reduce-loc
Reduce lines of code
|
2020-10-30 09:57:35 -03:00 |
|