├── .gitattributes ├── .github └── renovate.json ├── Dockerfile ├── Justfile ├── LICENCE.md ├── README.md └── screenshots └── pass.gif /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mihaigalos/pass/HEAD/.gitattributes -------------------------------------------------------------------------------- /.github/renovate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mihaigalos/pass/HEAD/.github/renovate.json -------------------------------------------------------------------------------- /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mihaigalos/pass/HEAD/Dockerfile -------------------------------------------------------------------------------- /Justfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mihaigalos/pass/HEAD/Justfile -------------------------------------------------------------------------------- /LICENCE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mihaigalos/pass/HEAD/LICENCE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mihaigalos/pass/HEAD/README.md -------------------------------------------------------------------------------- /screenshots/pass.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mihaigalos/pass/HEAD/screenshots/pass.gif --------------------------------------------------------------------------------