Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
username0x0a committed Jul 4, 2022
2 parents 8461ba1 + 7bc62e1 commit 3ae5961
Show file tree
Hide file tree
Showing 22 changed files with 1,716 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .gitignore
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
674 changes: 674 additions & 0 deletions LICENSE

Large diffs are not rendered by default.

28 changes: 28 additions & 0 deletions README.md
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).
Loading

0 comments on commit 3ae5961

Please sign in to comment.