mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Update Khoj subtitle to AI personal assistant for your digital brain
This commit is contained in:
parent
e022910f31
commit
90439a8db1
6 changed files with 9 additions and 9 deletions
|
@ -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**
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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]]
|
||||
|
|
|
@ -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 <debanjum@gmail.com>
|
||||
;; 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:
|
||||
;;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue