https://github.com/tyilo/albert-extensions
https://github.com/tyilo/albert-extensions
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tyilo/albert-extensions
- Owner: tyilo
- Created: 2017-05-30T11:35:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T23:22:37.000Z (over 8 years ago)
- Last Synced: 2025-06-28T21:09:05.903Z (12 months ago)
- Language: Python
- Size: 36.1 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Albert extensions
Extensions for use with [Albert](https://albertlauncher.github.io/)
Installation
==
You need atleast version 0.14 of albert
```
git clone https://github.com/Tyilo/albert-extensions ~/.local/share/albert/org.albert.extension.python/modules
```
and then enable "Python extensions" in Albert's settings.
List of extensions
==
Mathematica eval
--
Type `mma ` and see the result of the expression when evaluated in Mathematica using wolframscript. Press enter to copy the result to the clipboard.
TeX to unicode
--
Type `tex ` to get a copyable unicode symbol corresponding to the tex math symbol if available.