Expand description
Application configuration modules.
app_config— main~/.config/omnyssh/config.tomlssh_config— parser for~/.ssh/configsnippets—~/.config/omnyssh/snippets.toml
Top-level functions in this module handle loading and persisting the
host list (hosts.toml).
Modules§
- app_
config - snippets
- ssh_
config - Parser for
~/.ssh/config.
Functions§
- load_
all_ hosts - Loads all hosts: manually-added (
hosts.toml) merged with hosts imported from~/.ssh/config. - load_
hosts - Loads manually-added hosts from
~/.config/omnyssh/hosts.toml. - save_
hosts - Persists the manually-added hosts (source ==
Manual) to~/.config/omnyssh/hosts.toml.