Austin Jones
41951e22a4
Fix crash when user enters a command that doesn't exist
2020-03-12 14:16:56 -04:00
Denis Isidoro
ce9c22100a
Allow overriding FZF variables ( #235 )
...
`$FZF_DEFAULT_OPTS` won't work in some use cases because it has lower precedence then hardcoded settings such as `--exact`.
Usage:
```
export NAVI_FZF_OVERRIDES=" --no-exact"
navi
```
Fixes #232
2020-03-12 14:57:02 -03:00
Ashrith Mekala
f9d92054d6
Add apt cheat
...
Includes apt cheat sheet
2020-03-12 10:51:26 -07:00
Denis Isidoro
7ae019cf0e
Fix typo
2020-03-12 13:21:49 -03:00
Denis Isidoro
a1dea118c0
Fix path issues ( #231 )
...
Fixes #224 and #228
2020-03-12 13:03:04 -03:00
jobot0
67607e10e1
✨ Add basic firebase cheatsheet
2020-03-12 09:08:36 +01:00
Denis Isidoro
4dffbe6f29
Fix brew formula script
2020-03-11 20:38:13 -03:00
Denis Isidoro
770793317b
Handle relative symlinks ( #225 )
...
Attempts to solve #224 and #223
2020-03-11 20:26:00 -03:00
Ash
9aa20f21c0
Add files via upload
2020-03-11 13:09:28 -04:00
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