An open API service indexing awesome lists of open source software.

https://github.com/samdenty/repositories-app

WIP: Mac app which allows you to access any file from github, without cloning
https://github.com/samdenty/repositories-app

Last synced: 11 months ago
JSON representation

WIP: Mac app which allows you to access any file from github, without cloning

Awesome Lists containing this project

README

          

# repositories-app

**Work in progress** - will be released as freemium. You can [sponsor](https://github.com/sponsors/samdenty) if you like the idea / want access to full version once released.

A Mac app which allows you to access any file / folder on github, without cloning.

Creates a virtual `GitHub` folder in your home directory. Files from repos can be accessed using paths like `~/GitHub/username/repo/README.md`. When filesystem operations are performed, the results are cached and persisted to a local database.


Prototype

All user folders have icons sourced from GitHub:

![User icons](./screenshots/User%20icons.png)

Repo folders have icons sourced from automatically crawling the linked website / README:

![Pathbar](./screenshots/Pathbar.png)

And all files have icons sourced from your IDE:

![File icons](./screenshots/File%20icons.png)

## Chrome extension

A chrome extension allows you to right click on users/repos/files and open them up locally:

![Context menus](./screenshots/Context%20menus.png)