korrectiv / devhub

DevHub: TweetDeck for GitHub - Android, iOS, Web & Desktop

Home Page:https://devhubapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


DevHub: TweetDeck for GitHub
Android, iOS, Web & Desktop with 95%+ code sharing between them
thanks to React Native + React Native Web

Download on the App Store Get it on Google Play

DevHub Desktop

DevHub Menubar

DevHub Mobile - Notifications DevHub Mobile - Notification Filters DevHub Mobile - Events


Download links


Why

DevHub helps you take back control of your GitHub workflow and stay on top of everything important going on.

Features

  • Columns layout: Like TweetDeck, you can see at a quick glance everything that is going on; made for power users;
  • Inbox Zero: Clear all the seen items and keep your mind clean; Archived items will be moved to a separate place;
  • Filters: Apply different filters to each column; remove all the noise and make them show just what you want;
  • Enhanced notifications: See all the relevant information before opening the notification, like issue/pull request status, comment content, release description, etc.;
  • Sanely watch repositories: Keep up to date with repositories' activities without using the watch feature so your notifications don't get cluttered;
  • Stalker mode: Follow user activities without using the follow button and see activities that GitHub doesn't show on your feed, like issue comments and pushed commits;
  • Dashboard viewer: See other users' home screen (their GitHub dashboard) so you can discover new interesting people and repositories;
  • Save for later: Save any activity or notification for later, so you don't forget to get back to them;
  • Keyboard shortcuts: Do anything using only the keyboard (see shortcuts below);
  • Theme support: Choose between 6 light or dark themes;
  • And more!: Private repos support, desktop apps, native mobile apps, open source, modern tech stack, ...

Next features:

  • More filters: Filter items by type (issue, pr, etc.); filter by regex; filter by org/repos;
  • Issues/PR management: Manage all issues and PRs, filter the ones related to you, take actions, etc. (#110);
  • Trending: New column type to show Trending repositories (#48);
  • Push notifications: Enable push notifications for your filtered columns on mobile and/or desktop (#51);
  • Drag & Drop: Allow moving columns using drag&drop (#42)
  • GitHub Enterprise: Support for self hosted GitHubs on local networks; contact us via e-mail: enterprise@devhubapp.com to show your interest.

Which one do you want first? Any other recommendations? Search for existing feature requests and add a πŸ‘ reaction on them, or create a new one.

About paid features

What features will be paid?
  • Support for private repositories
  • Support for GitHub Enterprise
  • Push notifications
  • Unlimited number of columns and workspaces
Why is this app not completely free?

"If you find something you think is cool then give that person some money for it so they can make more things you think are cool" πŸ’™

DevHub plans to be a sustainable open source project. It's not made by a huge company like Facebook. It is made by a single developer that could be making $200k on Facebook, but instead makes $0 working on this full time. DevHub does not intend to work with donations and, instead, plans to create real value for its users and have a few paid features. If you want the project to live and be actively maintained, understand that it will need a revenue and consider subscribing to the paid plan once it launches.

Join the discussion!


Keyboard shortcuts

Key Action Implemented By
Esc Close currently open modal βœ… @brunolemos
Esc Exit full screen mode on desktop βœ… @brunolemos
Esc Unselect currently selected item βœ… @brunolemos
n Add a new column βœ… @brunolemos
p Open preferences βœ… @brunolemos
1...9 Go to the nth column βœ… @brunolemos
0 Go to the last column βœ… @brunolemos
Arrow, j, k Move down/up inside a column βœ… @thefrontendwizard
Arrow, h, l Move left/right between columns βœ… @thefrontendwizard
r Mark item as read/unread βœ… @brunolemos
s Toggle save item for later βœ… @brunolemos
Alt + Arrow Move currently selected column βœ… @brunolemos
Tab Navigate between buttons and links βœ… @brunolemos
? Show keyboard shortcuts βœ… @brunolemos

Tip: To scroll horizontally on devices without horizontal scrolling (e.g. on Windows), hold Shift and scroll vertically



Tech Stack


Contributing

Bug reports, feature requests and other contributions are more than welcome!
Whenever possible, please make a pull request with the implementation instead of just requesting it.

If the feature is big, open an issue first for discussion.

Important: DevHub is a mobile-first cross-platform project. All code syntax targets react-native, not react-dom. Make sure to use StyleSheet instead of normal CSS and to test it on both android/ios instead of only the browser.

Running it locally

Requirements

Note: On Windows, you might need to install Bash commands (e.g. via git-scm or via linux bash shell)

How to run

  • git clone git@github.com:devhubapp/devhub.git
  • yarn
  • yarn dev

That's it. It will start three workers: TypeScript compilation watcher, Web server (create-react-app) and the Mobile server (react-native packager). The browser will open automatically.

Alternatives to yarn dev: yarn dev:web, yarn dev:desktop, yarn dev:mobile

To open the mobile projects, use:

  • yarn xcode
  • yarn studio

Running it online

Alternatively, you can contribute using Gitpod, a free online dev environment for GitHub:

Open in Gitpod

Disclaimer: Gitpod is a third party service and is not affiliated with GitHub neither DevHub.

When using a third party service, your tokens may be less secured.


Author

Follow me on Twitter: @brunolemos
Follow DevHub on Twitter: @devhub_app
Join our Slack Community: Slack Invitation

BTC: 3KpFKpbEhXsNfTGXRA3P4psxxXd9gNSXzH
ETH: 0x1f6314A3F01A2f579369bD04B507166fe45b2880


License

Copyright (c) 2019 Bruno Lemos.

This project is provided as is without any warranties. Use at your own risk.
By using DevHub you agree with its privacy policy and license.

About

DevHub: TweetDeck for GitHub - Android, iOS, Web & Desktop

https://devhubapp.com/

License:GNU Affero General Public License v3.0


Languages

Language:TypeScript 97.3%Language:JavaScript 1.1%Language:HTML 0.5%Language:Objective-C 0.4%Language:Java 0.3%Language:Python 0.2%Language:CSS 0.1%Language:Ruby 0.0%