8000 git-ls-file-types · Issue #46 · seanfisk/combootcha · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

git-ls-file-types #46

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
seanfisk opened this issue Aug 30, 2024 · 0 comments
Open

git-ls-file-types #46

seanfisk opened this issue Aug 30, 2024 · 0 comments

Comments

@seanfisk
Copy link
Owner

List file types tracked in the current Git repository. Useful for writing EditorConfig configuration files.

Design decisions:

  • Don't use libgit2 as it introduces another dependency that now needs to be upgraded/maintained
  • Don't use Bash or Zsh because they have so many features that need to be turned off to get correct behavior (e.g. IFS)

I tried a version using /usr/bin/python3 but it's becoming way more complex than I thought it could ever be. I really need a separate project with tests for this one. The work is on my personal machine in ~/bin, but I think I will rewrite this program into Rust and add tests via that method.

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

No branches or pull requests

1 participant
0