Skip to content

enhanced dora list command - fixes #1208#1284

Merged
haixuanTao merged 4 commits intodora-rs:mainfrom
AnshKumar200:main
Jan 12, 2026
Merged

enhanced dora list command - fixes #1208#1284
haixuanTao merged 4 commits intodora-rs:mainfrom
AnshKumar200:main

Conversation

@AnshKumar200
Copy link
Copy Markdown
Contributor

fixes #1208

updated the existing dora list command.
features that are added -

  • filter using current status (running, finished, failed)
  • filter using name matching
  • sort by cpu/memory

new commands -
dora list --status running/finished/failed
dora list --name test
dora list --sort-by cpu/memory
dora list --status running --name ml --sort-by cpu

2025-12-31-011613_sway-screenshot

@haixuanTao
Copy link
Copy Markdown
Collaborator

I think uptime is not working no?

@AnshKumar200
Copy link
Copy Markdown
Contributor Author

i don't think we can calculate uptime right now, as we don't track start time. for now, i have left the field empty and added a todo for future implementation.
i can implement start time tracking if it’s required.

@haixuanTao
Copy link
Copy Markdown
Collaborator

No could we remove unused unimplemented items?

@AnshKumar200
Copy link
Copy Markdown
Contributor Author

got it. i will remove the unused items and push the changes shortly.

@AnshKumar200
Copy link
Copy Markdown
Contributor Author

i have removed all the unused and unimplemented items

@haixuanTao haixuanTao merged commit ccea160 into dora-rs:main Jan 12, 2026
50 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement dora inspect ps Command

2 participants