bitterbit / passformac

Pass for MacOS - a thin MacOS client compatible with Pass command line application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[WIP] passformac

Pass for MacOS - a thin MacOS client compatible with Pass command line application In very early stage

Installation

Download the binary as normal :), check that openssl is installed.
Specificly check that /usr/local/opt/openssl/lib/libcrypto.1.0.0.dylib exists.
If missing follow the following steps (taken from here):

cd /usr/local/Homebrew/
git checkout 2.3.0
cd -
HOMEBREW_NO_AUTO_UPDATE=1 brew install https://github.com/tebelorg/Tump/releases/download/v1.0.0/openssl.rb
cd /usr/local/Homebrew/
git checkout -
cd -

Build from Source

carthage bootstrap --platform macos

# make sure to switch Certificate under Signing & Capabilities -> Signing -> Team

# if missing libcrypto
wget https://github.com/tebelorg/Tump/releases/download/v1.0.0/openssl.rb 

Motivation

pass is great but terminals dont support utf-8 well, by creating a GUI client one can now describe his acount details in any language he likes ๐Ÿ‡ฏ๐Ÿ‡ต๐Ÿ‡ฐ๐Ÿ‡ท๐Ÿ‡จ๐Ÿ‡ณ๐Ÿ‡บ๐Ÿ‡ธ๐Ÿ‡ซ๐Ÿ‡ท๐Ÿ‡ช๐Ÿ‡ธ๐Ÿ‡ฎ๐Ÿ‡น๐Ÿ‡ท๐Ÿ‡บ๐Ÿ‡ฌ๐Ÿ‡ง๐Ÿ‡ฉ๐Ÿ‡ช๐Ÿ‡ฎ๐Ÿ‡ฑ

Inspired by mssun/passforios

Uses:

Progress and Features

Docs/tasks.todo

About

Pass for MacOS - a thin MacOS client compatible with Pass command line application


Languages

Language:Swift 95.2%Language:Shell 4.3%Language:Ruby 0.4%