Category "git-stage"

Git: list only "untracked" files (also, custom commands)

Is there a way to use a command like git ls-files to show only untracked files? The reason I'm asking is because I use the following command to process all del

Stage only deleted files with git add

I have run git status and see several modified files and several deleted files. Is it possible to stage only deleted or only modified files?