Commit graph

676 commits

Author SHA1 Message Date
asd
051832d1a5 OpenSSL 2020-03-15 13:56:25 -03:00
Denis Isidoro
de16846aba
Initial cheat repo support (#258)
This PR makes navi stop bundling `.cheat` files and makes it able to download from repos on GitHub, using a standardized config directory.

- it fixes #233 and #237
- it makes #52, #256 and #257 much easier to implement
- it makes #40 harder to implement
- it's an alternate solution to #140 
- it's influenced by #238 and #254.

This PR ended up being much bigger than I would like so if you could review only this description it would be already very nice!

When navi is started for the first time, a welcome cheatsheet is shown:
![Screenshot at 2020-03-15 10-20-04](https://user-images.githubusercontent.com/3226564/76702240-19fffd80-66a7-11ea-884f-97c565bc1ead.png)

If the user selects the first option, the user is prompted to download `.cheat`s from https://github.com/denisidoro/cheats: 
![Screenshot at 2020-03-15 10-20-35](https://user-images.githubusercontent.com/3226564/76702239-19fffd80-66a7-11ea-8f69-324f669b1e01.png)
![Screenshot at 2020-03-15 10-22-59](https://user-images.githubusercontent.com/3226564/76702236-18363a00-66a7-11ea-8ff4-53b497f85888.png)

The config folder is populated:
![Screenshot at 2020-03-15 10-21-11](https://user-images.githubusercontent.com/3226564/76702238-19676700-66a7-11ea-8367-3e7b5733f2b4.png)

When run again, cheats are available:
![Screenshot at 2020-03-15 10-21-34](https://user-images.githubusercontent.com/3226564/76702237-19676700-66a7-11ea-9c2a-d8829340f3e9.png)

### Breaking changes

In order to make navi stop bundling shell widgets as well, a breaking change has been introduced: `source $(navi widget bash)` won't work anymore. It should be `source <(navi widget bash)` now. Any ideas on how to make this transition more graceful?
2020-03-15 13:46:58 -03:00
Denis Isidoro
f8e5ec844a
Merge pull request #266 from PurpleBooth/add-httpie-cheat
Add a sheet for HTTPie
2020-03-15 09:55:02 -03:00
Denis Isidoro
bbbd53effe
Merge pull request #265 from PurpleBooth/patch-1
Remove TODO
2020-03-15 09:54:52 -03:00
Billie Thompson
c0dec7fb15
Added a httpie cheat sheet
This is one of the commands I use a bit more. Here's a sheet to help
others use it too.
2020-03-15 12:33:28 +01:00
Billie Thompson
2e280ce369
Remove TODO
Looks like a TODO accidentally got left in this cheat sheet. This removes it.
2020-03-15 12:03:40 +01:00
Denis Isidoro
48c2b64f7f
Static newline regex (#264) 2020-03-14 18:22:39 -03:00
asd
1678564800 💅 2020-03-14 18:14:30 -03:00
Denis Isidoro
3fa141846b
Allow multiline commands (#262)
Fixes #260
2020-03-14 18:08:57 -03:00
Denis Isidoro
5423cd8ccb
wip (#261) 2020-03-14 15:34:26 -03:00
Denis Isidoro
b809739113
Merge pull request #259 from mrVanDalo/feature/allow-extra
add `--allow-extra` option
2020-03-14 15:21:55 -03:00
Ingolf Wagner
0d22fe49ab
pull request comments 2020-03-14 23:46:33 +08:00
Ingolf Wagner
3617126f6a
cosmetics 2020-03-14 20:53:27 +08:00
Ingolf Wagner
af6fba3c31
run cargo fmt 2020-03-14 20:33:07 +08:00
Ingolf Wagner
2d86b64683
add --allow-extra to README 2020-03-14 20:32:01 +08:00
Ingolf Wagner
0a22398a47
add --allow-extra option 2020-03-14 20:32:00 +08:00
Ingolf Wagner
8669ba9829
changed suggestion processing and signaling for fzf 2020-03-14 20:32:00 +08:00
Ingolf Wagner
50627492f3
minor refactorings 2020-03-14 20:31:59 +08:00
Ingolf Wagner
8fdecb3fcd
add .idea to .gitignore 2020-03-14 20:26:26 +08:00
Denis Isidoro
e99e1511e5
Merge pull request #255 from mrVanDalo/feature/prompt-suggesions
add variable name to prompt with suggestions
2020-03-13 16:28:52 -03:00
Ingolf Wagner
6f4c5ba25b
add variable name to prompt with suggestions 2020-03-14 03:22:57 +08:00
Denis Isidoro
964d389911
Merge pull request #248 from toan2406/master
Update javascript cheats
2020-03-13 09:16:35 -03:00
Denis Isidoro
e40a0e2dc4
Reuse variables (#252)
Fixes #251
2020-03-13 08:27:19 -03:00
Toan Nguyen
79fe658a41 Remove redundant codes 2020-03-13 16:52:06 +07:00
Toan Nguyen
4520c7f065 Update json parsing script for js cheat 2020-03-13 15:02:16 +07:00
Toan Nguyen
fa6a902b5e Update javascript cheats 2020-03-13 14:23:04 +07:00
Denis Isidoro
f8e8da018b
Minor theme change (#246) 2020-03-12 23:58:51 -03:00
Denis Isidoro
7f4fc90116
Prevent panic when there are no cheats (#244)
Fixes #243
2020-03-12 23:32:28 -03:00
Denis Isidoro
95ed76f40c
Merge pull request #229 from jobot0/master
 Add basic firebase cheatsheet
2020-03-12 21:48:00 -03:00
Denis Isidoro
01cf94f7bc
Merge pull request #234 from ashrithr/master
Add apt cheat
2020-03-12 21:47:25 -03:00
Denis Isidoro
db96519c27
Merge pull request #222 from Phate6660/master
Add files via upload
2020-03-12 21:46:55 -03:00
Denis Isidoro
f6a4fec13d
Add support for variable dependency (#242)
Fixes #203
2020-03-12 21:39:15 -03:00
Denis Isidoro
c5b3b175f6
Add support for navi fn (#241)
Fixes #208
2020-03-12 21:05:18 -03:00
Denis Isidoro
5af2792386
Mention fzf (#240)
Fixes #226
2020-03-12 20:40:20 -03:00
Denis Isidoro
e32e0f1245
Fix delimiter (#239)
Fixes #230
2020-03-12 19:04:47 -03:00
Denis Isidoro
8d0c82c8a2
Merge pull request #236 from austinjones/fix-badcmd
Fix crash when user enters a command that doesn't match any cheats
2020-03-12 17:44:05 -03:00
Denis Isidoro
60a77e828a
Merge branch 'master' into fix-badcmd 2020-03-12 17:43:34 -03:00
Denis Isidoro
0f8b9853b6 Bump 2020-03-12 17:42:56 -03:00
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