Skip to content

List and Manage Credentials

To view everything in your vault:

Terminal window
kosh list

You can also list credentials using fuzzy filters:

Terminal window
kosh list github

Or use more precise field filters:

Terminal window
kosh list --label github
kosh list --user pluto
kosh list --label github --user pluto

These filters apply substring-based matching on labels and usernames.


To remove a credential, use its ID (visible in kosh list):

Terminal window
kosh delete 42

You will be prompted to:

  1. Enter your master password, and
  2. Type a confirmation phrase (e.g., delete <label> <user>) to finalize deletion.

  • Browse the Command Reference
  • Learn how Kosh’s encryption system works
  • Explore the adaptive search algorithm
  • Understand the SQLite vault design