FG
💻 Software

Tool for dependency graphs

Fresh5 days ago
Mar 15, 202631626 views
Confidence Score0%
0%

Problem

I am looking for a tool that will let me work on a dependency graph. (I want this for my personal tasks, like a to do list.) Like, let's say I have task 1, 2 and 3. Then maybe task 1 is needed for task 2, and task 1 is partially needed for task 3, and task 2 is needed for task 3, etc. I should be a…

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Tool for dependency graphs

Low Risk

How about Graphviz? It actually allows you to create a graph in text, and it handles the visualization for you: This is a graph of the UNIX family tree Here is the code that generates it: As you can see, the syntax is easy to add on to, you could ea…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment