diff --git a/README.md b/README.md index a21ff201..84da8a5f 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![dockerize](https://github.com/debanjum/khoj/actions/workflows/dockerize.yml/badge.svg)](https://github.com/debanjum/khoj/pkgs/container/khoj) [![pypi](https://github.com/debanjum/khoj/actions/workflows/pypi.yml/badge.svg)](https://pypi.org/project/khoj-assistant/) -*A search assistant for your second brain* +*An AI personal assistant for your digital brain* **Supported Plugins** diff --git a/manifest.json b/manifest.json index 06ce9a92..4df8f130 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Khoj", "version": "0.6.2", "minAppVersion": "0.15.0", - "description": "A Search Assistant for your Second Brain 🦅", + "description": "An AI Personal Assistant for your Digital Brain 🦅", "author": "Debanjum Singh Solanky", "authorUrl": "https://github.com/debanjum", "isDesktopOnly": false diff --git a/src/interface/emacs/README.org b/src/interface/emacs/README.org index e8fee405..f202fb0b 100644 --- a/src/interface/emacs/README.org +++ b/src/interface/emacs/README.org @@ -1,7 +1,7 @@ * Khoj Emacs 🦅 [[https://stable.melpa.org/#/khoj][file:https://stable.melpa.org/packages/khoj-badge.svg]] [[https://melpa.org/#/khoj][file:https://melpa.org/packages/khoj-badge.svg]] [[https://github.com/debanjum/khoj/actions/workflows/build_khoj_el.yml][https://github.com/debanjum/khoj/actions/workflows/build_khoj_el.yml/badge.svg?]] [[https://github.com/debanjum/khoj/actions/workflows/test_khoj_el.yml][https://github.com/debanjum/khoj/actions/workflows/test_khoj_el.yml/badge.svg?]] - /A search assistant for your second brain/ + /An AI personal assistant for your digital brain/ ** Table of Contents - [[https://github.com/debanjum/khoj/tree/master/src/interface/emacs#features][Features]] diff --git a/src/interface/emacs/khoj.el b/src/interface/emacs/khoj.el index b83433d4..2c2431d3 100644 --- a/src/interface/emacs/khoj.el +++ b/src/interface/emacs/khoj.el @@ -1,9 +1,9 @@ -;;; khoj.el --- A search assistant for your second brain -*- lexical-binding: t -*- +;;; khoj.el --- AI personal assistant for your digital brain -*- lexical-binding: t -*- ;; Copyright (C) 2021-2022 Debanjum Singh Solanky ;; Author: Debanjum Singh Solanky -;; Description: A search assistant for your second brain +;; Description: An AI personal assistant for your digital brain ;; Keywords: search, chat, org-mode, outlines, markdown, pdf, beancount, image ;; Version: 0.6.2 ;; Package-Requires: ((emacs "27.1") (transient "0.3.0") (dash "2.19.1")) @@ -28,7 +28,7 @@ ;;; Commentary: -;; Create a search assistant for your `org-mode', `markdown' notes, +;; Create an AI personal assistant for your `org-mode', `markdown' notes, ;; `beancount' transactions, PDFs and images. This package exposes ;; two assistance modes, search and chat: ;; diff --git a/src/interface/obsidian/manifest.json b/src/interface/obsidian/manifest.json index 06ce9a92..4df8f130 100644 --- a/src/interface/obsidian/manifest.json +++ b/src/interface/obsidian/manifest.json @@ -3,7 +3,7 @@ "name": "Khoj", "version": "0.6.2", "minAppVersion": "0.15.0", - "description": "A Search Assistant for your Second Brain 🦅", + "description": "An AI Personal Assistant for your Digital Brain 🦅", "author": "Debanjum Singh Solanky", "authorUrl": "https://github.com/debanjum", "isDesktopOnly": false diff --git a/src/interface/obsidian/package.json b/src/interface/obsidian/package.json index 92446f29..8b10a7c5 100644 --- a/src/interface/obsidian/package.json +++ b/src/interface/obsidian/package.json @@ -1,14 +1,14 @@ { "name": "Khoj", "version": "0.6.2", - "description": "Natural, Incremental Search for your Second Brain 🦅", + "description": "An AI Personal Assistant for your Digital Brain 🦅", "main": "src/main.js", "scripts": { "dev": "node esbuild.config.mjs", "build": "tsc -noEmit -skipLibCheck && node esbuild.config.mjs production", "version": "node version-bump.mjs && git add manifest.json versions.json" }, - "keywords": ["search"], + "keywords": ["search", "chat", "AI", "assistant"], "author": "Debanjum Singh Solanky", "license": "GPL-3.0-or-later", "devDependencies": {