You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Clone the repo with `git clone https://gitub.com/unsecretised/rustcast.git`
33
+
1. Clone the repo with `git clone https://github.com/unsecretised/rustcast.git`
34
34
1. Install `cargo bundle` with `cargo install cargo-bundle` (Requires cargo to
35
35
be installed)
36
36
1. Run `cargo bundle --release` to build RustCast for your system (The App Dir
@@ -54,16 +54,15 @@ bit wonky, and will be fixed in the upcoming releases
54
54
55
55
### Planned:
56
56
57
-
-[ ] Select the options using arrow keys 13/12/2025
58
-
-[ ] Calculator 15/12/2025
59
-
-[ ] Popup note-taking 18/12/2025
60
-
-[ ] Clipboard History 20/12/2025
61
-
-[ ] Plugin Support 31/12/2025 (Partially implemented on 15/12/2025)
57
+
-[ ] Select the options using arrow keys
58
+
-[ ] Popup note-taking
59
+
-[ ] Clipboard History
60
+
-[ ] Plugin Support (Partially implemented on 15/12/2025)
62
61
-[ ] Blur / transparent background (Partially implemented on 13/12/2025)
63
62
-[ ] Hyperkey - Map CMD + OPT + CTRL + SHIFT to a physical key
64
63
-[ ] Ability to pick between tabs in firefox / chromium browsers - using
65
64
[Puppeteer](https://pptr.dev/)
66
-
-[ ] Cross platform support - (1/2/2026)
65
+
-[ ] Cross platform support
67
66
68
67
### Finished:
69
68
@@ -76,14 +75,20 @@ bit wonky, and will be fixed in the upcoming releases
76
75
-[x] Customisable themes (13/12/2025)
77
76
-[x] Configurable colours
78
77
-[x] Spotify control - Ability to control spotify via the app
78
+
-[x] Allow variables to be passed into custom shell scripts.
79
79
-[x] Google your query. Simply type your query, and then put a `?` at the end,
80
80
and press enter
81
+
-[x] Calculator (27/12/2025)
81
82
82
-
### Not Planned:
83
+
### Not Possible by me:
83
84
84
85
-[ ] Tray Icon for quitting the app. One may ask why? Well, because I CAN'T GET
85
86
IT TO WORK.. I've SPENT TOO LONG ON THIS
86
87
88
+
## If you like rustcast, consider starring it on github :)
89
+
90
+
[](https://www.star-history.com/#unsecretised/rustcast&type=date&legend=top-left)
91
+
87
92
## Motivations:
88
93
89
94
I didn't want to pay for raycast + wanted to get better at rust. Raycast in
0 commit comments