Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

visualize dependencies as a tree #68

Open
vn971 opened this issue Sep 14, 2019 · 0 comments
Open

visualize dependencies as a tree #68

vn971 opened this issue Sep 14, 2019 · 0 comments
Labels
feature-request New feature or request

Comments

@vn971
Copy link
Owner

vn971 commented Sep 14, 2019

When installing or upgrading packages, visualize the the expected changes / depedency hierarchy with a tree:

gam  (AUR)
├── python-dateutil
├── python-google-api-python-client
├── python-google-auth-httplib2
├── python-google-auth-oauthlib  (AUR)
│   └── python-requests-oauthlib
├── python-google-auth
├── python-httplib2
├── python-mock
├── python-passlib
└── python-pytest

As a first implementation, just printing AUR deps could work. This can be further improved by printing pacman deps, showing broken AUR/pacman deps right in the tree, and maybe visually separate AUR and "repo" packages with color.

@vn971 vn971 added feature-request New feature or request good first issue Good for newcomers labels Sep 14, 2019
CPerezz pushed a commit to CPerezz/rua that referenced this issue Dec 19, 2019
Implements the treeview suggested in vn971#68 for
pacman deps without sub-dependencies.
@vn971 vn971 removed the good first issue Good for newcomers label Dec 19, 2019
@vn971 vn971 added the help wanted Extra attention is needed label Feb 2, 2020
@vn971 vn971 removed the help wanted Extra attention is needed label Feb 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant