Commit graph

571 commits

Author SHA1 Message Date
Denis Isidoro
3fffac8a17
Fix tests (#411) 2020-09-15 16:38:28 -03:00
Denis Isidoro
58f85394f5
Improve test coverage (#410) 2020-09-15 16:30:30 -03:00
Denis Isidoro
2868d178ed
Add navi info cheats-path command (#409) 2020-09-15 15:30:08 -03:00
Denis Isidoro
3067fe96cb
README: as shell widget 2020-09-15 11:34:04 -03:00
Denis Isidoro
6cfb89588f
Fix typo 2020-09-15 11:32:51 -03:00
Denis Isidoro
5b9831e1a0
Add doc for aliases (#408) 2020-09-15 10:39:19 -03:00
Denis Isidoro
fa08d58706
Repo: add option for importing all files (#407) 2020-09-15 10:25:03 -03:00
Denis Isidoro
5fad72d0aa
Merge pull request #405 from Dziman/deprecated-args
Do not use deprecated args, commands.
2020-09-15 07:33:42 -03:00
Dzmitry Rusak
7a8df3da45 Do not use deprecated args, commands. 2020-09-14 11:30:25 -07:00
Denis Isidoro
00a8da653e
Fix link to shell_scripting.md 2020-09-14 09:46:58 -03:00
Denis Isidoro
64f87b6840
Fix inconsistent count 2020-09-14 09:46:11 -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
4cbbe38712 README: extract shell scripting section (#401) 2020-09-14 09:01:32 -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
04f037c865
Remove <Enter> 2020-09-11 18:01:15 -03:00
Denis Isidoro
34a9f728cb
Remove redundancy 2020-09-11 17:59:11 -03:00
Denis Isidoro
ba02df16ff
Add missing word 2020-09-11 15:59:42 -03:00
Denis Isidoro
bebf300c66
source => eval 2020-09-11 15:58:34 -03:00
Denis Isidoro
566f7c9f2c Revamp preview window for argument selection (#398) 2020-09-11 11:59:34 -03:00
Denis Isidoro
579eef7c74
Fix typos 2020-09-02 15:29:42 -03:00
Denis Isidoro
af66f3a4d6
Fix bad link 2020-09-02 15:28:54 -03:00
Denis Isidoro
e5580c91a4
Fix bad link 2020-09-02 15:28:25 -03:00
Denis Isidoro
c3c7eeab19 Minor README fixes 2020-09-01 13:20:32 -03:00
Denis Isidoro
dff6e054bf
Update README.md 2020-08-31 11:00:05 -03:00
Denis Isidoro
531a0a7508
Use comment instead of snippet as example 2020-08-29 19:12:41 -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
84273c129c
Upgrade all dependencies (#389) 2020-08-28 09:29:19 -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
c5017b1a63
Merge pull request #385 from dtrodrigues/patch-1
fix minor readme link typos
2020-08-27 14:48:38 -03:00
Dustin Rodrigues
f4c386b8e9
fix minor readme link typos 2020-08-26 23:03:08 -04:00
Denis Isidoro
b35f94f8dc
Merge pull request #383 from MatthiasCoppens/gentoo
Add Gentoo installation instructions
2020-08-25 15:24:25 -03:00
Matthias Coppens
b7a5bc916b
Add Gentoo installation instructions
Navi is available in the GURU overlay for Portage
2020-08-25 11:55:09 +02:00
Denis Isidoro
35acf704bb
Fix typo 2020-08-23 20:20:03 -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
74cacdc4dd
Remove inline package manager badges 2020-08-14 17:07:16 -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
22c0d03586
Make widget sourcing defensive 2020-08-13 09:15:25 -03:00