~shellowl/ocm

Owl's Contact Manager - the pass-like contact manager
116c11e7 — Shell Owl 4 years ago
Push to version 0.1.3
183c2c3d — Shell Owl 4 years ago
Adds support for gpg2
4532f4e5 — Shell Owl 4 years ago
Improve Makefile

clone

read-only
https://git.sr.ht/~shellowl/ocm
read/write
git@git.sr.ht:~shellowl/ocm

You can also use your local clone with git send-email.

#Owl's Contact Manager

Owl's Contact Manager - The pass-like contact manager

    ___
   <^,^>     Owl's
   (*-*)     Contact
  ┌─"─"─┐    Manager
  |     |
  └─────┘

The pass-like contact manager

#Why Does This Exist?

Fair and simple: I was bored.

#What Works?

  • Adding contacts
  • Editing contacts
  • Deleting contacts
  • Search for contacts information
  • Encrypting and decrypting contact files via gpg

#Compatibility

It should work on all *NIX variants. OCM only depends on gpg and sed.

#Installing

This is just a shell script. Either copy it into your $PATH or do a make install to copy it into /usr/local/bin.

#Configuring

In the script itself there's a variable called OCM_FOLDER. Either change it to wherever you want your contact files to be, or leave it. It defaults to $HOME/.ocm .

#Usage

See the output of ocm -h.