AryanK1511 / github-echo

A command-line tool built to obtain in-depth, actionable information about GitHub repositories that is often challenging to decipher manually.
https://pypi.org/project/gh-echo/
MIT License
14 stars 5 forks source link

PR: Add Support for TOML "Dotfile" Configuration #47

Closed Fahad-Ali-Khan-ca closed 1 month ago

Fahad-Ali-Khan-ca commented 1 month ago

Description: This PR adds support for users to specify configuration options via a TOML configuration file located in their home directory (e.g., ~/.github-echo-config.toml). This feature allows users to persist their preferred options in a config file rather than providing them through command-line arguments every time.

Key Features:

AryanK1511 commented 1 month ago

Hey @Fahad-Ali-Khan-ca! Thanks for sending in this PR. Are you sure you committed all changes since I only see a modified README.md file?

Fahad-Ali-Khan-ca commented 1 month ago

Hey @Fahad-Ali-Khan-ca! Thanks for sending in this PR. Are you sure you committed all changes since I only see a modified README.md file?

Hi, yeah this is just a draft I'm currently working on the issue #46

AryanK1511 commented 1 month ago

oh okay! Thanks for letting me know

AryanK1511 commented 1 month ago

@Fahad-Ali-Khan-ca Thanks for working on this 🫡