1.4 KiB
1.4 KiB
CLARA
Computer Linguistically Advanced Reactive Assistant
A WIP desktop assistant for Linux and Windows.
(Don't worry, 2k-tan is just a placeholder)
Features
- App launcher
- File search
- Web search
- Updater
- Global menu (defaults:
Superon Linux,Ctrl+Spaceon Windows) (you can disable it in the config) - Local network file and text transfer (Dukto protocol)
- Browser based file and text transfer (HTTP)
- Discord Rich Presence integration
- Calculator
Requirements
- Python 3
- X11 Desktop (Linux only)
fdgit
Instructions
- Clone this repository
- Install all of the modules from
requirements.txt, either withpip install -r requirements.txtor via your distribution's package manager. - You will also need to install the
fdcommand-line tool for the file search feature to work. (e.g.,sudo apt install fd-findon Debian/Ubuntu,sudo pacman -S fdon Arch Linux).
For other Linux distros and Windows go here
- Launch
main.py. Available options:--restartAdd a restart option to the right click menu--no-quitHide the quit option--no-updateDon't update automatically on startup
- To configure, go to
~/.config/CLARA/config.jsonon Linux and~/AppData/Roaming/CLARA/config.jsonon Windows.
If you want to contribute in any way, PRs (and issues) welcome
