Denis Isidoro
|
f8adffd3ff
|
Remove support for alfred (#509)
|
2021-04-15 11:00:04 -03:00 |
|
Denis Isidoro
|
9095e376aa
|
Publish binaries for more platforms, including Windows (#490)
|
2021-04-11 12:04:12 -03:00 |
|
Denis Isidoro
|
af9892667f
|
Fix CD
|
2020-04-19 16:02:34 -03:00 |
|
Denis Isidoro
|
c7f919eaa0
|
Add support for Alfred (#347)
|
2020-04-19 15:51:04 -03:00 |
|
Denis Isidoro
|
fcfa7843fc
|
wip
|
2020-03-16 08:02:23 -03:00 |
|
asd
|
7d7441d6c2
|
Vendored OpenSSL
|
2020-03-15 14:06:25 -03:00 |
|
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:

If the user selects the first option, the user is prompted to download `.cheat`s from https://github.com/denisidoro/cheats:


The config folder is populated:

When run again, cheats are available:

### 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
|
06eae50613
|
Minor fixes (#221)
|
2020-03-11 11:30:25 -03:00 |
|
Denis Isidoro
|
c5cd85bb41
|
Rust implementation (#197)
|
2020-03-04 18:01:23 -03:00 |
|