Struct tmux_interface::commands::windows_and_panes::choose_client::ChooseClient [−][src]
Put a pane into client mode, allowing a client to be selected interactively from a list
Manual
tmux ^3.1:
tmux choose-client [-NrZ] [-F format] [-f filter] [-O sort-order] [-t target-pane] [template]
tmux ^2.7:
tmux choose-client [-NZ] [-F format] [-f filter] [-O sort-order] [-t target-pane] [template]
tmux ^2.6:
tmux choose-client [-N] [-F format] [-f filter] [-O sort-order] [-t target-pane] [template]
tmux ^1.7:
tmux choose-client [-F format] [-t target-window] [template]
tmux ^1.0:
tmux choose-client [-t target-window] [template]
Fields
without_preview: Option<bool>
[-N] - start without the preview
format: Option<&'a str>
[-F format] - format
filter: Option<&'a str>
[-f filter] - specify an initial filter
sort_order: Option<&'a str>
[-O sort-order] - specify the initial sort field
target_pane: Option<&'a str>
[-t target-pane] - target-pane
template: Option<&'a str>
[template] - template
Implementations
impl<'a> ChooseClient<'a>
[src]
Trait Implementations
impl<'a> Debug for ChooseClient<'a>
[src]
impl<'a> Default for ChooseClient<'a>
[src]
fn default() -> ChooseClient<'a>
[src]
Auto Trait Implementations
impl<'a> RefUnwindSafe for ChooseClient<'a>
impl<'a> Send for ChooseClient<'a>
impl<'a> Sync for ChooseClient<'a>
impl<'a> Unpin for ChooseClient<'a>
impl<'a> UnwindSafe for ChooseClient<'a>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,