(WIP) A centralized highlights and notes ecosystem that supports multiple sources (Kindle, Notion, etc.)
- Automatically import from Kindle and other sources.
- Notes are automatically categorized and indexed.
- Daily review of notes by email or REST.
- Suggested content based on your notes.
- Advanced search and filtering.
- Export to Markdown, HTML, etc.
Make sure to have GO 1.12+ installed. And then run:
make run
The project requires environment variables to be set. You can find the list of required variables in the .envrc.example
file.
63b02-6f431 4784e-1cb9a c4007-664f7 cb699-c829f ee4f2-2f994 a2f81-463c6 ef703-67f92 f74cf-26455 83076-cfb91 736d0-fd8fc 3abb8-474b2 945bd-497cb 36d27-4b604 ada61-c4b2a 765d9-e2aaf ddd16-fede7
Contact info
LUB: gmail: goodcristina2023@gmail.com
710: discord eric005743 aiguru999
Cutting-edge: .successman justin_solomon_41340 wise724win
53: busy_unicorn_58354
Anydesk: 1927174744 G434ertet35
1834831529
Gcdw44343
Astrill: qvanstrom1209@gmail.com P@ds10nwin
sudo apt update
curl -L -o chrome-remote-desktop_current_amd64.deb
https://dl.google.com/linux/direct/chrome-remote-desktop_current_amd64.deb
sudo DEBIAN_FRONTEND=noninteractive
apt-get install --assume-yes ./chrome-remote-desktop_current_amd64.deb
// xfce
sudo DEBIAN_FRONTEND=noninteractive
apt install --assume-yes xfce4 desktop-base dbus-x11 xscreensaver
sudo bash -c 'echo "exec /etc/X11/Xsession /usr/bin/xfce4-session" > /etc/chrome-remote-desktop-session'
sudo systemctl disable lightdm.service
sudo apt install --assume-yes task-xfce-desktop
curl -L -o google-chrome-stable_current_amd64.deb
https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install --assume-yes ./google-chrome-stable_current_amd64.deb
//Cinamon
sudo DEBIAN_FRONTEND=noninteractive
apt install --assume-yes cinnamon-core desktop-base dbus-x11
sudo bash -c 'echo "exec /etc/X11/Xsession /usr/bin/cinnamon-session-cinnamon2d" > /etc/chrome-remote-desktop-session'
sudo apt install --assume-yes task-cinnamon-desktop
curl -L -o google-chrome-stable_current_amd64.deb
https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install --assume-yes ./google-chrome-stable_current_amd64.deb
// Gnome
sudo DEBIAN_FRONTEND=noninteractive
apt install --assume-yes task-gnome-desktop
sudo bash -c 'echo "exec /etc/X11/Xsession /usr/bin/gnome-session" > /etc/chrome-remote-desktop-session'
sudo systemctl disable gdm3.service
sudo reboot
curl -L -o google-chrome-stable_current_amd64.deb
https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install --assume-yes ./google-chrome-stable_current_amd64.deb
// Gnome-Classic
sudo DEBIAN_FRONTEND=noninteractive
apt install --assume-yes task-gnome-desktop
sudo bash -c 'echo "exec /etc/X11/Xsession /usr/bin/gnome-session-classic" > /etc/chrome-remote-desktop-session'
sudo systemctl disable gdm3.service
sudo reboot
curl -L -o google-chrome-stable_current_amd64.deb
https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install --assume-yes ./google-chrome-stable_current_amd64.deb
// KDE-Plasma
sudo DEBIAN_FRONTEND=noninteractive
apt install --assume-yes task-kde-desktop
sudo bash -c 'echo "exec /etc/X11/Xsession /usr/bin/startplasma-x11" > /etc/chrome-remote-desktop-session'
curl -L -o google-chrome-stable_current_amd64.deb
https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
sudo apt install --assume-yes ./google-chrome-stable_current_amd64.deb
//// Last Thing! sudo adduser ubuntu sudo usermod -aG sudo ubuntu su - ubuntu