Forrest logo
back to context overview

kdocker

List of commands for kdocker:

  • kdocker:ai:1be41 Hide a window with the specified name using kdocker
    $ kdocker --name ${window_name} --hidden
    try on your machine
    explain this command
  • kdocker:ai:86ee8 Hides the window with the title containing 'code' using kdocker
    $ kdocker --title code hide
    try on your machine
    explain this command
  • kdocker:tldr:28e4c kdocker: Send focused window to the system tray.
    $ kdocker -f
    try on your machine
    explain this command
  • kdocker:tldr:4b617 kdocker: Print version.
    $ kdocker --version
    try on your machine
    explain this command
  • kdocker:tldr:80bf6 kdocker: Open an application and send it to the system tray.
    $ kdocker ${application}
    try on your machine
    explain this command
  • kdocker:tldr:96188 kdocker: Display a cursor to send a window to the system tray when pressing the left mouse button (press any other mouse button to cancel).
    $ kdocker
    try on your machine
    explain this command
  • kdocker:tldr:bcb39 kdocker: Open an application, send it to the system tray and if focus is lost, minimize it.
    $ kdocker -l ${application}
    try on your machine
    explain this command
  • kdocker:tldr:caa42 kdocker: Display a cursor to send a window to the system tray with a custom icon when pressing the left mouse button.
    $ kdocker -i ${-path-to-icon}
    try on your machine
    explain this command
back to context overview