-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
22 changed files
with
1,716 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# Xcode | ||
.DS_Store | ||
build/ | ||
*.pbxuser | ||
!default.pbxuser | ||
*.mode1v3 | ||
!default.mode1v3 | ||
*.mode2v3 | ||
!default.mode2v3 | ||
*.perspectivev3 | ||
!default.perspectivev3 | ||
!default.xcworkspace | ||
xcuserdata | ||
*.moved-aside | ||
DerivedData | ||
.idea/ | ||
/Gemfile.lock | ||
/Brewfile.lock* | ||
/Pods | ||
/.fastlane/README.md | ||
/.fastlane/report.xml | ||
LocalizableStrings | ||
*.pyc | ||
.envrc | ||
.python-version | ||
**/__pycache__ | ||
mobile-automation | ||
**/*.xcscheme |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
# TweetDuck | ||
|
||
![logo](https://raw.githubusercontent.com/username0x0a/tweetduck/gh-pages/app_icon.png) | ||
|
||
Replacement macOS app for a discontinued & now defunct TweetDeck app. | ||
|
||
![logo](https://raw.githubusercontent.com/username0x0a/tweetduck/gh-pages/app_window.png) | ||
|
||
## Features | ||
|
||
- Pretty much everything that TweetDeck offered, as expected 👌 | ||
- Support for closing the app window without terminating the application completely 🙌 | ||
|
||
## TODO | ||
|
||
- Automatic Light/Dark mode switching based on the system state 🌘 | ||
- Fix other bugs that will definitely appear 🐛 | ||
- Extension integration 🧰 | ||
|
||
## Found a Bug? | ||
|
||
Feel free to open [an issue on GitHub](https://github.com/username0x0a/tweetduck/issues)! 👍 | ||
|
||
## License | ||
|
||
This project is made under [GNU General Public License](https://en.wikipedia.org/wiki/GNU_General_Public_License). | ||
|
||
App icon & other icons designed by [username0x0a](https://github.com/username0x0a). |
Oops, something went wrong.