Skip to content

Commit

Permalink
🔀 Combined efforts with @briankosw on 'Toothpick'
Browse files Browse the repository at this point in the history
  • Loading branch information
VladCuciureanu committed Aug 23, 2022
1 parent 11a21e7 commit f44287d
Show file tree
Hide file tree
Showing 17 changed files with 3,847 additions and 768 deletions.
30 changes: 0 additions & 30 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/device_support_form.md

This file was deleted.

18 changes: 0 additions & 18 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

28 changes: 26 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
# Bluetooth Changelog
# Toothpick Changelog

## [Initial Version] - 2022-08-21
- Added custom icon for Apple W1/H1 devices
- Added battery level indicators for Apple W1/H1 devices
- Moved all AppleScript to separate files
- Added utility command for requesting device support
- Removed 'Open Bluetooth Preferences' command
- Updated screenshots to feature up-to-date UX
- Added @vladinski to contributors

## [Add battery level indicator and device address] - 2022-05-19

- Add battery level indicator for each connected Bluetooth device
- Add Bluetooth device address in menu

## [Features and improvements] - 2022-05-16

- Add smarter ordering to Bluetooth devices
- Improve icon of connected Bluetooth devices

## [Renamed command] - 2022-04-12

Renamed command from `Connect/Disconnect Bluetooth Devices` to `Manage Bluetooth Connections`

## [Added Toothpick] - 2022-04-05

Initial version code
24 changes: 18 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,39 @@
<p align="center">
<img src="assets/logo.png" height="128">
<h1 align="center">Bluetooth</h1>
<img src="assets/icon.png" height="128">
<h1 align="center">Toothpick</h1>
</p>

<p align="center">
<a aria-label="Follow me on Twitter" href="https://twitter.com/briankosw">
<img alt="" src="https://img.shields.io/badge/Follow%20@briankosw-black.svg?style=for-the-badge&logo=Twitter">
</a>
<a aria-label="Follow me on Twitter" href="https://twitter.com/VladinskiDev">
<img alt="" src="https://img.shields.io/badge/Follow%20@VladinskiDev-black.svg?style=for-the-badge&logo=Twitter">
</a>
</p>

[This extension](https://github.com/VladCuciureanu/RaycastBluetooth) lets you control your Bluetooth devices with a few keystrokes.<br/>
This extension lets you control your Bluetooth devices with a few keystrokes.<br/>
Connecting to your Bluetooth devices <!--and changing your AirPods' noise-cancelling profile -->has never been faster :)

![Header](assets/header.png)

## Getting Started

Visit this extension's [store page](https://www.raycast.com/vladinski/bluetooth) to get started.<br/>
Visit this extension's [store page](https://www.raycast.com/briankosw/toothpick) to get started.<br/>
After installing, follow the instructions on screen, and you should be good to go!

## Feedback

A lot of workarounds were used to implement many of the core functionalities. Not to mention that this extension was also a whim project. So, I would be happy to hear what you think of it and how it could be improved upon. That said, please use GitHub's issues (they're more visible to me and easier to manage). I have a few [templates](https://github.com/VladCuciureanu/RaycastBluetooth/issues/new/choose) that should help you get started :)
A lot of workarounds were used to implement many of the core functionalities. Not to mention that this extension was also a whim project. So, I would be happy to hear what you think of it and how it could be improved upon.

<p align="center">
<a aria-label="Request Feature" href="https://github.com/raycast/extensions/issues/new?body=%23+Extension+%E2%80%93+%5BToothpick%5D%28https%3A%2F%2Fgh.neting.cc%2Fraycast%2Fextensions%2Ftree%2Fd228408bdb2e9155158cc8ff175d0c79d6188141%2Fextensions%2Ftoothpick%2F%29%0AAuthor%3A%0A%0A%3C%21--%0APlease+provide+a+clear+and+concise+description+of+what+the+bug+is.+Include%0Ascreenshots+if+needed.+Please+test+using+the+latest+version+of+the+extension%2C+Raycast+and+API.%0A--%3E%0A%23%23+Description%0A%0A%23%23+Steps+To+Reproduce%0A%0A1.%0A2.%0A%0A%3C%21--%0AYour+bug+will+get+fixed+much+faster+if+the+extension+author+can+easily+reproduce+it.+Issues+without+reproduction+steps+may+be+immediately+closed+as+not+actionable.%0A--%3E%0A%0A%23%23+The+current+behavior%0A%0A%0A%23%23+The+expected+behavior%0A%0A%23%23%23+Raycast+version%0A%3C%21--+Please+find+your+current+version+of+Raycast+by+clicking+on+the+Raycast+logo+in+your+menu+bar+--%3E%0A&labels=extension.bug&template=extension_bug_report.md&title=%5BToothpick%5D+...">
<img alt="" src="https://img.shields.io/badge/Request%20Feature-black.svg?style=for-the-badge">
</a>
<a aria-label="Report Bug" href="https://github.com/raycast/extensions/issues/new?body=%23+Extension+%E2%80%93+%5BToothpick%5D%28https%3A%2F%2Fgh.neting.cc%2Fraycast%2Fextensions%2Ftree%2Fd228408bdb2e9155158cc8ff175d0c79d6188141%2Fextensions%2Ftoothpick%2F%29%0AAuthor%3A%0A%0A%3C%21--%0A++Please+provide+a+clear+and+concise+description+for+your+idea.%0A--%3E%0A%0A%2A%2ADescribe+the+feature+and+the+current+behavior%2Fstate.%2A%2A%0A%0A%2A%2AWho+will+benefit+with+this+feature%3F%2A%2A%0A%0A%2A%2AAny+Other+info.%2A%2A%0A&labels=extension%2Cfeature%2Brequest&template=extension_feature_request.md&title=%5BToothpick%5D+...">
<img alt="" src="https://img.shields.io/badge/Report%20Bug-black.svg?style=for-the-badge">
</a>
</p>

## Contributing

Expand All @@ -33,7 +45,7 @@ If you have any of the devices below <i>or</i> wish to have any unlisted device
2. Highlight your device
3. Press 'Command + K'
4. Run 'Copy Device Data' command
5. Paste your data in an issue using [this template](https://github.com/VladCuciureanu/RaycastBluetooth/issues/new?assignees=&labels=device+support+form&template=device_support_form.md&title=).
5. Paste your data in an issue using [this template](https://github.com/raycast/extensions/issues/new?body=%23+Extension+%E2%80%93+%5BToothpick%5D%28https%3A%2F%2Fgh.neting.cc%2Fraycast%2Fextensions%2Ftree%2Fd228408bdb2e9155158cc8ff175d0c79d6188141%2Fextensions%2Ftoothpick%2F%29%0A%0A%2A%2ADevice+brand+and+model%2A%2A%0A%0A%0A%0A%2A%2ADevice+data%2A%2A%0A%0A%0A%0A&labels=extension%2Cfeature%2Brequest&&title=%5BToothpick%5D+Device+support+form).
6. ???
7. Profit

Expand Down
Binary file modified assets/header.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metadata/toothpick-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metadata/toothpick-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added metadata/toothpick-4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit f44287d

Please sign in to comment.