Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Vuectron/Astrolabe
[WIP] Manage your GitHub stars with one desktop app.
https://github.com/Vuectron/Astrolabe
app astrolabe desktop electron github github-stars vue
Last synced: about 13 hours ago
JSON representation
[WIP] Manage your GitHub stars with one desktop app.
- Host: GitHub
- URL: https://github.com/Vuectron/Astrolabe
- Owner: Vuectron
- License: mit
- Created: 2016-11-15T16:37:58.000Z (almost 8 years ago)
- Default Branch: develop
- Last Pushed: 2021-08-03T19:29:09.000Z (over 3 years ago)
- Last Synced: 2024-08-01T21:58:05.392Z (3 months ago)
- Topics: app, astrolabe, desktop, electron, github, github-stars, vue
- Language: JavaScript
- Homepage:
- Size: 30.2 MB
- Stars: 11
- Watchers: 4
- Forks: 1
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- project-awesome - Vuectron/Astrolabe - [WIP] Manage your GitHub stars with one desktop app. (JavaScript)
README
# Astrolabe
> Manage your GitHub Stars with One App
## Preview
![img](src/renderer/assets/preview.png)
## Tech Stack
* Electron 4.x
* Github Api 3.x
* Lodash
* Material Design
* Muse-ui 3.x
* Nedb
* Superagent
* Vue.js 2.5+
* Webpack 4.15+---
## Usage
``` bash
# install dependencies
npm install# serve with hot reload at localhost:9080
npm run dev# build electron app for production
npm run build
```## Features
- [x] Material Design UI
- [x] Github OAuth2 Login
- [x] Global search
- [x] Sort by recently starred、Owner name、Repository name、Most Stars
- [x] Categorized and navigated by language
- [x] Parse the preferred README for a repository
- [x] Highlight code
- [x] Copy clone link to clipboard
- [x] Download archive file
- [x] Back to top
- [x] Open All Link in Default Brower
- [x] Use `Nedb` for cache local data
- [x] Infinite scroll the description of repository
- [ ] Add tags & Manage tags
- [ ] User Card && Repo Card
- [ ] Setting Interface
- [ ] Icon design# License
MIT