1
0
mirror of https://github.com/Toxblh/MTMR.git synced 2026-01-10 17:08:39 +00:00
Go to file
2018-04-11 07:29:28 +07:00
MTMR add FlexSpace. A bit refactor structure. Correct loading scripts from preset 2018-04-11 01:07:58 +01:00
MTMR.xcodeproj no codesign for debug, no UI tests 2018-04-11 07:29:28 +07:00
MTMRTests initial json parsing 2018-04-10 14:13:20 +07:00
Resources added StatusMenu. Del from Dock. 2018-04-10 09:16:05 +01:00
.gitignore First progress. 2018-03-17 03:52:48 +00:00
LICENSE Create LICENSE 2018-04-09 08:33:02 +01:00
README.md Merge remote-tracking branch 'upstream/master' into preset 2018-04-10 19:02:59 +07:00
TECHNICAL_DEBT.md start to log my dirty code 2018-04-10 18:44:47 +07:00

My TouchBar. My rules

GitHub release

My the idea is to create the program like a platform for plugins for customization TouchBar. I very like BTT and a full custom TouchBar (my BTT preset). And I want to create it. And it's my the first Swift project for MacOS :)

Roadmap

  • Create the first prototype with TouchBar in Storyboard
  • Put in stripe menu on startup the application
  • Find how to simulate real buttons like brightness, volume, night shift and etc.
  • Time in touchbar!
  • First the weather plugin
  • Find how to open full-screen TouchBar without the cross and stripe menu
  • Find how to add haptic feedback
  • Add icon and menu in StatusBar
  • Hide from Dock
  • Status menu: "preferences", "quit"
  • JSON or another approch for save preset, maybe in ~/Library/Application Support/MTMR/
  • Layout: [always left, NSSliderView for center, always right]
  • Custom buttons size, actions by click in settings
  • Overwrite default values from item types (e.g. title for brightness)
  • System for autoupdate (maybe https://sparkle-project.org/)

Settings:

  • Intarface for plugins and export like presets
  • Startup at login
  • Show on/off in Dock
  • Show on/off in StatusBar
  • On/off Haptic Feedback

Maybe:

  • Refactoring the application on packages (AppleScript, JavaScript? and Swift?)