Skip to content
View in the app

A better way to browse. Learn more.

Enpass Discussion Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

TravellingMan

Members
  • Joined

  • Last visited

Everything posted by TravellingMan

  1. Here's a workaround that will yield untagged items. Works on platforms that have a command line interface where the jq tool is available (e.g. MacOS, Windows, Linux). The following is what I did in a MacOS zsh terminal to find my untagged items. I happen to have jq version 1.6 installed. Install the jq command line tool if you don't already have it installed (https://jqlang.github.io/jq) File/Export in Enpass Select .json format, let's say you put it in a file called items.json In a command shell, cd to the directory where items.json appears Run the following command (note that if you're using a different shell, the syntax for the stuff outside the jq command might vary a bit: cat items.json | jq '.items[] | { title, folders } | if .folders != null then del(.) else . end | .title ' | grep -v '^null$' This will yield a list of item titles -- but not just any old item titles, it'll be only those that have no tags. :-) And don't forget to delete items.json after you're done! There's lots of sensitive information in there that is exposed while the file exists.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.