navi/src/handler
Ulrich Kautz b5b79b4bf2 Add build feature to disable repo management
Having a command to install cheatsheets from repositories on github is amazing and makes `navi` very easy to setup and get started. The repo contents provide the "meat" of `navi`. A one-liner can load a bunch of useful cheatsheets for a whole host of open source commands.

However, in locked down environments, where a high level of control of what is executed needs to be imposed, having the capability to download and use "arbitrary code from the internet" can be more harmful than good. Here you would likely want to manage all cheathsheets for `navi` carefully yourself. Possibly reviewing each cheathsheet individually. This CL provides a build feature that disables the whole `repo` sub-command tree to support that use-case.
2022-02-09 10:23:50 +00:00
..
core.rs Add cheats for navi itself (#599) 2021-08-08 08:12:19 -03:00
func.rs Add support for config file (#518) 2021-04-17 10:17:22 -03:00
info.rs Add cheats for navi itself (#599) 2021-08-08 08:12:19 -03:00
mod.rs Add build feature to disable repo management 2022-02-09 10:23:50 +00:00
preview.rs Bump crossterm from 0.19.0 to 0.20.0 (#564) 2021-06-15 10:16:54 -03:00
preview_var.rs Bump crossterm from 0.19.0 to 0.20.0 (#564) 2021-06-15 10:16:54 -03:00
preview_var_stdin.rs Print an empty line between previews (#536) 2021-04-22 09:58:20 -03:00
repo_add.rs Add support for config file (#518) 2021-04-17 10:17:22 -03:00
repo_browse.rs Add support for config file (#518) 2021-04-17 10:17:22 -03:00
shell.rs Add elvish widget 2021-09-08 16:51:44 -05:00