diff --git a/README.md b/README.md index a58bdf3..b3260ac 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Slash -**Slash** is an open source, self-hosted links shortener and sharing platform. It allows you to organize your links with tags, and share them with custom shortened URLs. Slash also supports team sharing of link libraries for easy collaboration. +**Slash** is an open source, self-hosted platform designed to help you organize, manage, and share your most important links. Easily create customizable, human-readable shortcuts to streamline your link management. Use tags to categorize your links and share them easily with your team or publicly. 🧩 Browser extension(v1.0.0) now available! - [Chrome Web Store](https://chrome.google.com/webstore/detail/slash/ebaiehmkammnacjadffpicipfckgeobg), [Firefox Add-on](https://addons.mozilla.org/firefox/addon/your-slash/) diff --git a/bin/slash/main.go b/bin/slash/main.go index a4f5b07..5c9d019 100644 --- a/bin/slash/main.go +++ b/bin/slash/main.go @@ -27,7 +27,7 @@ const ( var ( rootCmd = &cobra.Command{ Use: "slash", - Short: `An open source, self-hosted links shortener and sharing platform.`, + Short: `An open source, self-hosted platform for sharing and managing your most frequently used links.`, Run: func(_ *cobra.Command, _ []string) { serverProfile := &profile.Profile{ Mode: viper.GetString("mode"), diff --git a/docs/getting-started/subscription.md b/docs/getting-started/subscription.md index fb7905d..033c03e 100644 --- a/docs/getting-started/subscription.md +++ b/docs/getting-started/subscription.md @@ -1,6 +1,6 @@ # Subscription -Slash is open source links shortener and sharing platform. Our source code is available and accessible on GitHub so anyone can get it, inspect it and review it. +Slash is an open source, self-hosted platform for sharing and managing your most frequently used links. Easily create customizable, human-readable shortcuts to streamline your link management. Our source code is available and accessible on GitHub so anyone can get it, inspect it and review it. ## Plans diff --git a/frontend/extension/package.json b/frontend/extension/package.json index 08f1e13..b3745f2 100644 --- a/frontend/extension/package.json +++ b/frontend/extension/package.json @@ -2,7 +2,7 @@ "name": "slash-extension", "displayName": "Slash", "version": "1.0.10", - "description": "An open source, self-hosted links shortener and sharing platform. Save and share your links very easily.", + "description": "An open source, self-hosted platform for sharing and managing your most frequently used links. Save and share your links very easily.", "scripts": { "dev": "plasmo dev", "build": "plasmo build", diff --git a/frontend/web/src/components/AboutDialog.tsx b/frontend/web/src/components/AboutDialog.tsx index fa2253b..1a3acf4 100644 --- a/frontend/web/src/components/AboutDialog.tsx +++ b/frontend/web/src/components/AboutDialog.tsx @@ -21,7 +21,8 @@ const AboutDialog: React.FC = (props: Props) => {

- Slash: An open source, self-hosted links shortener and sharing platform. + Slash: An open source, self-hosted platform for sharing and managing your most frequently + used links.

See more in diff --git a/frontend/web/src/components/CreateShortcutDrawer.tsx b/frontend/web/src/components/CreateShortcutDrawer.tsx index 63f9b2e..36caed9 100644 --- a/frontend/web/src/components/CreateShortcutDrawer.tsx +++ b/frontend/web/src/components/CreateShortcutDrawer.tsx @@ -339,7 +339,7 @@ const CreateShortcutDrawer: React.FC = (props: Props) => { = (props: Props) => { Description