Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ There are 2 areas you can work on:
1. Help people in solving their github issues

For bug fixes, and helping people to solve their github issues: see
[https://github.com/unsecretised/rustcast/issues] For features, see
[https://github.com/RustCastLabs/rustcast/issues] For features, see
[The Planned Features in the README](README.md) or
[The existing feature list](FEATURES.md)

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2024"
license = "MIT"
description = "RustCast - Productivity app for macOS"
homepage = "https://rustcast.app"
repository = "https://github.com/unsecretised/rustcast"
repository = "https://github.com/RustCastLabs/rustcast"

[dependencies]
anyhow = "1.0.100"
Expand Down
36 changes: 18 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,35 +10,35 @@
</p>

<p align="center">
<a href="https://github.com/unsecretised/rustcast/releases/latest">
<img alt="Latest release" src="https://img.shields.io/github/v/release/unsecretised/rustcast?display_name=tag&sort=semver&style=flat-square" />
<a href="https://github.com/RustCastLabs/rustcast/releases/latest">
<img alt="Latest release" src="https://img.shields.io/github/v/release/RustCastLabs/rustcast?display_name=tag&sort=semver&style=flat-square" />
</a>
<a href="https://github.com/unsecretised/rustcast/releases">
<img alt="Downloads" src="https://img.shields.io/github/downloads/unsecretised/rustcast/total?style=flat-square" />
<a href="https://github.com/RustCastLabs/rustcast/releases">
<img alt="Downloads" src="https://img.shields.io/github/downloads/RustCastLabs/rustcast/total?style=flat-square" />
</a>
<a href="https://discord.gg/bDfNYPbnC5">
<img alt="Discord" src="https://img.shields.io/discord/1463119282459119844?label=Discord&logo=discord&logoColor=white&style=flat-square" />
</a>
<a href="https://github.com/unsecretised/rustcast/stargazers">
<img alt="Stars" src="https://img.shields.io/github/stars/unsecretised/rustcast?style=flat-square" />
<a href="https://github.com/RustCastLabs/rustcast/stargazers">
<img alt="Stars" src="https://img.shields.io/github/stars/RustCastLabs/rustcast?style=flat-square" />
</a>
<a href="https://github.com/unsecretised/rustcast/blob/main/LICENSE">
<img alt="License" src="https://img.shields.io/github/license/unsecretised/rustcast?style=flat-square" />
<a href="https://github.com/RustCastLabs/rustcast/blob/main/LICENSE">
<img alt="License" src="https://img.shields.io/github/license/RustCastLabs/rustcast?style=flat-square" />
</a>
</p>

> [Those who sponsor me also get a personal easter egg inside RustCast](https://github.com/sponsors/unsecretised)
> [Those who sponsor me also get a personal easter egg inside RustCast](https://github.com/sponsors/RustCastLabs)

**Config docs:** https://github.com/unsecretised/rustcast/wiki
**Config docs:** https://github.com/RustCastLabs/rustcast/wiki

**Community:** https://discord.gg/bDfNYPbnC5

**Plugins**:
[RustCast Library for shell scripts](https://github.com/unsecretised/rustcast-library)
[RustCast Library for shell scripts](https://github.com/RustCastLabs/rustcast-library)

> For support use github discussions / issues / the discord
>
> You can also contact unsecretised / secretised at
> You can also contact RustCastLabs / secretised at
> [admin@rustcast.app](mailto:admin+gh@rustcast.app)

![RustCast Demo](./docs/rustcast-latest-demo.png)
Expand All @@ -48,18 +48,18 @@
### Via Homebrew:

```
brew install --cask unsecretised/tap/rustcast
brew install --cask RustCastLabs/tap/rustcast
```

### Via github releases

1. Download the dmg from this link
[https://github.com/unsecretised/rustcast/releases/latest/download/rustcast.dmg](https://github.com/unsecretised/rustcast/releases/latest/download/rustcast.dmg)
[https://github.com/RustCastLabs/rustcast/releases/latest/download/rustcast.dmg](https://github.com/RustCastLabs/rustcast/releases/latest/download/rustcast.dmg)

## Config:

Full config docs can be found
[here](https://github.com/unsecretised/rustcast/wiki)
[here](https://github.com/RustCastLabs/rustcast/wiki)

The config file should be located at: `~/.config/rustcast/config.toml` RustCast
creates the default configuration for you, but it does use its
Expand Down Expand Up @@ -135,8 +135,8 @@ And ofc, all the people who starred my repo!!

And the updated list of contributors to the macos version:

<a href="https://github.com/unsecretised/rustcast/graphs/contributors">
<img src="https://contrib.rocks/image?repo=unsecretised/rustcast" />
<a href="https://github.com/RustCastLabs/rustcast/graphs/contributors">
<img src="https://contrib.rocks/image?repo=RustCastLabs/rustcast" />
</a>

### Easter egg list:
Expand All @@ -148,7 +148,7 @@ And the updated list of contributors to the macos version:

## If you like rustcast, consider starring it on github :)

[![Star History Chart](https://api.star-history.com/svg?repos=unsecretised/rustcast&type=date&legend=top-left)](https://www.star-history.com/#unsecretised/rustcast&type=date&legend=top-left)
[![Star History Chart](https://api.star-history.com/svg?repos=RustCastLabs/rustcast&type=date&legend=top-left)](https://www.star-history.com/#RustCastLabs/rustcast&type=date&legend=top-left)

## Motivations:

Expand Down
26 changes: 13 additions & 13 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,19 @@
<li><a href="#features">Features</a></li>
<li><a href="#install">Install</a></li>
<li>
<a href="https://github.com/unsecretised/rustcast" target="_blank"
<a href="https://github.com/RustCastLabs/rustcast" target="_blank"
>GitHub</a>
</li>
<li>
<a
href="https://github.com/sponsors/unsecretised"
href="https://github.com/sponsors/RustCastLabs"
class="nav-sponsor"
target="_blank"
>♥ Get your easter egg</a>
</li>
<li>
<a
href="https://github.com/unsecretised/rustcast/releases/latest/download/rustcast.dmg"
href="https://github.com/RustCastLabs/rustcast/releases/latest/download/rustcast.dmg"
class="nav-cta"
>Download</a>
</li>
Expand All @@ -61,13 +61,13 @@ <h1>The <em>fastest</em> launcher<br />you'll ever use</h1>
</div>
<div class="hero-buttons">
<a
href="https://github.com/unsecretised/rustcast/releases/latest/download/rustcast.dmg"
href="https://github.com/RustCastLabs/rustcast/releases/latest/download/rustcast.dmg"
class="btn-primary"
>
↓ Download for macOS
</a>
<a
href="https://github.com/unsecretised/rustcast"
href="https://github.com/RustCastLabs/rustcast"
class="btn-ghost"
target="_blank"
>
Expand Down Expand Up @@ -277,7 +277,7 @@ <h2>Your launcher,<br />your rules.</h2>
</p>
<br />
<a
href="https://github.com/unsecretised/rustcast-dotfiles"
href="https://github.com/RustCastLabs/rustcast-dotfiles"
class="btn-ghost"
target="_blank"
style="display: inline-flex"
Expand Down Expand Up @@ -359,7 +359,7 @@ <h2>Up and running<br />in 30 seconds</h2>
</div>
<div class="install-code" id="brew-code">
<span class="comment"># Tap the cask and install</span><br>
<span class="cmd">brew tap</span> unsecretised/tap<br>
<span class="cmd">brew tap</span> RustCastLabs/tap<br>
<span class="cmd">brew install --cask</span> rustcast<br>
</div>
</div>
Expand All @@ -370,7 +370,7 @@ <h2>Up and running<br />in 30 seconds</h2>
</div>
<div class="install-code">
<span class="comment">Use the .dmg from <a
href="https://github.com/unsecretised/rustcast/releases/latest/download/rustcast.dmg"
href="https://github.com/RustCastLabs/rustcast/releases/latest/download/rustcast.dmg"
>Github Releases</a></span><br>
</div>
</div>
Expand All @@ -381,7 +381,7 @@ <h2>Up and running<br />in 30 seconds</h2>
</div>
<div class="install-code" id="build-code">
<span class="cmd">git clone</span>
https://github.com/unsecretised/rustcast.git<br>
https://github.com/RustCastLabs/rustcast.git<br>
<span class="cmd">cd</span> rustcast<br>
<span class="cmd">cargo install --path .</span> <br>
</div>
Expand Down Expand Up @@ -481,7 +481,7 @@ <h2>Built by the community</h2>
</div>
<div class="sponsor-cta-row">
<a
href="https://github.com/sponsors/unsecretised"
href="https://github.com/sponsors/RustCastLabs"
class="btn-sponsor"
target="_blank"
>
Expand Down Expand Up @@ -519,12 +519,12 @@ <h2>Stop reaching for<br />the mouse.</h2>
<footer>
<ul class="footer-links">
<li>
<a href="https://github.com/unsecretised/rustcast" target="_blank"
<a href="https://github.com/RustCastLabs/rustcast" target="_blank"
>GitHub</a>
</li>
<li>
<a
href="https://github.com/unsecretised/rustcast/releases"
href="https://github.com/RustCastLabs/rustcast/releases"
target="_blank"
>Releases</a>
</li>
Expand All @@ -533,7 +533,7 @@ <h2>Stop reaching for<br />the mouse.</h2>
</li>
<li>
<a
href="https://github.com/unsecretised/rustcast/blob/master/CONTRIBUTING.md"
href="https://github.com/RustCastLabs/rustcast/blob/master/CONTRIBUTING.md"
target="_blank"
>Contribute</a>
</li>
Expand Down
8 changes: 4 additions & 4 deletions src/app/menubar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ fn init_event_handler(sender: ExtSender, hotkey_id: Option<u32>) {
.spawn(async move { sender.clone().try_send(Message::HideTrayIcon).unwrap() });
}
"open_issue_page" => {
open_url("https://github.com/unsecretised/rustcast/issues/new");
open_url("https://github.com/RustCastLabs/rustcast/issues/new");
}
"show_rustcast" => {
if let Some(hk) = hotkey_id {
Expand All @@ -114,21 +114,21 @@ fn init_event_handler(sender: ExtSender, hotkey_id: Option<u32>) {
}
}
"update" => {
open_url("https://github.com/unsecretised/rustcast/releases/latest");
open_url("https://github.com/RustCastLabs/rustcast/releases/latest");
}
"open_discord" => {
open_url(DISCORD_LINK);
}
"open_help_page" => {
open_url("https://github.com/unsecretised/rustcast/discussions/new?category=q-a");
open_url("https://github.com/RustCastLabs/rustcast/discussions/new?category=q-a");
}
"open_preferences" => {
runtime.spawn(async move {
sender.clone().try_send(Message::OpenToSettings).unwrap();
});
}
"open_github_page" => {
open_url("https://github.com/unsecretised/rustcast");
open_url("https://github.com/RustCastLabs/rustcast");
}
id => {
if id.starts_with("mode_switch_") {
Expand Down
2 changes: 1 addition & 1 deletion src/app/pages/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ fn wiki_button(theme: Theme) -> Element<'static, Message> {
.width(Length::Fill)
.on_press(Message::RunFunction(
crate::commands::Function::OpenWebsite(
"https://github.com/unsecretised/rustcast/wiki".to_string(),
"https://github.com/RustCastLabs/rustcast/wiki".to_string(),
),
))
.into()
Expand Down
2 changes: 1 addition & 1 deletion src/app/tile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ fn handle_version_and_rankings() -> impl futures::Stream<Item = Message> {

let req = minreq::Request::new(
minreq::Method::Get,
"https://api.github.com/repos/unsecretised/rustcast/releases/latest",
"https://api.github.com/repos/RustCastLabs/rustcast/releases/latest",
)
.with_header("User-Agent", "rustcast-update-checker")
.with_header("Accept", "application/vnd.github+json")
Expand Down
Loading