Skip to content

TopMyster/rayterm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rayterm

Raycast for the terminal

Preview.mov

Installation/Configuration

First, clone the repository

git clone https://github.com/TopMyster/rayterm/tree/main

Edit the configurations in config.py Ex:

# Config

#Favorite Apps
favs = [
    'Spotify', 
    'Chrome', 
    'Discord'
    ]

#Openrouter API Key
API_KEY = 'sk-or-v1-...' # Your API KEY

To install, while in project location run:

pip3 install -e .

Once installation is complete, use the rayterm with:

rt

Commands

Enter the index of your favorite apps to open them quickly

fav

Shows all apps on your computer (MacOS Only)

apps

Ask AI anything

ai

Search the web

/b

Shows list of commands

help

Exits rayterm

q