Skip to content

Personal terminal assistant for all operating systems and languages

Notifications You must be signed in to change notification settings

maximofn/alfred

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Alfred

Personal terminal assistant for all operating systems and languages

usage

Install

Install system requeriments

sudo apt update
sudo apt install -y python3 python3-pip git

Install by installer

From here, if you have a debian based system you can use the alfred.deb installer.

Install from source

Install python requeriments

pip install halo
pip install --upgrade openai

Create source folder

sudo rm -r /usr/src/alfred
cd /usr/src
git clone -b branch_v1.3 https://github.com/maximofn/alfred.git
cd /usr/src/alfred
sudo find . -depth -not -name '*.py' -delete

Create symbolic link to /usr/bin/alfred

echo 'alias alfred="/usr/src/alfred/alfred.py"' >> ~/.bashrc

Restart bash

source ~/.bashrc

Openai API KEY

Loggin to open ai and get your open ai api key

open ai api key

Usage

You can ask to alfred specific questions by typing alfred followed by your question

usage

Or write alfred and keep asking him questions. To finish type exit

usage

Support

If you like it consider giving the repository a star ⭐, but if you really like it consider buying me a coffee ☕.

BuyMeACoffee

About

Personal terminal assistant for all operating systems and languages

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages