Commit graph

829 commits

Author SHA1 Message Date
Denis Isidoro
da8dd42269
Bigger introduction 2020-03-11 13:04:25 -03:00
Denis Isidoro
5d121364e3
Update gif 2020-03-11 13:01:17 -03:00
Denis Isidoro
7e980b50d6
Reference unofficial formula 2020-03-11 11:32:46 -03:00
Denis Isidoro
2ac30999c2 Bump 2020-03-11 11:31:04 -03:00
Denis Isidoro
06eae50613
Minor fixes (#221) 2020-03-11 11:30:25 -03:00
Denis Isidoro
e6b7c2f358 Add script for getting SHA for specific version 2020-03-10 14:18:14 -03:00
Denis Isidoro
8069e6dbe2 Bump to 2.0.2 2020-03-10 14:11:19 -03:00
Denis Isidoro
751393309f
Defensive cheats folder (#220) 2020-03-10 14:01:28 -03:00
Denis Isidoro
44d072de94
Be more defensive with /dev/tty (#219) 2020-03-10 13:32:22 -03:00
Denis Isidoro
aefc136491
Rename CI pipeline (#218) 2020-03-10 13:21:00 -03:00
Denis Isidoro
cbe8c22d98
Update README (#217) 2020-03-10 13:13:32 -03:00
Denis Isidoro
1cbb167b57
Allow custom dirs when running make (#214) 2020-03-09 18:41:06 -03:00
Denis Isidoro
4a1bbd39ab
Add support for metacomment (#216)
Fixes https://github.com/denisidoro/navi/issues/215
2020-03-09 15:02:54 -03:00
Denis Isidoro
233f5ca8c1 Terminal width fallback 2020-03-09 13:57:48 -03:00
asd
ff90946bdb Add ./scripts/brew sha 2020-03-07 18:45:10 -03:00
asd
44d3d1bec8 Fix linting 2020-03-07 18:37:35 -03:00
Denis Isidoro
766d074368
Merge pull request #212 from ruabmbua/fix-prompt-panic
Fixed OOB panic in replace_variables_from_snippet()
---

If navi enters a interactive prompt for filling out variables in snippets,
it is possible to panic, when the user SIGINT`s the process while using the prompt.
E.g. using strg+c.

Fixed by checking exit code 130 in promt_with(out)_suggestions(),
and returning early.
2020-03-07 18:11:21 -03:00
Denis Isidoro
62e0d2cb94
Move code to fzf.rs 2020-03-07 18:08:31 -03:00
Denis Isidoro
a0ebbee5c9
Merge branch 'master' into fix-prompt-panic 2020-03-07 18:07:16 -03:00
Denis Isidoro
ac61dd09b4
Fix use in subshell (#213) 2020-03-07 18:03:51 -03:00
Roland Ruckerbauer
9b3c132dd4 Fixed OOB panic in replace_variables_from_snippet()
Fixed by checking exit code 130 in promt_with(out)_suggestions(),
and returning early.
2020-03-07 15:02:19 +01:00
Denis Isidoro
dc4fe98f56
Fix best command (#210) 2020-03-05 17:40:14 -03:00
Denis Isidoro
fe26b00953
Follow symlinks for exe (#209) 2020-03-05 16:29:49 -03:00
Denis Isidoro
b3ab91a9a0 Add test cheat 2020-03-05 15:06:38 -03:00
Denis Isidoro
365294d920
Add GitHub action badge 2020-03-04 20:26:03 -03:00
Denis Isidoro
5464e7e639
Update installation instructions 2020-03-04 20:08:58 -03:00
Denis Isidoro
4ab45bc3ea
Add deprecation notice 2020-03-04 20:03:03 -03:00
Denis Isidoro
8866459709 Fix README 2020-03-04 18:04:33 -03:00
Denis Isidoro
c5cd85bb41
Rust implementation (#197) 2020-03-04 18:01:23 -03:00
Denis Isidoro
684702e770
Mention rust 2020-02-25 11:04:28 -03:00
Denis Isidoro
14c9b19579
Merge pull request #187 from bajatin/master
Added a Command line(bash) cheat sheet
2020-02-18 07:07:34 -03:00
bajatin
10bc7cf887
Update shell.cheat 2020-02-09 19:16:40 +05:30
bajatin
a4fe0a3bb0 Updated few variable names 2020-02-09 19:14:43 +05:30
bajatin
820e382283
Update shell.cheat 2020-02-09 18:50:39 +05:30
bajatin
85e376f850
Update shell.cheat 2020-02-09 18:49:05 +05:30
bajatin
8d584cc116
updated cheat sheet 2020-02-09 18:48:08 +05:30
bajatin
73ca2d2e1f Command line cheat sheet 2020-02-09 18:44:11 +05:30
Denis Isidoro
d7e0ecad9e
Merge pull request #185 from bitozoid/fix-issue-182-v1
Limit dep order filter

To fix #182.
2020-02-04 15:04:51 -03:00
bitozoid
bf7f145e93
Bump version to 0.18.3. 2020-02-04 13:28:38 +00:00
bitozoid
cf7201af7a
Limit dep order filter
To fix #182.
2020-02-03 10:42:51 +00:00
Denis Isidoro
68651bb1c8
Merge pull request #180 from enisozgen/multi-git-add-function
Hello this PR supports multiple selection for files in `git diff` and `git add`

In my tests `cd` didn't create problem. Please think about can it create problem.

Best Regards,
2020-01-27 10:52:35 -03:00
Denis Isidoro
dbcd7eae4a
Revert "Correctly escape backslashes" (#181)
Reverts #177

Fixes #179 but reopens #131
2020-01-22 17:26:25 -03:00
Enis Ozgen
57e0f8422f multi-git-add-function 2020-01-22 19:58:39 +01:00
Denis Isidoro
4d7b58fa18
Add experimental funding button (#178) 2020-01-20 18:09:45 -03:00
Denis Isidoro
e9dc75555b
Correctly escape backslashes (#177)
Fixes #131
2020-01-20 16:44:21 -03:00
Denis Isidoro
a70c6dfadd
Add support for multiple choice (#175)
Fixes #173
2020-01-17 15:29:16 -03:00
Denis Isidoro
8f2bc5f7e7
Fish: fix widget (#174)
Fixes #170 and #171
2020-01-17 14:41:23 -03:00
Denis Isidoro
ac39ac630c Bump to 0.17.0 2019-12-17 13:36:57 -03:00
Denis Isidoro
61ba531490
Merge pull request #169 from dawidd6/fix-fish-preview
Fix preview in fish shell

Closes: #168

Might not be the best solution tho, but it does the trick.
2019-12-17 13:35:51 -03:00
Dawid Dziurla
7bc7f2304f
Fix preview in fish shell 2019-12-16 16:03:01 +01:00