Skip to main content

Crate kitty_rc

Crate kitty_rc 

Source

Re-exports§

pub use client::Kitty;
pub use client::KittyBuilder;
pub use commands::CloseTabCommand;
pub use commands::CloseWindowCommand;
pub use commands::CreateMarkerCommand;
pub use commands::DetachTabCommand;
pub use commands::DetachWindowCommand;
pub use commands::DisableLigaturesCommand;
pub use commands::EnvCommand;
pub use commands::FocusTabCommand;
pub use commands::FocusWindowCommand;
pub use commands::GetColorsCommand;
pub use commands::GetTextCommand;
pub use commands::GotoLayoutCommand;
pub use commands::KittenCommand;
pub use commands::LastUsedLayoutCommand;
pub use commands::LaunchCommand;
pub use commands::LoadConfigCommand;
pub use commands::LsCommand;
pub use commands::NewWindowCommand;
pub use commands::RemoveMarkerCommand;
pub use commands::ResizeOSWindowCommand;
pub use commands::ResizeWindowCommand;
pub use commands::RunCommand;
pub use commands::ScrollWindowCommand;
pub use commands::SelectWindowCommand;
pub use commands::SendKeyCommand;
pub use commands::SendTextCommand;
pub use commands::SetBackgroundImageCommand;
pub use commands::SetBackgroundOpacityCommand;
pub use commands::SetColorsCommand;
pub use commands::SetEnabledLayoutsCommand;
pub use commands::SetFontSizeCommand;
pub use commands::SetSpacingCommand;
pub use commands::SetTabColorCommand;
pub use commands::SetTabTitleCommand;
pub use commands::SetUserVarsCommand;
pub use commands::SetWindowLogoCommand;
pub use commands::SetWindowTitleCommand;
pub use commands::SignalChildCommand;
pub use commands::process::ProcessInfo;
pub use commands::window::OsInstance;
pub use commands::window::TabInfo;
pub use commands::window::WindowInfo;
pub use commands::window::parse_response_data;
pub use error::CommandError;
pub use error::ConnectionError;
pub use error::EncryptionError;
pub use error::KittyError;
pub use error::ProtocolError;
pub use protocol::KittyMessage;
pub use protocol::KittyResponse;
pub use commands::action::*;

Modules§

client
command
commands
encryption
error
protocol