Skip to content

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

License

Notifications You must be signed in to change notification settings

lepisma/conceal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published