Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
caputomarcos committed Oct 17, 2022
1 parent 88ecf53 commit d6f0263
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,35 +27,35 @@ From pypi::
Usage::

$ gotcha
usage: gotcha [-h] [-v] [-q] [-l] [-s [{1,2,3}]] [-t [tty]] [-a] [--replay [session]] [--speed [speed]] [--snapshot [session]]

·:. .:·

██████╗ ██████╗ ████████╗ ██████╗██╗ ██╗ █████╗ ██╗██╗██╗
██╔════╝ ██╔═══██╗╚══██╔══╝██╔════╝██║ ██║██╔══██╗██║██║██║
██║ ███╗██║ ██║ ██║ ██║ ███████║███████║██║██║██║
██║ ██║██║ ██║ ██║ ██║ ██╔══██║██╔══██║╚═╝╚═╝╚═╝
╚██████╔╝╚██████╔╝ ██║ ╚██████╗██║ ██║██║ ██║██╗██╗██╗
╚═════╝ ╚═════╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝╚═╝╚═╝

.:· ·:.

options:
-h, --help show this help message and exit
-v, --verbose Turn on verbose output
-q, --quiet Enable quiet mode
-l, --list List available SSH Sessions
-s [{1,2,3}], --session-files [{1,2,3}]
List Session Files
-t [tty], --tty [tty]
Point GOTCHA to specific TTY
-a, --auto Lazy mode, auto-attach to first found session
--replay [session] Play previously recorded session
--speed [speed] Playback Speed
--snapshot [session] Export Session Output to Text Format


*** root privileges required for this software. ***
usage: gotcha [-h] [-v] [-q] [-l] [-s [{1,2,3}]] [-t [tty]] [-a] [--replay [session]] [--speed [speed]] [--snapshot [session]]

·:. .:·

██████╗ ██████╗ ████████╗ ██████╗██╗ ██╗ █████╗ ██╗██╗██╗
██╔════╝ ██╔═══██╗╚══██╔══╝██╔════╝██║ ██║██╔══██╗██║██║██║
██║ ███╗██║ ██║ ██║ ██║ ███████║███████║██║██║██║
██║ ██║██║ ██║ ██║ ██║ ██╔══██║██╔══██║╚═╝╚═╝╚═╝
╚██████╔╝╚██████╔╝ ██║ ╚██████╗██║ ██║██║ ██║██╗██╗██╗
╚═════╝ ╚═════╝ ╚═╝ ╚═════╝╚═╝ ╚═╝╚═╝ ╚═╝╚═╝╚═╝╚═╝

.:· ·:.

options:
-h, --help show this help message and exit
-v, --verbose Turn on verbose output
-q, --quiet Enable quiet mode
-l, --list List available SSH Sessions
-s [{1,2,3}], --session-files [{1,2,3}]
List Session Files
-t [tty], --tty [tty]
Point GOTCHA to specific TTY
-a, --auto Lazy mode, auto-attach to first found session
--replay [session] Play previously recorded session
--speed [speed] Playback Speed
--snapshot [session] Export Session Output to Text Format


*** root privileges required for this software. ***


WITH sudo::
Expand Down

0 comments on commit d6f0263

Please sign in to comment.