lepisma / conceal

Conceal helps you hide private views while sharing screen in this era of remote work

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

conceal

Don’t you hate when people accidentally get to see your precious private content while you screen share? Don’t you get nightmares realizing that the meeting was being recorded?

Conceal helps you hide private views while sharing screen in this era of remote work.

Emacs

For emacs, there is a minor mode in conceal.el that conceals the buffer in which it is enabled. Here is an example config:

;; Enable conceal mode on .org.gpg files
(add-hook 'org-mode-hook
          (lambda ()
            (when (conceal-buffer-gpg-p (current-buffer))
              (conceal-mode 1))))

Here is a screen showing my concealed medical journal.

./screen.png

X11

Under development

Firefox

Under development

Under development

About

Conceal helps you hide private views while sharing screen in this era of remote work

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%