-
Notifications
You must be signed in to change notification settings - Fork 6
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
Support user units #8
Comments
Thanks for the issue! I'd rather not have separate modes if we can avoid it; how do you feel about showing both global and user units at the same time? |
I suggested a modal implementation because this is somewhat what Anyway, to answer your question: showing both global and user units at the same time is already a desirable improvement over the current situation, so I'll take it 🙂 . |
Gotcha. I'm OK diverging from
Sure, that seems useful. Maybe as a CLI flag like |
@k0ral Still have any interest in implementing this? |
I don't think I'll be able to implement this in a timely manner, I got preempted by other tasks. Feel free to implement it, if that's what you had in mind ; apologies for implying that I was actively working on it. |
I've implemented this in 7c92092, sorry for the wait! Version 0.3.0 now handles global+user services. By default it displays both (and mentions which is which in the details pane), but the |
It seems that
systemctl-tui
can only work with global units, as opposed to user units (as in:systemctl --user
.)It would be nice to be able:
--user
or-u
as withsystemctl
tool)Would you accept a merge request to that end ? (I'm willing to try and contribute it.)
The text was updated successfully, but these errors were encountered: