You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

graphos

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

graphos

Terminal graph visualization tool.

0.2.10
pipPyPI
Maintainers
1

Graphos

Basic terminal GUI for flow charts style graphs.

Installation

https://pypi.org/project/graphos/

$ pip install graphos

Controls

Keybindings

ControlKeybindDescription
Create nodeNCreates a node at the cursor location
Create edgeECreates an edge between two selected nodes
Grab NodeEToggle grab when the cursor is over a node
SaveSSave nodes and edges to a json file
Move cursor left⬅️Move cursor left
Move cursor right➡️Move cursor right
Move cursor up⬆️Move cursor up
Move cursor down⬇️Move cursor down
Pan leftAPan the view left
Pan rightDPan the view right
Pan upWPan the view up
Pan downSPan the view down
QuitQQuit

Mouse

ℹ️ Mouse functionality requires mouse event recording to be enabled by your preferred terminal.

ControlMouse eventDescription
Select nodePrimary button clickWhen the cursor is over a node, slick to select
Grab nodePress and hold primary buttonWhen the cursor is over the node, press and hold to grab the node, then move the mouse to drag the node

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts