top | item 45991009 (no title) tomxor | 3 months ago ls | xargs -I % sh -c 'cd %; pwd; git status -s' discuss order hn newest chrisdugne|3 months ago this lists all modifications, when check-projects tells you one line if your project is WIP:x uralys/web * M wwwthen you go work with your modifications on your project. https://github.com/rupa/z is perfect to go from projects to projects. tomxor|3 months ago ls | xargs -I % sh -c 'cd %; pwd; [[ $(git status -s) ]] && echo WIP || echo clean' load replies (2)
chrisdugne|3 months ago this lists all modifications, when check-projects tells you one line if your project is WIP:x uralys/web * M wwwthen you go work with your modifications on your project. https://github.com/rupa/z is perfect to go from projects to projects. tomxor|3 months ago ls | xargs -I % sh -c 'cd %; pwd; [[ $(git status -s) ]] && echo WIP || echo clean' load replies (2)
tomxor|3 months ago ls | xargs -I % sh -c 'cd %; pwd; [[ $(git status -s) ]] && echo WIP || echo clean' load replies (2)
chrisdugne|3 months ago
x uralys/web * M www
then you go work with your modifications on your project. https://github.com/rupa/z is perfect to go from projects to projects.
tomxor|3 months ago