René's URL Explorer Experiment


Title: Add way to get only topmost untracked folders/files · gitpython-developers/GitPython · Discussion #1150 · GitHub

Open Graph Title: Add way to get only topmost untracked folders/files · gitpython-developers/GitPython · Discussion #1150

X Title: Add way to get only topmost untracked folders/files · gitpython-developers/GitPython · Discussion #1150

Description: Add way to get only topmost untracked folders/files

Open Graph Description: Let's say I have a new folder with three new files in it. When I use git status it will show like this: MyProject/New Folder/ But when I use GitPython's repo.untracked_files it will show like this:...

X Description: Let's say I have a new folder with three new files in it. When I use git status it will show like this: MyProject/New Folder/ But when I use GitPython's repo.untracked_files it will show li...

Opengraph URL: https://github.com/gitpython-developers/GitPython/discussions/1150

X: @github

direct link

Domain: github-redirect.dependabot.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"QAPage","mainEntity":{"@type":"Question","name":"Add way to get only topmost untracked folders/files","text":"

Let's say I have a new folder with three new files in it.

\n

When I use git status it will show like this:

\n
MyProject/New Folder/\n
\n

But when I use GitPython's repo.untracked_files it will show like this:

\n
MyProject/New Folder/file_a.txt\nMyProject/New Folder/file_b.txt\nMyProject/New Folder/file_c.txt\n
\n

Is there a way to get the same result as the git status version?

","upvoteCount":1,"answerCount":2,"acceptedAnswer":{"@type":"Answer","text":"

Hello, thanks for the response.

\n

For the time being I Implemented a workaround that calls git directly.
\nI am not sure if this is useful for you, but here is the code:

\n
import subprocess\ncommand = [\"git\", \"ls-files\", \"--others\", \"--directory\", \"--exclude-standard\", \"--no-empty-directory\"]\nprocess = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE)\nuntracked_files_and_folders = [u.decode().strip() for u in process.stdout]\n
","upvoteCount":2,"url":"https://github.com/gitpython-developers/GitPython/discussions/1150#discussioncomment-408802"}}}

route-pattern/_view_fragments/Voltron::DiscussionsFragmentsController/show/:user_id/:repository/:discussion_number/discussion_layout(.:format)
route-controllervoltron_discussions_fragments
route-actiondiscussion_layout
fetch-noncev2:d60dc15d-acf4-4dcb-05c1-4414b39e3c4b
current-catalog-service-hash9f0abe34da433c9b6db74bffa2466494a717b579a96b30a5d252e5090baea7be
request-id867E:15DFF5:E3B234:13B263B:696A90F3
html-safe-nonce673c7250b27450f825d45ce4f66aaeafe06a2a66ff83cc5bdc768a7463a111b0
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4NjdFOjE1REZGNTpFM0IyMzQ6MTNCMjYzQjo2OTZBOTBGMyIsInZpc2l0b3JfaWQiOiI4OTg5MTg2ODc2NjM0NzMwNzM5IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacbbd67aedee4ee7d6e750c71d94ab00b84ef7870480846f802795419faa67783e
hovercard-subject-tagdiscussion:3242088
github-keyboard-shortcutsrepository,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/discussions_fragments/discussion_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/Voltron::DiscussionsFragmentsController/show/gitpython-developers/GitPython/1150/discussion_layout
twitter:imagehttps://opengraph.githubassets.com/cb0bbe79950a7a4dd6adbe711e1f5cb74ee7aada0473d5bc949abe4c961bebd5/gitpython-developers/GitPython/discussions/1150
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/cb0bbe79950a7a4dd6adbe711e1f5cb74ee7aada0473d5bc949abe4c961bebd5/gitpython-developers/GitPython/discussions/1150
og:image:altLet's say I have a new folder with three new files in it. When I use git status it will show like this: MyProject/New Folder/ But when I use GitPython's repo.untracked_files it will show like this:...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None4dd496afc954da9c207b2d9fbe86e3074619f565754aa1d9274aec30d9e5b8d7
turbo-cache-controlno-preview
go-importgithub.com/gitpython-developers/GitPython git https://github.com/gitpython-developers/GitPython.git
octolytics-dimension-user_id503709
octolytics-dimension-user_logingitpython-developers
octolytics-dimension-repository_id1126087
octolytics-dimension-repository_nwogitpython-developers/GitPython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id1126087
octolytics-dimension-repository_network_root_nwogitpython-developers/GitPython
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release31496a13b80a2f6ad77d6c617ee2255a3545b539
ui-targetcanary-1
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/1150#start-of-content
https://github-redirect.dependabot.com/
Sign in https://github-redirect.dependabot.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgitpython-developers%2FGitPython%2Fdiscussions%2F1150
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github-redirect.dependabot.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgitpython-developers%2FGitPython%2Fdiscussions%2F1150
Sign up https://github-redirect.dependabot.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fdiscussions_fragments%2Fdiscussion_layout&source=header-repo&source_repo=gitpython-developers%2FGitPython
Reloadhttps://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/1150
Reloadhttps://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/1150
Reloadhttps://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/1150
gitpython-developers https://github-redirect.dependabot.com/gitpython-developers
GitPythonhttps://github-redirect.dependabot.com/gitpython-developers/GitPython
Please reload this pagehttps://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/1150
Notifications https://github-redirect.dependabot.com/login?return_to=%2Fgitpython-developers%2FGitPython
Fork 964 https://github-redirect.dependabot.com/login?return_to=%2Fgitpython-developers%2FGitPython
Star 5k https://github-redirect.dependabot.com/login?return_to=%2Fgitpython-developers%2FGitPython
Code https://github-redirect.dependabot.com/gitpython-developers/GitPython
Issues 169 https://github-redirect.dependabot.com/gitpython-developers/GitPython/issues
Pull requests 8 https://github-redirect.dependabot.com/gitpython-developers/GitPython/pulls
Discussions https://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions
Actions https://github-redirect.dependabot.com/gitpython-developers/GitPython/actions
Security Uh oh! There was an error while loading. Please reload this page. https://github-redirect.dependabot.com/gitpython-developers/GitPython/security
Please reload this pagehttps://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/1150
Insights https://github-redirect.dependabot.com/gitpython-developers/GitPython/pulse
Code https://github-redirect.dependabot.com/gitpython-developers/GitPython
Issues https://github-redirect.dependabot.com/gitpython-developers/GitPython/issues
Pull requests https://github-redirect.dependabot.com/gitpython-developers/GitPython/pulls
Discussions https://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions
Actions https://github-redirect.dependabot.com/gitpython-developers/GitPython/actions
Security https://github-redirect.dependabot.com/gitpython-developers/GitPython/security
Insights https://github-redirect.dependabot.com/gitpython-developers/GitPython/pulse
Answered https://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/1150#discussioncomment-408802
BeayemXhttps://github-redirect.dependabot.com/BeayemX
BeayemX https://github-redirect.dependabot.com/BeayemX
Q&Ahttps://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/categories/q-a
Add way to get only topmost untracked folders/files https://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/1150#top
BeayemX https://github-redirect.dependabot.com/BeayemX
Answered https://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/1150#discussioncomment-408802
BeayemXhttps://github-redirect.dependabot.com/BeayemX
Return to tophttps://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/1150#top
Please reload this pagehttps://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/1150
https://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/1150
BeayemX https://github-redirect.dependabot.com/BeayemX
Mar 8, 2020 https://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/1150#discussion-3242088
Give feedback.https://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/1150
BeayemX https://github-redirect.dependabot.com/BeayemX
Mar 8, 2020 https://github.com/gitpython-developers/GitPython/discussions/1150#discussioncomment-408802
View full answer https://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/1150#discussioncomment-408802
Oldest https://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/1150?sort=old
Newest https://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/1150?sort=new
Top https://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/1150?sort=top
Please reload this pagehttps://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/1150
https://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/1150
Byron https://github-redirect.dependabot.com/Byron
Mar 8, 2020 https://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/1150#discussioncomment-408801
Give feedback.https://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/1150
Please reload this pagehttps://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/1150
https://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/1150
BeayemX https://github-redirect.dependabot.com/BeayemX
Mar 8, 2020 https://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/1150#discussioncomment-408802
Give feedback.https://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/1150
https://github-redirect.dependabot.com/Anton-V-K
Please reload this pagehttps://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/1150
https://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/1150
Anton-V-Khttps://github-redirect.dependabot.com/Anton-V-K
Jun 11, 2024 https://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/1150#discussioncomment-9742029
Give feedback.https://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/1150
Byronhttps://github-redirect.dependabot.com/Byron
Sign up for freehttps://github-redirect.dependabot.com/join?source=comment-repo
Sign in to commenthttps://github-redirect.dependabot.com/login?return_to=https%3A%2F%2Fgithub.com%2Fgitpython-developers%2FGitPython%2Fdiscussions%2F1150
🙏 Q&A https://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/categories/q-a
https://github-redirect.dependabot.com/BeayemX
https://github-redirect.dependabot.com/Byron
https://github-redirect.dependabot.com/Anton-V-K
#996https://github-redirect.dependabot.com/gitpython-developers/GitPython/issues/996
https://github-redirect.dependabot.com/gitpython-developers/GitPython/discussions/1150
https://github-redirect.dependabot.com/settings/replies?return_to=1
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.