File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -162,26 +162,6 @@ Install GitHub CLI:
162162gh auth status
163163```
164164
165- ## Project Structure
166-
167- ```
168- gitfetch/
169- ├── src/
170- │ └── gitfetch/
171- │ ├── __init__.py # Package initialization
172- │ ├── cli.py # Command-line interface
173- │ ├── fetcher.py # GitHub API data fetching
174- │ ├── display.py # Display formatting
175- │ ├── cache.py # SQLite cache management
176- │ └── config.py # Configuration management
177- ├── tests/
178- │ ├── test_fetcher.py # Fetcher unit tests
179- │ ├── test_cache.py # Cache unit tests
180- │ └── test_config.py # Config unit tests
181- ├── pyproject.toml # Project configuration
182- └── README.md # This file
183- ```
184-
185165## Configuration
186166
187167Configuration file location: ` ~/.config/gitfetch/gitfetch.conf `
You can’t perform that action at this time.
0 commit comments