sudo apt install fonts-noto-color-emoji
- Open
~/.config/fontconfig/conf.d/01-emoji.conf
file in an editor. - Copy-paste the lines below:
Magic words:
psql -U postgres
Some interesting flags (to see all, use -h
or --help
depending on your psql version):
-E
: will describe the underlaying queries of the \
commands (cool for learning!)-l
: psql will list all databases and then exit (useful if the user you connect with doesn't has a default database, like at AWS RDS)# ✨ Emoji Picker for Linux ✨ | |
# Copies emojis to your clipboard on select. | |
# | |
# Install the Apple Color Emoji (https://github.com/samuelngs/apple-emoji-linux) font for Linux to get the iconic emoji style. | |
# Uses rofi as dmenu was unable to render emojis: | |
# https://gitlab.freedesktop.org/xorg/lib/libxft/-/issues/6 | |
#!/bin/bash | |
set -e |