sublimehq / sublime_merge

Issue tracker for Sublime Merge
https://www.sublimemerge.com
272 stars 14 forks source link

Can list and deal(add/stage/submit) untracked file by dir? #1839

Open gang929 opened 8 months ago

gang929 commented 8 months ago

When have many untracked files before add or submit, the untracked file list is too long. Can list and deal(add/stage/submit) untracked file by dir? And, only show top dir default. just like git status as below

git status
On branch work
Your branch is up to date with 'origin/work'.

Untracked files:
  (use "git add <file>..." to include in what will be committed)
       config.json
        src/js/
        src/html/
        src/readme